| /freebsd-14-stable/sys/modules/hid/hidbus/ |
| HD | Makefile | 4 KMOD= hidbus 5 SRCS= hidbus.c
|
| /freebsd-14-stable/sys/dev/atopcase/ |
| HD | 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() 563 if (child == sc->sc_kb.hidbus) in atopcase_get_child_by_hidbus() 565 if (child == sc->sc_tp.hidbus) in atopcase_get_child_by_hidbus() 700 return (atopcase_set_report(dev, sc->sc_kb.hidbus, &payload, in atopcase_backlight_update_status()
|
| HD | atopcase_var.h | 46 device_t hidbus; member
|
| HD | atopcase_acpi.c | 455 MODULE_DEPEND(atopcase, hidbus, 1, 1, 1);
|
| /freebsd-14-stable/sys/dev/hid/ |
| HD | hsctrl.c | 101 DRIVER_MODULE(hsctrl, hidbus, hsctrl_driver, NULL, NULL); 103 MODULE_DEPEND(hsctrl, hidbus, 1, 1, 1);
|
| HD | xb360gp.c | 173 DRIVER_MODULE(xb360gp, hidbus, xb360gp_driver, NULL, NULL); 175 MODULE_DEPEND(xb360gp, hidbus, 1, 1, 1);
|
| HD | hidbus.h | 40 __BUS_ACCESSOR(hidbus, A, HIDBUS, B, T) 100 MODULE_PNP_INFO(HID_STD_PNP_INFO, hidbus, table, table, nitems(table))
|
| HD | hgame.c | 227 DRIVER_MODULE(hgame, hidbus, hgame_driver, NULL, NULL); 229 MODULE_DEPEND(hgame, hidbus, 1, 1, 1);
|
| HD | hpen.c | 254 DRIVER_MODULE(hpen, hidbus, hpen_driver, NULL, NULL); 256 MODULE_DEPEND(hpen, hidbus, 1, 1, 1);
|
| HD | hidbus.c | 972 MODULE_DEPEND(hidbus, hid, 1, 1, 1); 973 MODULE_VERSION(hidbus, 1); 974 DRIVER_MODULE(hidbus, atopcase, hidbus_driver, 0, 0); 975 DRIVER_MODULE(hidbus, hvhid, hidbus_driver, 0, 0); 976 DRIVER_MODULE(hidbus, iichid, hidbus_driver, 0, 0); 977 DRIVER_MODULE(hidbus, usbhid, hidbus_driver, 0, 0);
|
| HD | 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);
|
| HD | hcons.c | 289 DRIVER_MODULE(hcons, hidbus, hcons_driver, NULL, NULL); 291 MODULE_DEPEND(hcons, hidbus, 1, 1, 1);
|
| HD | hconf.c | 322 DRIVER_MODULE(hconf, hidbus, hconf_driver, NULL, NULL); 323 MODULE_DEPEND(hconf, hidbus, 1, 1, 1);
|
| HD | hms.c | 332 DRIVER_MODULE(hms, hidbus, hms_driver, NULL, NULL); 334 MODULE_DEPEND(hms, hidbus, 1, 1, 1);
|
| HD | ietp.c | 671 DRIVER_MODULE(ietp, hidbus, ietp_driver, NULL, NULL); 672 MODULE_DEPEND(ietp, hidbus, 1, 1, 1);
|
| HD | bcm5974.c | 964 DRIVER_MODULE(bcm5974, hidbus, bcm5974_driver, NULL, NULL); 965 MODULE_DEPEND(bcm5974, hidbus, 1, 1, 1);
|
| HD | hmt.c | 908 DRIVER_MODULE(hmt, hidbus, hmt_driver, NULL, NULL); 909 MODULE_DEPEND(hmt, hidbus, 1, 1, 1);
|
| HD | hidraw.c | 1058 DRIVER_MODULE(hidraw, hidbus, hidraw_driver, NULL, NULL); 1059 MODULE_DEPEND(hidraw, hidbus, 1, 1, 1);
|
| /freebsd-14-stable/sys/modules/hid/ |
| HD | Makefile | 4 hidbus \
|
| /freebsd-14-stable/sys/powerpc/conf/ |
| HD | MPC85XX | 134 device hidbus # Generic HID bus
|
| HD | QORIQ64 | 135 device hidbus # Generic HID bus
|
| HD | MPC85XXSPE | 149 device hidbus # Generic HID bus
|
| /freebsd-14-stable/sys/arm64/conf/ |
| HD | std.dev | 117 device hidbus # Generic HID Bus
|
| /freebsd-14-stable/sys/arm/conf/ |
| HD | TEGRA124 | 138 device hidbus # Generic HID Bus
|
| HD | GENERIC | 268 device hidbus # Generic HID Bus
|