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