Home
last modified time | relevance | path

Searched refs:DISPLAY_ORIENTATION_NORMAL (Results 1 – 16 of 16) sorted by relevance

/Zephyr-Core-3.5.0/modules/lvgl/input/
Dlvgl_pointer_input.c59 if (cap->current_orientation == DISPLAY_ORIENTATION_NORMAL || in lvgl_pointer_process_event()
68 if (cap->current_orientation == DISPLAY_ORIENTATION_NORMAL || in lvgl_pointer_process_event()
Dlvgl_pointer_kscan.c67 if (cap->current_orientation == DISPLAY_ORIENTATION_NORMAL || in lvgl_pointer_kscan_read()
76 if (cap->current_orientation == DISPLAY_ORIENTATION_NORMAL || in lvgl_pointer_kscan_read()
/Zephyr-Core-3.5.0/drivers/display/
Ddisplay_intel_multibootfb.c71 case DISPLAY_ORIENTATION_NORMAL: in framebuf_set_orientation()
88 caps->current_orientation = DISPLAY_ORIENTATION_NORMAL; in framebuf_get_capabilities()
Ddisplay_ili9xxx.c253 if (orientation == DISPLAY_ORIENTATION_NORMAL) { in ili9xxx_set_orientation()
264 if (orientation == DISPLAY_ORIENTATION_NORMAL) { in ili9xxx_set_orientation()
297 if (data->orientation == DISPLAY_ORIENTATION_NORMAL || in ili9xxx_get_capabilities()
331 orientation = DISPLAY_ORIENTATION_NORMAL; in ili9xxx_configure()
Ddisplay_max7219.c279 case DISPLAY_ORIENTATION_NORMAL: in max7219_set_orientation()
295 caps->current_orientation = DISPLAY_ORIENTATION_NORMAL; in max7219_get_capabilities()
Ddisplay_hx8394.c493 case DISPLAY_ORIENTATION_NORMAL: in hx8394_set_orientation()
522 capabilities->current_orientation = DISPLAY_ORIENTATION_NORMAL; in hx8394_get_capabilities()
Ddisplay_mcux_elcdif.c279 if (orientation == DISPLAY_ORIENTATION_NORMAL) { in mcux_elcdif_set_orientation()
296 capabilities->current_orientation = DISPLAY_ORIENTATION_NORMAL; in mcux_elcdif_get_capabilities()
Ddisplay_st7789v.c240 capabilities->current_orientation = DISPLAY_ORIENTATION_NORMAL; in st7789v_get_capabilities()
260 if (orientation == DISPLAY_ORIENTATION_NORMAL) {
Ddisplay_stm32_ltdc.c152 if (orientation == DISPLAY_ORIENTATION_NORMAL) { in stm32_ltdc_set_orientation()
176 capabilities->current_orientation = DISPLAY_ORIENTATION_NORMAL; in stm32_ltdc_get_capabilities()
Ddisplay_nrf_led_matrix.c212 case DISPLAY_ORIENTATION_NORMAL: in api_set_orientation()
227 caps->current_orientation = DISPLAY_ORIENTATION_NORMAL; in api_get_capabilities()
Ddisplay_st7735r.c312 capabilities->current_orientation = DISPLAY_ORIENTATION_NORMAL; in st7735r_get_capabilities()
338 if (orientation == DISPLAY_ORIENTATION_NORMAL) { in st7735r_set_orientation()
Ddisplay_otm8009a.c477 if (data->orientation == DISPLAY_ORIENTATION_NORMAL) { in otm8009a_configure()
679 data->orientation = DISPLAY_ORIENTATION_NORMAL; in otm8009a_init()
Ddisplay_mcux_dcnano_lcdif.c133 capabilities->current_orientation = DISPLAY_ORIENTATION_NORMAL; in mcux_dcnano_lcdif_get_capabilities()
Ddisplay_rm68200.c171 if (orientation == DISPLAY_ORIENTATION_NORMAL) { in rm68200_set_orientation()
188 capabilities->current_orientation = DISPLAY_ORIENTATION_NORMAL; in rm68200_get_capabilities()
Ddisplay_rm67162.c564 if (orientation == DISPLAY_ORIENTATION_NORMAL) { in rm67162_set_orientation()
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Ddisplay.h95 DISPLAY_ORIENTATION_NORMAL, enumerator