Home
last modified time | relevance | path

Searched refs:hid_bus_type (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/hid/
A Dhid-generic.c50 if (bus_for_each_drv(&hid_bus_type, NULL, hdev, __check_hid_generic)) in hid_generic_match()
A Dhid-core.c2818 const struct bus_type hid_bus_type = { variable
2827 EXPORT_SYMBOL(hid_bus_type);
2912 hdev->dev.bus = &hid_bus_type; in hid_allocate_device()
2983 bus_for_each_dev(&hid_bus_type, NULL, hdrv, in __hid_bus_driver_added()
2992 return bus_rescan_devices(&hid_bus_type); in __bus_removed_driver()
3001 hdrv->driver.bus = &hid_bus_type; in __hid_register_driver()
3011 bus_for_each_drv(&hid_bus_type, NULL, NULL, in __hid_register_driver()
3052 .bus_type = &hid_bus_type,
3060 ret = bus_register(&hid_bus_type); in hid_init()
3078 bus_unregister(&hid_bus_type); in hid_init()
[all …]
/linux/include/linux/
A Dhid.h915 extern const struct bus_type hid_bus_type;

Completed in 15 milliseconds