Home
last modified time | relevance | path

Searched defs:hid_driver (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/include/linux/
Dhid.h811 struct hid_driver { struct
812 char *name;
813 const struct hid_device_id *id_table;
815 struct list_head dyn_list;
816 spinlock_t dyn_lock;
818 bool (*match)(struct hid_device *dev, bool ignore_special_driver);
819 int (*probe)(struct hid_device *dev, const struct hid_device_id *id);
820 void (*remove)(struct hid_device *dev);
822 const struct hid_report_id *report_table;
823 int (*raw_event)(struct hid_device *hdev, struct hid_report *report,
[all …]
/linux-6.14.4/drivers/hid/usbhid/
Dhid-core.c1667 static struct usb_driver hid_driver = { variable