Searched refs:cyttsp (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
D | cyttsp_core.c | 70 static int ttsp_read_block_data(struct cyttsp *ts, u8 command, in ttsp_read_block_data() 88 static int ttsp_write_block_data(struct cyttsp *ts, u8 command, in ttsp_write_block_data() 106 static int ttsp_send_command(struct cyttsp *ts, u8 cmd) in ttsp_send_command() 111 static int cyttsp_handshake(struct cyttsp *ts) in cyttsp_handshake() 120 static int cyttsp_load_bl_regs(struct cyttsp *ts) in cyttsp_load_bl_regs() 129 static int cyttsp_exit_bl_mode(struct cyttsp *ts) in cyttsp_exit_bl_mode() 157 static int cyttsp_set_operational_mode(struct cyttsp *ts) in cyttsp_set_operational_mode() 178 static int cyttsp_set_sysinfo_mode(struct cyttsp *ts) in cyttsp_set_sysinfo_mode() 206 static int cyttsp_set_sysinfo_regs(struct cyttsp *ts) in cyttsp_set_sysinfo_regs() 229 static void cyttsp_hard_reset(struct cyttsp *ts) in cyttsp_hard_reset() [all …]
|
D | cyttsp_core.h | 97 struct cyttsp; 113 struct cyttsp { struct 137 struct cyttsp *cyttsp_probe(const struct cyttsp_bus_ops *bus_ops, argument
|
D | cyttsp_i2c.c | 32 struct cyttsp *ts; in cyttsp_i2c_probe()
|
D | cyttsp_spi.c | 140 struct cyttsp *ts; in cyttsp_spi_probe()
|
/kernel/linux/linux-5.10/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";
|
/kernel/linux/linux-5.10/ |
D | MAINTAINERS | 4846 F: drivers/input/touchscreen/cyttsp* 4847 F: include/linux/input/cyttsp.h
|