Home
last modified time | relevance | path

Searched refs:tsc200x_cmd (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/input/touchscreen/
Dtsc200x-core.c110 int (*tsc200x_cmd)(struct device *dev, u8 cmd); member
213 ts->tsc200x_cmd(ts->dev, TSC200X_CMD_NORMAL); in tsc200x_start_scan()
218 ts->tsc200x_cmd(ts->dev, TSC200X_CMD_STOP); in tsc200x_stop_scan()
443 int (*tsc200x_cmd)(struct device *dev, u8 cmd)) in tsc200x_probe()
459 if (!tsc200x_cmd) { in tsc200x_probe()
476 ts->tsc200x_cmd = tsc200x_cmd; in tsc200x_probe()
Dtsc200x-core.h76 int (*tsc200x_cmd)(struct device *dev, u8 cmd));