Searched refs:hid_bus_type (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/hid/ |
H A D | hid-generic.c | 53 if (bus_for_each_drv(&hid_bus_type, NULL, hdev, __check_hid_generic)) in hid_generic_match()
|
H A D | hid-core.c | 2754 struct bus_type hid_bus_type = { variable 2763 EXPORT_SYMBOL(hid_bus_type); 2848 hdev->dev.bus = &hid_bus_type; in hid_allocate_device() 2913 bus_for_each_dev(&hid_bus_type, NULL, hdrv, in __hid_bus_driver_added() 2922 return bus_rescan_devices(&hid_bus_type); in __bus_removed_driver() 2931 hdrv->driver.bus = &hid_bus_type; in __hid_register_driver() 2941 bus_for_each_drv(&hid_bus_type, NULL, NULL, in __hid_register_driver() 2953 bus_for_each_drv(&hid_bus_type, NULL, hdrv, __bus_removed_driver); in hid_unregister_driver() 2980 .bus_type = &hid_bus_type, 2988 ret = bus_register(&hid_bus_type); in hid_init() [all …]
|
/openbmc/linux/include/linux/ |
H A D | hid.h | 918 extern struct bus_type hid_bus_type;
|