Searched refs:hid_bus_type (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/hid/ |
| A D | hid-generic.c | 50 if (bus_for_each_drv(&hid_bus_type, NULL, hdev, __check_hid_generic)) in hid_generic_match()
|
| A D | hid-core.c | 2375 struct bus_type hid_bus_type = { variable 2384 EXPORT_SYMBOL(hid_bus_type); 2467 hdev->dev.bus = &hid_bus_type; in hid_allocate_device() 2528 bus_for_each_dev(&hid_bus_type, NULL, hdrv, in __hid_bus_driver_added() 2537 return bus_rescan_devices(&hid_bus_type); in __bus_removed_driver() 2546 hdrv->driver.bus = &hid_bus_type; in __hid_register_driver() 2556 bus_for_each_drv(&hid_bus_type, NULL, NULL, in __hid_register_driver() 2568 bus_for_each_drv(&hid_bus_type, NULL, hdrv, __bus_removed_driver); in hid_unregister_driver() 2598 ret = bus_register(&hid_bus_type); in hid_init() 2612 bus_unregister(&hid_bus_type); in hid_init() [all …]
|
| /linux/include/linux/ |
| A D | hid.h | 867 extern struct bus_type hid_bus_type;
|
| /linux/ |
| A D | vmlinux.symvers | 8210 0x00000000 hid_bus_type vmlinux EXPORT_SYMBOL
|
| A D | System.map | 158290 ffff800012099d40 D hid_bus_type
|
| A D | .tmp_System.map | 158290 ffff800012099d40 D hid_bus_type
|
Completed in 368 milliseconds