Searched refs:hid_bus_type (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/hid/ |
| H A D | hid-core.c | 2946 const struct bus_type hid_bus_type = { variable 2955 EXPORT_SYMBOL(hid_bus_type); 3033 hdev->dev.bus = &hid_bus_type; in hid_allocate_device() 3110 bus_for_each_dev(&hid_bus_type, NULL, hdrv, in __hid_bus_driver_added() 3119 return bus_rescan_devices(&hid_bus_type); in __bus_removed_driver() 3128 hdrv->driver.bus = &hid_bus_type; in __hid_register_driver() 3138 bus_for_each_drv(&hid_bus_type, NULL, NULL, in __hid_register_driver() 3150 bus_for_each_drv(&hid_bus_type, NULL, hdrv, __bus_removed_driver); in hid_unregister_driver() 3179 .bus_type = &hid_bus_type, 3187 ret = bus_register(&hid_bus_type); in hid_init() [all …]
|
| /linux/include/linux/ |
| H A D | hid.h | 999 extern const struct bus_type hid_bus_type;
|