Lines Matching full:hid
3 * ISHTP-HID glue driver's definitions.
23 /* ISH HID message structure */
82 * struct ishtp_cl_data - Encapsulate per ISH TP HID Client
84 * @hid_descr_done: HID descriptor complete flag
88 * @num_hid_devices: Number of HID devices enumerated in this client
90 * initialization and registration with HID core
92 * @hid_devices: Store vid/pid/devid for each enumerated HID device
93 * @report_descr: Stores the raw report descriptors for each HID device
95 * @hid_sensor_hubs: Pointer to hid_device for all HID device, so that
97 * @hid_descr: Pointer to hid descriptor for each enumerated hid
102 * @ishtp_hid_wait: The wait for get report during wait callback from hid
108 * report description, number of HID devices etc.
143 * struct ishtp_hid_data - Per instance HID data
146 * used during get/set request from hid core
153 * Used to tie hid hid->driver data to driver client instance
167 /* Interface functions between HID LL driver and ISH TP client */
168 void hid_ishtp_set_feature(struct hid_device *hid, char *buf, unsigned int len,
170 void hid_ishtp_get_report(struct hid_device *hid, int report_id,
176 void ishtp_hid_wakeup(struct hid_device *hid);