Searched refs:tsc200x_cmd (Results 1 – 2 of 2) sorted by relevance
108 int (*tsc200x_cmd)(struct device *dev, u8 cmd); member212 ts->tsc200x_cmd(ts->dev, TSC200X_CMD_NORMAL); in tsc200x_start_scan()217 ts->tsc200x_cmd(ts->dev, TSC200X_CMD_STOP); in tsc200x_stop_scan()442 int (*tsc200x_cmd)(struct device *dev, u8 cmd)) in tsc200x_probe()458 if (!tsc200x_cmd) { in tsc200x_probe()475 ts->tsc200x_cmd = tsc200x_cmd; in tsc200x_probe()
76 int (*tsc200x_cmd)(struct device *dev, u8 cmd));