Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dtsc200x-core.c109 int (*tsc200x_cmd)(struct device *dev, u8 cmd); member
209 ts->tsc200x_cmd(ts->dev, TSC200X_CMD_NORMAL); in tsc200x_start_scan()
214 ts->tsc200x_cmd(ts->dev, TSC200X_CMD_STOP); in tsc200x_stop_scan()
434 int (*tsc200x_cmd)(struct device *dev, u8 cmd)) in tsc200x_probe()
450 if (!tsc200x_cmd) { in tsc200x_probe()
467 ts->tsc200x_cmd = tsc200x_cmd; in tsc200x_probe()
H A Dtsc200x-core.h77 int (*tsc200x_cmd)(struct device *dev, u8 cmd));