Home
last modified time | relevance | path

Searched refs:cyttsp4_bus_ops (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/touchscreen/
Dcyttsp4_core.h353 const struct cyttsp4_bus_ops *bus_ops;
360 struct cyttsp4_bus_ops { struct
453 extern struct cyttsp4 *cyttsp4_probe(const struct cyttsp4_bus_ops *ops,
Dcyttsp4_i2c.c24 static const struct cyttsp4_bus_ops cyttsp4_i2c_bus_ops = {
Dcyttsp4_spi.c140 static const struct cyttsp4_bus_ops cyttsp_spi_bus_ops = {
Dcyttsp4_core.c2006 struct cyttsp4 *cyttsp4_probe(const struct cyttsp4_bus_ops *ops, in cyttsp4_probe()