Searched refs:CY_REG_BASE (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/input/touchscreen/ |
D | cyttsp_core.c | 40 #define CY_REG_BASE 0x00 macro 115 return ttsp_write_block_data(ts, CY_REG_BASE, sizeof(cmd), &cmd); in ttsp_send_command() 132 return ttsp_read_block_data(ts, CY_REG_BASE, in cyttsp_load_bl_regs() 146 error = ttsp_write_block_data(ts, CY_REG_BASE, in cyttsp_exit_bl_mode() 173 error = ttsp_read_block_data(ts, CY_REG_BASE, in cyttsp_set_operational_mode() 198 error = ttsp_read_block_data(ts, CY_REG_BASE, sizeof(ts->sysinfo_data), in cyttsp_set_sysinfo_mode() 376 error = ttsp_read_block_data(ts, CY_REG_BASE, in cyttsp_irq() 467 error = ttsp_read_block_data(ts, CY_REG_BASE, in cyttsp_enable()
|