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 …]
209 struct ishtp_cl_data { struct210 struct ishtp_cl *loader_ishtp_cl;211 struct ishtp_cl_device *cl_device;217 struct response_info response;219 struct work_struct work_ishtp_reset;220 struct work_struct work_fw_load;251 static int get_firmware_variant(struct ishtp_cl_data *client_data, in get_firmware_variant() argument
120 struct ishtp_cl_data { struct141 struct ishtp_cl_data *client_data = in ish_evt_handler() argument