Searched refs:hidbus_set_intr (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13-stable/sys/dev/hid/ |
| HD | hidbus.h | 162 void hidbus_set_intr(device_t, hid_intr_t*, void *);
|
| HD | hms.c | 173 hidbus_set_intr(sc->hm.dev, hms_intr, &sc->hm); in hms_final_cb()
|
| HD | ietp.c | 308 hidbus_set_intr(sc->dev, ietp_intr, sc); in ietp_attach()
|
| HD | bcm5974.c | 696 hidbus_set_intr(dev, bcm5974_intr, sc); in bcm5974_attach()
|
| HD | hmt.c | 384 hidbus_set_intr(dev, hmt_intr, sc); in hmt_attach()
|
| HD | hidbus.c | 597 hidbus_set_intr(device_t child, hid_intr_t *handler, void *context) in hidbus_set_intr() function
|
| HD | hidmap.c | 769 hidbus_set_intr(hm->dev, hidmap_intr, hm); in hidmap_attach()
|
| HD | hidraw.c | 243 hidbus_set_intr(self, hidraw_intr, sc); in hidraw_attach()
|
| HD | hkbd.c | 896 hidbus_set_intr(dev, hkbd_intr_callback, sc); in hkbd_attach()
|