rpi_touchscreen   218 drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c static struct rpi_touchscreen *panel_to_ts(struct drm_panel *panel)
rpi_touchscreen   220 drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c 	return container_of(panel, struct rpi_touchscreen, base);
rpi_touchscreen   223 drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c static int rpi_touchscreen_i2c_read(struct rpi_touchscreen *ts, u8 reg)
rpi_touchscreen   228 drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c static void rpi_touchscreen_i2c_write(struct rpi_touchscreen *ts,
rpi_touchscreen   238 drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c static int rpi_touchscreen_write(struct rpi_touchscreen *ts, u16 reg, u32 val)
rpi_touchscreen   256 drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c 	struct rpi_touchscreen *ts = panel_to_ts(panel);
rpi_touchscreen   273 drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c 	struct rpi_touchscreen *ts = panel_to_ts(panel);
rpi_touchscreen   364 drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c 	struct rpi_touchscreen *ts;
rpi_touchscreen   449 drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c 	struct rpi_touchscreen *ts = i2c_get_clientdata(i2c);