Searched defs:ishtp_cl_data (Results 1 – 3 of 3) sorted by relevance
113 struct ishtp_cl_data { struct115 bool enum_devices_done;116 bool hid_descr_done;117 bool report_descr_done;118 bool init_done;119 bool suspended;121 unsigned int num_hid_devices;122 unsigned int cur_hid_dev;123 unsigned int hid_dev_count;125 struct device_info *hid_devices;[all …]
212 struct ishtp_cl_data { struct213 struct ishtp_cl *loader_ishtp_cl;214 struct ishtp_cl_device *cl_device;220 struct response_info response;222 struct work_struct work_ishtp_reset;223 struct work_struct work_fw_load;254 static int get_firmware_variant(struct ishtp_cl_data *client_data, in get_firmware_variant() argument
123 struct ishtp_cl_data { struct144 struct ishtp_cl_data *client_data = in ish_evt_handler() argument