Home
last modified time | relevance | path

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

/linux-6.15/drivers/hid/
H A Dhid-generic.c28 struct hid_driver *hdrv = to_hid_driver(drv); in __check_hid_generic()
H A Dhid-core.c2570 struct hid_driver *hdrv = to_hid_driver(drv); in new_id_store()
2639 struct hid_driver *hdrv = to_hid_driver(drv); in hid_bus_match()
2744 struct hid_driver *hdrv = to_hid_driver(dev->driver); in hid_device_probe()
3000 struct hid_driver *hdrv = to_hid_driver(drv); in __hid_bus_driver_added()
/linux-6.15/include/linux/
H A Dhid.h855 #define to_hid_driver(pdrv) \ macro