Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhidbus.h162 void hidbus_set_intr(device_t, hid_intr_t*, void *);
H A Dhms.c185 hidbus_set_intr(sc->hm.dev, hms_intr, &sc->hm); in hms_final_cb()
H A Dietp.c319 hidbus_set_intr(sc->dev, ietp_intr, sc); in ietp_attach()
H A Dbcm5974.c781 hidbus_set_intr(dev, bcm5974_intr, sc); in bcm5974_attach()
H A Dhidmap.c769 hidbus_set_intr(hm->dev, hidmap_intr, hm); in hidmap_attach()
H A Dhmt.c384 hidbus_set_intr(dev, hmt_intr, sc); in hmt_attach()
H A Dhidbus.c591 hidbus_set_intr(device_t child, hid_intr_t *handler, void *context) in hidbus_set_intr() function
H A Dhidraw.c243 hidbus_set_intr(self, hidraw_intr, sc); in hidraw_attach()
H A Dhkbd.c896 hidbus_set_intr(dev, hkbd_intr_callback, sc); in hkbd_attach()