Searched refs:ttsp_read_block_data (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/input/touchscreen/ |
H A D | cyttsp_core.c | 78 static int ttsp_read_block_data(struct cyttsp *ts, u8 command, in ttsp_read_block_data() function 133 return ttsp_read_block_data(ts, CY_REG_BASE, in cyttsp_load_bl_regs() 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()
|