Home
last modified time | relevance | path

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

12

/freebsd-14-stable/sys/modules/hid/hidbus/
HDMakefile4 KMOD= hidbus
5 SRCS= hidbus.c
/freebsd-14-stable/sys/dev/atopcase/
HDatopcase.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()
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()
HDatopcase_var.h46 device_t hidbus; member
HDatopcase_acpi.c455 MODULE_DEPEND(atopcase, hidbus, 1, 1, 1);
/freebsd-14-stable/sys/dev/hid/
HDhsctrl.c101 DRIVER_MODULE(hsctrl, hidbus, hsctrl_driver, NULL, NULL);
103 MODULE_DEPEND(hsctrl, hidbus, 1, 1, 1);
HDxb360gp.c173 DRIVER_MODULE(xb360gp, hidbus, xb360gp_driver, NULL, NULL);
175 MODULE_DEPEND(xb360gp, hidbus, 1, 1, 1);
HDhidbus.h40 __BUS_ACCESSOR(hidbus, A, HIDBUS, B, T)
100 MODULE_PNP_INFO(HID_STD_PNP_INFO, hidbus, table, table, nitems(table))
HDhgame.c227 DRIVER_MODULE(hgame, hidbus, hgame_driver, NULL, NULL);
229 MODULE_DEPEND(hgame, hidbus, 1, 1, 1);
HDhpen.c254 DRIVER_MODULE(hpen, hidbus, hpen_driver, NULL, NULL);
256 MODULE_DEPEND(hpen, hidbus, 1, 1, 1);
HDhidbus.c972 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);
HDps4dshock.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);
HDhcons.c289 DRIVER_MODULE(hcons, hidbus, hcons_driver, NULL, NULL);
291 MODULE_DEPEND(hcons, hidbus, 1, 1, 1);
HDhconf.c322 DRIVER_MODULE(hconf, hidbus, hconf_driver, NULL, NULL);
323 MODULE_DEPEND(hconf, hidbus, 1, 1, 1);
HDhms.c332 DRIVER_MODULE(hms, hidbus, hms_driver, NULL, NULL);
334 MODULE_DEPEND(hms, hidbus, 1, 1, 1);
HDietp.c671 DRIVER_MODULE(ietp, hidbus, ietp_driver, NULL, NULL);
672 MODULE_DEPEND(ietp, hidbus, 1, 1, 1);
HDbcm5974.c964 DRIVER_MODULE(bcm5974, hidbus, bcm5974_driver, NULL, NULL);
965 MODULE_DEPEND(bcm5974, hidbus, 1, 1, 1);
HDhmt.c908 DRIVER_MODULE(hmt, hidbus, hmt_driver, NULL, NULL);
909 MODULE_DEPEND(hmt, hidbus, 1, 1, 1);
HDhidraw.c1058 DRIVER_MODULE(hidraw, hidbus, hidraw_driver, NULL, NULL);
1059 MODULE_DEPEND(hidraw, hidbus, 1, 1, 1);
/freebsd-14-stable/sys/modules/hid/
HDMakefile4 hidbus \
/freebsd-14-stable/sys/powerpc/conf/
HDMPC85XX134 device hidbus # Generic HID bus
HDQORIQ64135 device hidbus # Generic HID bus
HDMPC85XXSPE149 device hidbus # Generic HID bus
/freebsd-14-stable/sys/arm64/conf/
HDstd.dev117 device hidbus # Generic HID Bus
/freebsd-14-stable/sys/arm/conf/
HDTEGRA124138 device hidbus # Generic HID Bus
HDGENERIC268 device hidbus # Generic HID Bus

12