Searched refs:CY_REG_BASE (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/input/touchscreen/ |
| H A D | cyttsp_core.c | 41 #define CY_REG_BASE 0x00 macro 116 return ttsp_write_block_data(ts, CY_REG_BASE, sizeof(cmd), &cmd); in ttsp_send_command() 133 return ttsp_read_block_data(ts, CY_REG_BASE, in cyttsp_load_bl_regs() 147 error = ttsp_write_block_data(ts, CY_REG_BASE, in cyttsp_exit_bl_mode() 174 error = ttsp_read_block_data(ts, CY_REG_BASE, in cyttsp_set_operational_mode() 199 error = ttsp_read_block_data(ts, CY_REG_BASE, sizeof(ts->sysinfo_data), in cyttsp_set_sysinfo_mode() 377 error = ttsp_read_block_data(ts, CY_REG_BASE, in cyttsp_irq() 468 error = ttsp_read_block_data(ts, CY_REG_BASE, in cyttsp_enable()
|