Searched defs:ishtp_cl_data (Results 1 – 3 of 3) sorted by relevance
110 struct ishtp_cl_data { struct112 bool enum_devices_done;113 bool hid_descr_done;114 bool report_descr_done;115 bool init_done;116 bool suspended;118 unsigned int num_hid_devices;119 unsigned int cur_hid_dev;120 unsigned int hid_dev_count;122 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