Searched refs:cyttsp (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/input/touchscreen/ |
D | cyttsp_core.c | 84 static int ttsp_read_block_data(struct cyttsp *ts, u8 command, in ttsp_read_block_data() 102 static int ttsp_write_block_data(struct cyttsp *ts, u8 command, in ttsp_write_block_data() 120 static int ttsp_send_command(struct cyttsp *ts, u8 cmd) in ttsp_send_command() 125 static int cyttsp_handshake(struct cyttsp *ts) in cyttsp_handshake() 134 static int cyttsp_load_bl_regs(struct cyttsp *ts) in cyttsp_load_bl_regs() 143 static int cyttsp_exit_bl_mode(struct cyttsp *ts) in cyttsp_exit_bl_mode() 171 static int cyttsp_set_operational_mode(struct cyttsp *ts) in cyttsp_set_operational_mode() 192 static int cyttsp_set_sysinfo_mode(struct cyttsp *ts) in cyttsp_set_sysinfo_mode() 220 static int cyttsp_set_sysinfo_regs(struct cyttsp *ts) in cyttsp_set_sysinfo_regs() 243 static void cyttsp_hard_reset(struct cyttsp *ts) in cyttsp_hard_reset() [all …]
|
D | cyttsp_core.h | 111 struct cyttsp; 127 struct cyttsp { struct 151 struct cyttsp *cyttsp_probe(const struct cyttsp_bus_ops *bus_ops, argument
|
D | cyttsp_i2c.c | 42 struct cyttsp *ts; in cyttsp_i2c_probe()
|
D | cyttsp_spi.c | 150 struct cyttsp *ts; in cyttsp_spi_probe()
|
/Linux-v4.19/Documentation/devicetree/bindings/input/touchscreen/ |
D | cyttsp.txt | 1 * Cypress cyttsp touchscreen controller 4 - compatible : must be "cypress,cyttsp-i2c" or "cypress,cyttsp-spi" 6 - spi-max-frequency : Maximum SPI clocking speed of the device (for cyttsp-spi) 48 cyttsp@a { 49 compatible = "cypress,cyttsp-i2c"; 72 cyttsp@0 { 73 compatible = "cypress,cyttsp-spi";
|
/Linux-v4.19/ |
D | MAINTAINERS | 4084 F: drivers/input/touchscreen/cyttsp* 4085 F: include/linux/input/cyttsp.h
|