Searched refs:update_info (Results 1 – 10 of 10) sorted by relevance
133 struct fw_update_info update_info = { variable360 if (update_info.status != UPDATE_STATUS_IDLE) { in gt1x_update_firmware()364 update_info.status = UPDATE_STATUS_RUNNING; in gt1x_update_firmware()365 update_info.progress = 0; in gt1x_update_firmware()371 update_info.status = UPDATE_STATUS_IDLE; in gt1x_update_firmware()377 update_info.status = UPDATE_STATUS_ABORT; in gt1x_update_firmware()381 update_info.max_progress = in gt1x_update_firmware()382 6 + update_info.firmware->subsystem_count; in gt1x_update_firmware()384 update_info.max_progress = in gt1x_update_firmware()385 3 + update_info.firmware->subsystem_count; in gt1x_update_firmware()[all …]
413 buffer[0] = update_info.progress >> 8; in gt1x_tool_read()414 buffer[1] = update_info.progress & 0xff; in gt1x_tool_read()415 buffer[2] = update_info.max_progress >> 8; in gt1x_tool_read()416 buffer[3] = update_info.max_progress & 0xff; in gt1x_tool_read()
263 update_info.force_update = !!mode; in gt1x_debug_write_proc()522 if (update_info.status) { in gt1x_send_cfg()1048 if (rst_flag || update_info.status) { in gt1x_power_reset()2171 if (update_info.status) { in gt1x_suspend()2240 if (update_info.status) { in gt1x_resume()
506 extern struct fw_update_info update_info;
222 if (update_info.status) { in gt1x_ts_work_func()
671 while (cnt-- && update_info.status) { in gt1x_ioctl()
124 if ( remark_id != ts->update_info.remark_id) { in hid_fw_upgrade_init()194 struct elan_update_fw_info *update = &ts->update_info; in Hid_Fw_Update()321 struct elan_update_fw_info *update = &ts->update_info; in Normal_Fw_Update()645 struct elan_update_fw_info *update_info = &ts->update_info; in get_driver_fw() local658 update_info->FwData = g_vendor_map[i].fw_array; in get_driver_fw()659 update_info->FwSize = g_vendor_map[i].fw_size; in get_driver_fw()660 update_info->PageNum = g_vendor_map[i].fw_size/132; in get_driver_fw()661 …dev_err(&ts->client->dev, "fwSize = %d, pagenum = %d\n", update_info->FwSize,update_info->PageNum … in get_driver_fw()674 struct elan_update_fw_info *update_info = &ts->update_info; in elan_get_vendor_fw() local678 update_info->FwName = kasprintf(GFP_KERNEL, "elants_i2c.ekt"); in elan_get_vendor_fw()[all …]
160 struct elan_update_fw_info update_info; member
219 dmxUpdateInfoProcPtr update_info; /**< Update window layout member
585 if (dmxInput->devs[i]->update_info) in dmxUpdateWindowInformation()586 dmxInput->devs[i]->update_info(dmxInput->devs[i]->private, in dmxUpdateWindowInformation()