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.h806 struct hid_driver { struct
807 char *name;
808 const struct hid_device_id *id_table;
810 struct list_head dyn_list;
811 spinlock_t dyn_lock;
815 void (*remove)(struct hid_device *dev);
817 const struct hid_report_id *report_table;
820 const struct hid_usage_id *usage_table;
821 int (*event)(struct hid_device *hdev, struct hid_field *field,
848 #define to_hid_driver(pdrv) \ argument
[all …]
/openbmc/linux/drivers/hid/usbhid/
H A Dhid-core.c1667 static struct usb_driver hid_driver = { variable