Searched defs:cyttsp5_loader_data (Results 1 – 1 of 1) sorted by relevance
77 struct cyttsp5_loader_data { struct78 struct device *dev;79 struct cyttsp5_sysinfo *si;80 u8 status_buf[CY_MAX_STATUS_SIZE];81 struct completion int_running;82 struct completion calibration_complete;84 struct completion builtin_bin_fw_complete;85 int builtin_bin_fw_status;86 bool is_manual_upgrade_enabled;88 struct work_struct fw_and_config_upgrade;[all …]