Lines Matching refs:rpi_touchscreen
191 struct rpi_touchscreen {
214 static struct rpi_touchscreen *panel_to_ts(struct drm_panel *panel)
216 return container_of(panel, struct rpi_touchscreen, base);
219 static int rpi_touchscreen_i2c_read(struct rpi_touchscreen *ts, u8 reg)
224 static void rpi_touchscreen_i2c_write(struct rpi_touchscreen *ts,
234 static int rpi_touchscreen_write(struct rpi_touchscreen *ts, u16 reg, u32 val)
252 struct rpi_touchscreen *ts = panel_to_ts(panel);
269 struct rpi_touchscreen *ts = panel_to_ts(panel);
302 struct rpi_touchscreen *ts = panel_to_ts(panel);
366 struct rpi_touchscreen *ts;
448 struct rpi_touchscreen *ts = i2c_get_clientdata(i2c);
488 .name = "rpi_touchscreen",