Home
last modified time | relevance | path

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

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