Home
last modified time | relevance | path

Searched refs:update_info (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_update.c133 struct fw_update_info update_info = { variable
360 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 …]
H A Dgt1x_tools.c413 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()
H A Dgt1x_generic.c263 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()
H A Dgt1x_generic.h506 extern struct fw_update_info update_info;
H A Dgt1x.c222 if (update_info.status) { in gt1x_ts_work_func()
H A Dgt1x_extents.c671 while (cnt-- && update_info.status) { in gt1x_ioctl()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/
H A Delan_update.c124 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() local
658 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() local
678 update_info->FwName = kasprintf(GFP_KERNEL, "elants_i2c.ekt"); in elan_get_vendor_fw()
[all …]
H A Delan_ts.h160 struct elan_update_fw_info update_info; member
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxinputinit.h219 dmxUpdateInfoProcPtr update_info; /**< Update window layout member
H A Ddmxinputinit.c585 if (dmxInput->devs[i]->update_info) in dmxUpdateWindowInformation()
586 dmxInput->devs[i]->update_info(dmxInput->devs[i]->private, in dmxUpdateWindowInformation()