tsc200x_cmd       108 drivers/input/touchscreen/tsc200x-core.c 	int			(*tsc200x_cmd)(struct device *dev, u8 cmd);
tsc200x_cmd       212 drivers/input/touchscreen/tsc200x-core.c 	ts->tsc200x_cmd(ts->dev, TSC200X_CMD_NORMAL);
tsc200x_cmd       217 drivers/input/touchscreen/tsc200x-core.c 	ts->tsc200x_cmd(ts->dev, TSC200X_CMD_STOP);
tsc200x_cmd       442 drivers/input/touchscreen/tsc200x-core.c 		  int (*tsc200x_cmd)(struct device *dev, u8 cmd))
tsc200x_cmd       458 drivers/input/touchscreen/tsc200x-core.c 	if (!tsc200x_cmd) {
tsc200x_cmd       475 drivers/input/touchscreen/tsc200x-core.c 	ts->tsc200x_cmd = tsc200x_cmd;
tsc200x_cmd        76 drivers/input/touchscreen/tsc200x-core.h 		  int (*tsc200x_cmd)(struct device *dev, u8 cmd));