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

/linux-master/drivers/hid/
H A Dhid-generic.c50 if (bus_for_each_drv(&hid_bus_type, NULL, hdev, __check_hid_generic))
H A Dhid-core.c2752 const struct bus_type hid_bus_type = { variable in typeref:struct:bus_type
2761 EXPORT_SYMBOL(hid_bus_type); variable
2846 hdev->dev.bus = &hid_bus_type;
2911 bus_for_each_dev(&hid_bus_type, NULL, hdrv,
2920 return bus_rescan_devices(&hid_bus_type);
2929 hdrv->driver.bus = &hid_bus_type;
2939 bus_for_each_drv(&hid_bus_type, NULL, NULL,
2951 bus_for_each_drv(&hid_bus_type, NULL, hdrv, __bus_removed_driver);
2978 .bus_type = &hid_bus_type,
2986 ret = bus_register(&hid_bus_type);
[all...]
/linux-master/include/linux/
H A Dhid.h915 extern const struct bus_type hid_bus_type;

Completed in 133 milliseconds