Symbol: lg4573
drivers/gpu/drm/panel/panel-lg-lg4573.c
102
static int lg4573_display_mode_settings(struct lg4573 *ctx)
drivers/gpu/drm/panel/panel-lg-lg4573.c
120
static int lg4573_power_settings(struct lg4573 *ctx)
drivers/gpu/drm/panel/panel-lg-lg4573.c
136
static int lg4573_gamma_settings(struct lg4573 *ctx)
drivers/gpu/drm/panel/panel-lg-lg4573.c
161
static int lg4573_init(struct lg4573 *ctx)
drivers/gpu/drm/panel/panel-lg-lg4573.c
178
static int lg4573_power_on(struct lg4573 *ctx)
drivers/gpu/drm/panel/panel-lg-lg4573.c
185
struct lg4573 *ctx = panel_to_lg4573(panel);
drivers/gpu/drm/panel/panel-lg-lg4573.c
192
struct lg4573 *ctx = panel_to_lg4573(panel);
drivers/gpu/drm/panel/panel-lg-lg4573.c
243
struct lg4573 *ctx;
drivers/gpu/drm/panel/panel-lg-lg4573.c
246
ctx = devm_drm_panel_alloc(&spi->dev, struct lg4573, panel,
drivers/gpu/drm/panel/panel-lg-lg4573.c
270
struct lg4573 *ctx = spi_get_drvdata(spi);
drivers/gpu/drm/panel/panel-lg-lg4573.c
35
static inline struct lg4573 *panel_to_lg4573(struct drm_panel *panel)
drivers/gpu/drm/panel/panel-lg-lg4573.c
37
return container_of(panel, struct lg4573, panel);
drivers/gpu/drm/panel/panel-lg-lg4573.c
40
static int lg4573_spi_write_u16(struct lg4573 *ctx, u16 data)
drivers/gpu/drm/panel/panel-lg-lg4573.c
56
static int lg4573_spi_write_u16_array(struct lg4573 *ctx, const u16 *buffer,
drivers/gpu/drm/panel/panel-lg-lg4573.c
71
static int lg4573_spi_write_dcs(struct lg4573 *ctx, u8 dcs)
drivers/gpu/drm/panel/panel-lg-lg4573.c
76
static int lg4573_display_on(struct lg4573 *ctx)
drivers/gpu/drm/panel/panel-lg-lg4573.c
89
static int lg4573_display_off(struct lg4573 *ctx)