Lines Matching refs:rpi_touchscreen
192 struct rpi_touchscreen {
215 static struct rpi_touchscreen *panel_to_ts(struct drm_panel *panel)
217 return container_of(panel, struct rpi_touchscreen, base);
220 static int rpi_touchscreen_i2c_read(struct rpi_touchscreen *ts, u8 reg)
225 static void rpi_touchscreen_i2c_write(struct rpi_touchscreen *ts,
235 static int rpi_touchscreen_write(struct rpi_touchscreen *ts, u16 reg, u32 val)
253 struct rpi_touchscreen *ts = panel_to_ts(panel);
270 struct rpi_touchscreen *ts = panel_to_ts(panel);
303 struct rpi_touchscreen *ts = panel_to_ts(panel);
368 struct rpi_touchscreen *ts;
450 struct rpi_touchscreen *ts = i2c_get_clientdata(i2c);
492 .name = "rpi_touchscreen",