Searched refs:nonhid_cmd (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/ |
| H A D | cyttsp5_loader.c | 199 rc = cmd->nonhid_cmd->suspend_scanning(dev, 0); in cyttsp5_calibrate_idacs() 204 rc = cmd->nonhid_cmd->calibrate_idacs(dev, 0, mode, &status); in cyttsp5_calibrate_idacs() 209 rc = cmd->nonhid_cmd->resume_scanning(dev, 0); in cyttsp5_calibrate_idacs() 265 rc = cmd->nonhid_cmd->start_bl(dev, 0); in cyttsp5_ldr_enter_() 270 rc = cmd->nonhid_cmd->get_bl_info(dev, 0, return_data); in cyttsp5_ldr_enter_() 285 return cmd->nonhid_cmd->initiate_bl(dev, 0, 8, in cyttsp5_ldr_init_() 322 return cmd->nonhid_cmd->prog_and_verify(dev, 0, length, data); in cyttsp5_ldr_prog_row_() 330 rc = cmd->nonhid_cmd->verify_app_integrity(dev, 0, &result); in cyttsp5_ldr_verify_chksum_() 343 return cmd->nonhid_cmd->launch_app(dev, 0); in cyttsp5_ldr_exit_() 833 rc = cmd->nonhid_cmd->write_conf_block(dev, 0, row_number, in cyttsp5_write_config_row_() [all …]
|
| H A D | cyttsp5_device_access.c | 492 rc = cmd->nonhid_cmd->user_cmd(dev, 1, CY_MAX_PRBUF_SIZE, in cyttsp5_command_store() 1577 rc = cmd->nonhid_cmd->set_param(dev, 0, 0x1F, 1, 1); in cyttsp5_cmcp_test_show() 1581 rc = cmd->nonhid_cmd->suspend_scanning(dev, 0); in cyttsp5_cmcp_test_show() 1604 rc = cmd->nonhid_cmd->resume_scanning(dev, 0); in cyttsp5_cmcp_test_show() 1615 rc = cmd->nonhid_cmd->set_param(dev, 0, 0x1F, 0, 1); in cyttsp5_cmcp_test_show() 1620 rc = cmd->nonhid_cmd->suspend_scanning(dev, 0); in cyttsp5_cmcp_test_show() 1644 rc = cmd->nonhid_cmd->resume_scanning(dev, 0); in cyttsp5_cmcp_test_show() 3416 rc = cmd->nonhid_cmd->suspend_scanning(dev, 0); in cyttsp5_suspend_scan_cmd_() 3430 rc = cmd->nonhid_cmd->resume_scanning(dev, 0); in cyttsp5_resume_scan_cmd_() 3444 rc = cmd->nonhid_cmd->exec_panel_scan(dev, 0); in cyttsp5_exec_scan_cmd_() [all …]
|
| H A D | cyttsp5_regs.h | 914 struct cyttsp5_core_nonhid_cmd *nonhid_cmd; member
|
| H A D | cyttsp5_core.c | 5671 .nonhid_cmd = &_cyttsp5_core_nonhid_cmd,
|