Searched refs:hid_intr_stop (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/dev/hid/ |
H A D | ietp.c | 226 return (hid_intr_stop(evdev_get_softc(evdev))); in ietp_ev_close() 606 if (require_wakeup && hid_intr_stop(dev) != 0) { in ietp_iic_set_absolute_mode()
|
H A D | hid.h | 336 int hid_intr_stop(device_t);
|
H A D | hidbus.c | 646 error = refcnted ? 0 : hid_intr_stop(bus); in hidbus_intr_stop() 948 DEVMETHOD(hid_intr_stop, hidbus_intr_stop),
|
H A D | bcm5974.c | 935 err = hid_intr_stop(sc->sc_dev); in bcm5974_ev_close()
|
H A D | hidmap.c | 119 return (hid_intr_stop(evdev_get_softc(evdev))); in hidmap_ev_close()
|
H A D | hmt.c | 253 return (hid_intr_stop(evdev_get_softc(evdev))); in hmt_ev_close()
|
H A D | hid.c | 1042 hid_intr_stop(device_t dev) in hid_intr_stop() function
|
H A D | hidraw.c | 393 hid_intr_stop(sc->sc_dev); in hidraw_dtor()
|
H A D | hkbd.c | 1036 hid_intr_stop(dev); in hkbd_detach()
|
/freebsd/sys/dev/atopcase/ |
H A D | atopcase_acpi.c | 430 DEVMETHOD(hid_intr_stop, atopcase_intr_stop),
|
/freebsd/sys/dev/hyperv/input/ |
H A D | hv_hid.c | 545 DEVMETHOD(hid_intr_stop, hv_hid_intr_stop),
|
/freebsd/sys/dev/usb/input/ |
H A D | usbhid.c | 872 DEVMETHOD(hid_intr_stop, usbhid_intr_stop),
|
/freebsd/sys/dev/iicbus/ |
H A D | iichid.c | 1374 DEVMETHOD(hid_intr_stop, iichid_intr_stop),
|