Searched refs:current_orientation (Results 1 – 7 of 7) sorted by relevance
243 if (cap.current_orientation == DISPLAY_ORIENTATION_NORMAL || in lvgl_pointer_kscan_read()244 cap.current_orientation == DISPLAY_ORIENTATION_ROTATED_180) { in lvgl_pointer_kscan_read()252 if (cap.current_orientation == DISPLAY_ORIENTATION_NORMAL || in lvgl_pointer_kscan_read()253 cap.current_orientation == DISPLAY_ORIENTATION_ROTATED_180) { in lvgl_pointer_kscan_read()261 if (cap.current_orientation == DISPLAY_ORIENTATION_ROTATED_90) { in lvgl_pointer_kscan_read()267 } else if (cap.current_orientation == DISPLAY_ORIENTATION_ROTATED_180) { in lvgl_pointer_kscan_read()270 } else if (cap.current_orientation == DISPLAY_ORIENTATION_ROTATED_270) { in lvgl_pointer_kscan_read()
76 caps->current_orientation = DISPLAY_ORIENTATION_NORMAL; in framebuf_get_capabilities()
166 capabilities->current_orientation = DISPLAY_ORIENTATION_NORMAL; in mcux_elcdif_get_capabilities()
294 capabilities->current_orientation = data->orientation; in ili9xxx_get_capabilities()
236 capabilities->current_orientation = DISPLAY_ORIENTATION_NORMAL; in st7789v_get_capabilities()
284 capabilities->current_orientation = DISPLAY_ORIENTATION_NORMAL; in st7735r_get_capabilities()
97 enum display_orientation current_orientation; member