Symbol: st7789v
drivers/gpu/drm/panel/panel-sitronix-st7789v.c
140
static inline struct st7789v *panel_to_st7789v(struct drm_panel *panel)
drivers/gpu/drm/panel/panel-sitronix-st7789v.c
142
return container_of(panel, struct st7789v, panel);
drivers/gpu/drm/panel/panel-sitronix-st7789v.c
145
static int st7789v_spi_write(struct st7789v *ctx, enum st7789v_prefix prefix,
drivers/gpu/drm/panel/panel-sitronix-st7789v.c
157
static int st7789v_write_command(struct st7789v *ctx, u8 cmd)
drivers/gpu/drm/panel/panel-sitronix-st7789v.c
162
static int st7789v_write_data(struct st7789v *ctx, u8 cmd)
drivers/gpu/drm/panel/panel-sitronix-st7789v.c
167
static int st7789v_read_data(struct st7789v *ctx, u8 cmd, u8 *buf,
drivers/gpu/drm/panel/panel-sitronix-st7789v.c
212
struct st7789v *ctx = panel_to_st7789v(panel);
drivers/gpu/drm/panel/panel-sitronix-st7789v.c
340
struct st7789v *ctx = panel_to_st7789v(panel);
drivers/gpu/drm/panel/panel-sitronix-st7789v.c
374
struct st7789v *ctx = panel_to_st7789v(p);
drivers/gpu/drm/panel/panel-sitronix-st7789v.c
381
struct st7789v *ctx = panel_to_st7789v(panel);
drivers/gpu/drm/panel/panel-sitronix-st7789v.c
578
struct st7789v *ctx = panel_to_st7789v(panel);
drivers/gpu/drm/panel/panel-sitronix-st7789v.c
585
struct st7789v *ctx = panel_to_st7789v(panel);
drivers/gpu/drm/panel/panel-sitronix-st7789v.c
595
struct st7789v *ctx = panel_to_st7789v(panel);
drivers/gpu/drm/panel/panel-sitronix-st7789v.c
617
struct st7789v *ctx;
drivers/gpu/drm/panel/panel-sitronix-st7789v.c
620
ctx = devm_drm_panel_alloc(dev, struct st7789v, panel,
drivers/gpu/drm/panel/panel-sitronix-st7789v.c
660
struct st7789v *ctx = spi_get_drvdata(spi);