Home
last modified time | relevance | path

Searched refs:hidbus (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/sys/modules/hid/hidbus/
H A DMakefile3 KMOD= hidbus
4 SRCS= hidbus.c
/freebsd/sys/dev/atopcase/
H A Datopcase.c442 device_t hidbus; in atopcase_add_child() local
479 hidbus = device_add_child(sc->sc_dev, "hidbus", -1); in atopcase_add_child()
480 if (hidbus == NULL) { in atopcase_add_child()
485 device_set_ivars(hidbus, &ac->hw); in atopcase_add_child()
486 ac->hidbus = hidbus; in atopcase_add_child()
564 if (child == sc->sc_kb.hidbus) in atopcase_get_child_by_hidbus()
566 if (child == sc->sc_tp.hidbus) in atopcase_get_child_by_hidbus()
701 return (atopcase_set_report(dev, sc->sc_kb.hidbus, &payload, in atopcase_backlight_update_status()
H A Datopcase_var.h46 device_t hidbus; member
H A Datopcase_acpi.c455 MODULE_DEPEND(atopcase, hidbus, 1, 1, 1);
/freebsd/sys/dev/hid/
H A Dhsctrl.c101 DRIVER_MODULE(hsctrl, hidbus, hsctrl_driver, NULL, NULL);
103 MODULE_DEPEND(hsctrl, hidbus, 1, 1, 1);
H A Dxb360gp.c173 DRIVER_MODULE(xb360gp, hidbus, xb360gp_driver, NULL, NULL);
175 MODULE_DEPEND(xb360gp, hidbus, 1, 1, 1);
H A Dhidbus.h40 __BUS_ACCESSOR(hidbus, A, HIDBUS, B, T)
100 MODULE_PNP_INFO(HID_STD_PNP_INFO, hidbus, table, table, nitems(table))
H A Dhgame.c227 DRIVER_MODULE(hgame, hidbus, hgame_driver, NULL, NULL);
229 MODULE_DEPEND(hgame, hidbus, 1, 1, 1);
H A Dhidbus.c968 MODULE_DEPEND(hidbus, hid, 1, 1, 1);
969 MODULE_VERSION(hidbus, 1);
970 DRIVER_MODULE(hidbus, atopcase, hidbus_driver, 0, 0);
971 DRIVER_MODULE(hidbus, hvhid, hidbus_driver, 0, 0);
972 DRIVER_MODULE(hidbus, iichid, hidbus_driver, 0, 0);
973 DRIVER_MODULE(hidbus, usbhid, hidbus_driver, 0, 0);
H A Dhpen.c254 DRIVER_MODULE(hpen, hidbus, hpen_driver, NULL, NULL);
256 MODULE_DEPEND(hpen, hidbus, 1, 1, 1);
H A Dps4dshock.c1366 DRIVER_MODULE(ps4dsacc, hidbus, ps4dsacc_driver, NULL, NULL);
1369 DRIVER_MODULE(ps4dshead, hidbus, ps4dshead_driver, NULL, NULL);
1372 DRIVER_MODULE(ps4dsmtp, hidbus, ps4dsmtp_driver, NULL, NULL);
1375 DRIVER_MODULE(ps4dshock, hidbus, ps4dshock_driver, NULL, NULL);
1378 MODULE_DEPEND(ps4dshock, hidbus, 1, 1, 1);
H A Dhconf.c322 DRIVER_MODULE(hconf, hidbus, hconf_driver, NULL, NULL);
323 MODULE_DEPEND(hconf, hidbus, 1, 1, 1);
H A Dhcons.c289 DRIVER_MODULE(hcons, hidbus, hcons_driver, NULL, NULL);
291 MODULE_DEPEND(hcons, hidbus, 1, 1, 1);
H A Dhms.c360 DRIVER_MODULE(hms, hidbus, hms_driver, NULL, NULL);
362 MODULE_DEPEND(hms, hidbus, 1, 1, 1);
H A Dietp.c670 DRIVER_MODULE(ietp, hidbus, ietp_driver, NULL, NULL);
671 MODULE_DEPEND(ietp, hidbus, 1, 1, 1);
H A Dbcm5974.c46 #include <dev/hid/hidbus.h>
740 evdev_set_flag(sc->sc_evdev, EVDEV_FLAG_EXT_EPOCH); /* hidbus child */ in bcm5974_attach()
967 DRIVER_MODULE(bcm5974, hidbus, bcm5974_driver, NULL, NULL);
968 MODULE_DEPEND(bcm5974, hidbus, 1, 1, 1);
H A Dhmt.c908 DRIVER_MODULE(hmt, hidbus, hmt_driver, NULL, NULL);
909 MODULE_DEPEND(hmt, hidbus, 1, 1, 1);
H A Dhidraw.c1016 DRIVER_MODULE(hidraw, hidbus, hidraw_driver, NULL, NULL);
1017 MODULE_DEPEND(hidraw, hidbus, 1, 1, 1);
H A Dhkbd.c2021 DRIVER_MODULE(hkbd, hidbus, hkbd_driver, hkbd_driver_load, NULL);
2023 MODULE_DEPEND(hkbd, hidbus, 1, 1, 1);
H A Dhidmap.c832 MODULE_DEPEND(hidmap, hidbus, 1, 1, 1);
/freebsd/sys/modules/hid/
H A DMakefile3 hidbus \
/freebsd/sys/arm/conf/
H A DGENERIC263 device hidbus # Generic HID Bus
/freebsd/sys/dev/hyperv/input/
H A Dhv_hid.c559 MODULE_DEPEND(hv_hid, hidbus, 1, 1, 1);
/freebsd/sys/riscv/conf/
H A DGENERIC134 device hidbus # Generic HID Bus
/freebsd/share/man/man4/
H A DMakefile192 hidbus.4 \

12