Home
last modified time | relevance | path

Searched refs:hidbus_set_intr (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/sys/dev/hid/
HDhidbus.h162 void hidbus_set_intr(device_t, hid_intr_t*, void *);
HDhms.c173 hidbus_set_intr(sc->hm.dev, hms_intr, &sc->hm); in hms_final_cb()
HDietp.c308 hidbus_set_intr(sc->dev, ietp_intr, sc); in ietp_attach()
HDbcm5974.c696 hidbus_set_intr(dev, bcm5974_intr, sc); in bcm5974_attach()
HDhmt.c384 hidbus_set_intr(dev, hmt_intr, sc); in hmt_attach()
HDhidbus.c597 hidbus_set_intr(device_t child, hid_intr_t *handler, void *context) in hidbus_set_intr() function
HDhidmap.c769 hidbus_set_intr(hm->dev, hidmap_intr, hm); in hidmap_attach()
HDhidraw.c243 hidbus_set_intr(self, hidraw_intr, sc); in hidraw_attach()
HDhkbd.c896 hidbus_set_intr(dev, hkbd_intr_callback, sc); in hkbd_attach()