Home
last modified time | relevance | path

Searched refs:rpi_touchscreen (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/panel/
Dpanel-raspberrypi-touchscreen.c195 struct rpi_touchscreen { struct
219 static struct rpi_touchscreen *panel_to_ts(struct drm_panel *panel) in panel_to_ts() argument
221 return container_of(panel, struct rpi_touchscreen, base); in panel_to_ts()
224 static int rpi_touchscreen_i2c_read(struct rpi_touchscreen *ts, u8 reg) in rpi_touchscreen_i2c_read()
229 static void rpi_touchscreen_i2c_write(struct rpi_touchscreen *ts, in rpi_touchscreen_i2c_write()
239 static int rpi_touchscreen_write(struct rpi_touchscreen *ts, u16 reg, u32 val) in rpi_touchscreen_write()
257 struct rpi_touchscreen *ts = panel_to_ts(panel); in rpi_touchscreen_disable()
274 struct rpi_touchscreen *ts = panel_to_ts(panel); in rpi_touchscreen_enable()
365 struct rpi_touchscreen *ts; in rpi_touchscreen_probe()
436 struct rpi_touchscreen *ts = i2c_get_clientdata(i2c); in rpi_touchscreen_remove()