Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dhid.h803 struct hid_ll_driver { struct
804 int (*start)(struct hid_device *hdev);
805 void (*stop)(struct hid_device *hdev);
830 extern struct hid_ll_driver i2c_hid_ll_driver; argument