Searched refs:hid_bus_type (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/hid/ |
| H A D | hid-core.c | 3008 const struct bus_type hid_bus_type = { variable 3017 EXPORT_SYMBOL(hid_bus_type); 3095 hdev->dev.bus = &hid_bus_type; in hid_allocate_device() 3172 bus_for_each_dev(&hid_bus_type, NULL, hdrv, in __hid_bus_driver_added() 3181 return bus_rescan_devices(&hid_bus_type); in __bus_removed_driver() 3190 hdrv->driver.bus = &hid_bus_type; in __hid_register_driver() 3200 bus_for_each_drv(&hid_bus_type, NULL, NULL, in __hid_register_driver() 3212 bus_for_each_drv(&hid_bus_type, NULL, hdrv, __bus_removed_driver); in hid_unregister_driver() 3241 .bus_type = &hid_bus_type, 3249 ret = bus_register(&hid_bus_type); in hid_init() [all …]
|
| /linux/include/linux/ |
| H A D | hid.h | 1001 extern const struct bus_type hid_bus_type;
|