/freebsd/sys/modules/hid/hidbus/ |
H A D | Makefile | 3 KMOD= hidbus 4 SRCS= hidbus.c
|
/freebsd/sys/dev/atopcase/ |
H A D | atopcase.c | 442 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 D | atopcase_var.h | 46 device_t hidbus; member
|
H A D | atopcase_acpi.c | 455 MODULE_DEPEND(atopcase, hidbus, 1, 1, 1);
|
/freebsd/sys/dev/hid/ |
H A D | hsctrl.c | 101 DRIVER_MODULE(hsctrl, hidbus, hsctrl_driver, NULL, NULL); 103 MODULE_DEPEND(hsctrl, hidbus, 1, 1, 1);
|
H A D | xb360gp.c | 173 DRIVER_MODULE(xb360gp, hidbus, xb360gp_driver, NULL, NULL); 175 MODULE_DEPEND(xb360gp, hidbus, 1, 1, 1);
|
H A D | hidbus.h | 40 __BUS_ACCESSOR(hidbus, A, HIDBUS, B, T) 100 MODULE_PNP_INFO(HID_STD_PNP_INFO, hidbus, table, table, nitems(table))
|
H A D | hgame.c | 227 DRIVER_MODULE(hgame, hidbus, hgame_driver, NULL, NULL); 229 MODULE_DEPEND(hgame, hidbus, 1, 1, 1);
|
H A D | hidbus.c | 968 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 D | hpen.c | 254 DRIVER_MODULE(hpen, hidbus, hpen_driver, NULL, NULL); 256 MODULE_DEPEND(hpen, hidbus, 1, 1, 1);
|
H A D | ps4dshock.c | 1366 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 D | hconf.c | 322 DRIVER_MODULE(hconf, hidbus, hconf_driver, NULL, NULL); 323 MODULE_DEPEND(hconf, hidbus, 1, 1, 1);
|
H A D | hcons.c | 289 DRIVER_MODULE(hcons, hidbus, hcons_driver, NULL, NULL); 291 MODULE_DEPEND(hcons, hidbus, 1, 1, 1);
|
H A D | hms.c | 360 DRIVER_MODULE(hms, hidbus, hms_driver, NULL, NULL); 362 MODULE_DEPEND(hms, hidbus, 1, 1, 1);
|
H A D | ietp.c | 670 DRIVER_MODULE(ietp, hidbus, ietp_driver, NULL, NULL); 671 MODULE_DEPEND(ietp, hidbus, 1, 1, 1);
|
H A D | bcm5974.c | 46 #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 D | hmt.c | 908 DRIVER_MODULE(hmt, hidbus, hmt_driver, NULL, NULL); 909 MODULE_DEPEND(hmt, hidbus, 1, 1, 1);
|
H A D | hidraw.c | 1016 DRIVER_MODULE(hidraw, hidbus, hidraw_driver, NULL, NULL); 1017 MODULE_DEPEND(hidraw, hidbus, 1, 1, 1);
|
H A D | hkbd.c | 2021 DRIVER_MODULE(hkbd, hidbus, hkbd_driver, hkbd_driver_load, NULL); 2023 MODULE_DEPEND(hkbd, hidbus, 1, 1, 1);
|
H A D | hidmap.c | 832 MODULE_DEPEND(hidmap, hidbus, 1, 1, 1);
|
/freebsd/sys/modules/hid/ |
H A D | Makefile | 3 hidbus \
|
/freebsd/sys/arm/conf/ |
H A D | GENERIC | 263 device hidbus # Generic HID Bus
|
/freebsd/sys/dev/hyperv/input/ |
H A D | hv_hid.c | 559 MODULE_DEPEND(hv_hid, hidbus, 1, 1, 1);
|
/freebsd/sys/riscv/conf/ |
H A D | GENERIC | 134 device hidbus # Generic HID Bus
|
/freebsd/share/man/man4/ |
H A D | Makefile | 192 hidbus.4 \
|