Lines Matching full:lg4573
29 struct lg4573 { struct
35 static inline struct lg4573 *panel_to_lg4573(struct drm_panel *panel) in panel_to_lg4573() argument
37 return container_of(panel, struct lg4573, panel); in panel_to_lg4573()
40 static int lg4573_spi_write_u16(struct lg4573 *ctx, u16 data) in lg4573_spi_write_u16()
56 static int lg4573_spi_write_u16_array(struct lg4573 *ctx, const u16 *buffer, in lg4573_spi_write_u16_array()
71 static int lg4573_spi_write_dcs(struct lg4573 *ctx, u8 dcs) in lg4573_spi_write_dcs()
76 static int lg4573_display_on(struct lg4573 *ctx) in lg4573_display_on()
89 static int lg4573_display_off(struct lg4573 *ctx) in lg4573_display_off()
102 static int lg4573_display_mode_settings(struct lg4573 *ctx) in lg4573_display_mode_settings()
120 static int lg4573_power_settings(struct lg4573 *ctx) in lg4573_power_settings()
136 static int lg4573_gamma_settings(struct lg4573 *ctx) in lg4573_gamma_settings()
161 static int lg4573_init(struct lg4573 *ctx) in lg4573_init()
178 static int lg4573_power_on(struct lg4573 *ctx) in lg4573_power_on()
185 struct lg4573 *ctx = panel_to_lg4573(panel); in lg4573_disable()
192 struct lg4573 *ctx = panel_to_lg4573(panel); in lg4573_enable()
243 struct lg4573 *ctx; in lg4573_probe()
271 struct lg4573 *ctx = spi_get_drvdata(spi); in lg4573_remove()
278 { .compatible = "lg,lg4573" },
287 .name = "lg4573",
294 MODULE_DESCRIPTION("lg4573 LCD Driver");