Searched refs:to_hid_driver (Results 1 – 2 of 2) sorted by relevance
2593 struct hid_driver *hdrv = to_hid_driver(drv); in new_id_store()2662 struct hid_driver *hdrv = to_hid_driver(drv); in hid_bus_match()2767 struct hid_driver *hdrv = to_hid_driver(dev->driver); in hid_device_probe()3023 struct hid_driver *hdrv = to_hid_driver(drv); in __hid_bus_driver_added()
862 #define to_hid_driver(pdrv) \ macro