zephyr/drivers/display
Abderrahmane Jarmouni 6fc41c1cce drivers: display: stm32_ltdc: fix return value
Blanking On/Off calls should not return 0 when there is no panel
controller to forward them to, instead they should return ENOSYS to
signal to the application that they were not actually executed.

"device_is_ready" does check for null, but also for
"dev->state->initialized == false", so we need to isolate the
"dev == NULL" case.

Signed-off-by: Abderrahmane Jarmouni <git@jarmouni.me>
(cherry picked from commit f7de44dfaf)
2024-11-05 10:52:08 -05:00
..
CMakeLists.txt
display_dummy.c
display_gc9x01x.c
display_gc9x01x.h
display_hx8394.c
display_ili9xxx.c
display_ili9xxx.h
display_ili9340.c
display_ili9340.h
display_ili9341.c
display_ili9341.h
display_ili9342c.c
display_ili9342c.h
display_ili9488.c
display_ili9488.h
display_intel_multibootfb.c
display_led_strip_matrix.c
display_max7219.c
display_mcux_dcnano_lcdif.c
display_mcux_elcdif.c
display_nrf_led_matrix.c
display_nt35510.c
display_nt35510.h
display_otm8009a.c
display_otm8009a.h
display_renesas_lcdc.c
display_rm67162.c
display_rm68200.c
display_sdl_bottom.c
display_sdl_bottom.h
display_sdl.c
display_st7735r.c
display_st7735r.h
display_st7789v.c
display_st7789v.h
display_st7796s.c
display_st7796s.h
display_stm32_ltdc.c
Kconfig
Kconfig.dummy
Kconfig.gc9x01x
Kconfig.hx8394
Kconfig.ili9xxx
Kconfig.intel_multibootfb
Kconfig.led_strip_matrix
Kconfig.ls0xx
Kconfig.max7219
Kconfig.mcux_dcnano_lcdif
Kconfig.mcux_elcdif
Kconfig.microbit
Kconfig.nrf_led_matrix
Kconfig.nt35510
Kconfig.otm8009a
Kconfig.renesas_lcdc
Kconfig.rm67162
Kconfig.rm68200
Kconfig.sdl
Kconfig.ssd16xx
Kconfig.ssd1306
Kconfig.st7735r
Kconfig.st7789v
Kconfig.st7796s
Kconfig.stm32_ltdc
Kconfig.uc81xx
ls0xx.c
mb_display.c
mb_font.c
mb_font.h
ssd16xx_regs.h
ssd16xx.c
ssd1306_regs.h
ssd1306.c
uc81xx_regs.h
uc81xx.c