Lines Matching defs:ctx
118 static int ld9040_clear_error(struct ld9040 *ctx) in ld9040_clear_error()
126 static int ld9040_spi_write_word(struct ld9040 *ctx, u16 data) in ld9040_spi_write_word()
141 static void ld9040_dcs_write(struct ld9040 *ctx, const u8 *data, size_t len) in ld9040_dcs_write()
165 #define ld9040_dcs_write_seq_static(ctx, seq...) \ argument
171 static void ld9040_brightness_set(struct ld9040 *ctx) in ld9040_brightness_set()
179 static void ld9040_init(struct ld9040 *ctx) in ld9040_init()
198 static int ld9040_power_on(struct ld9040 *ctx) in ld9040_power_on()
215 static int ld9040_power_off(struct ld9040 *ctx) in ld9040_power_off()
227 struct ld9040 *ctx = panel_to_ld9040(panel); in ld9040_unprepare() local
241 struct ld9040 *ctx = panel_to_ld9040(panel); in ld9040_prepare() local
266 struct ld9040 *ctx = panel_to_ld9040(panel); in ld9040_get_modes() local
295 static int ld9040_parse_dt(struct ld9040 *ctx) in ld9040_parse_dt()
316 struct ld9040 *ctx; in ld9040_probe() local
362 struct ld9040 *ctx = spi_get_drvdata(spi); in ld9040_remove() local