Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dcyttsp4_core.h339 const struct cyttsp4_bus_ops *bus_ops;
346 struct cyttsp4_bus_ops { struct
439 extern struct cyttsp4 *cyttsp4_probe(const struct cyttsp4_bus_ops *ops,
H A Dcyttsp4_i2c.c24 static const struct cyttsp4_bus_ops cyttsp4_i2c_bus_ops = {
H A Dcyttsp4_spi.c140 static const struct cyttsp4_bus_ops cyttsp_spi_bus_ops = {
H A Dcyttsp4_core.c2014 struct cyttsp4 *cyttsp4_probe(const struct cyttsp4_bus_ops *ops, in cyttsp4_probe()