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

/linux-master/drivers/input/touchscreen/
H A Dtsc200x-core.h77 int (*tsc200x_cmd)(struct device *dev, u8 cmd));
H A Dtsc200x-core.c110 int (*tsc200x_cmd)(struct device *dev, u8 cmd); member in struct:tsc200x
213 ts->tsc200x_cmd(ts->dev, TSC200X_CMD_NORMAL);
218 ts->tsc200x_cmd(ts->dev, TSC200X_CMD_STOP);
449 int (*tsc200x_cmd)(struct device *dev, u8 cmd))
465 if (!tsc200x_cmd) {
482 ts->tsc200x_cmd = tsc200x_cmd;

Completed in 112 milliseconds