Home
last modified time | relevance | path

Searched refs:ha_type (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/dev/hil/
H A Dhilkbd.c132 if (ha->ha_type != HIL_DEVICE_KEYBOARD && in hilkbdprobe()
133 ha->ha_type != HIL_DEVICE_BUTTONBOX) in hilkbdprobe()
149 sc->hd_type = ha->ha_type; in hilkbdattach()
154 if (ha->ha_type == HIL_DEVICE_KEYBOARD) { in hilkbdattach()
194 if (ha->ha_type == HIL_DEVICE_BUTTONBOX) in hilkbdattach()
H A Dhilid.c65 if (ha->ha_type != HIL_DEVICE_IDMODULE) in hilidprobe()
79 sc->hd_type = ha->ha_type; in hilidattach()
H A Dhildevs.h40 int ha_type; /* hil device type */ member
H A Dhilms.c86 if (ha->ha_type != HIL_DEVICE_MOUSE) in hilmsprobe()
108 sc->hd_type = ha->ha_type; in hilmsattach()
H A Dhil.c542 ha.ha_type = hd->type; in hilconfig()
557 ha.ha_type == HIL_DEVICE_KEYBOARD && in hilconfig()