Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 11 of 11) sorted by relevance

/lvgl-latest/src/drivers/uefi/
Dlv_uefi_private.c54 bool lv_uefi_protocol_test(EFI_HANDLE handle, EFI_GUID * protocol) in lv_uefi_protocol_test()
86 void * lv_uefi_protocol_open(EFI_HANDLE handle, EFI_GUID * protocol) in lv_uefi_protocol_open()
126 void lv_uefi_protocol_close(EFI_HANDLE handle, EFI_GUID * protocol) in lv_uefi_protocol_close()
Dlv_uefi_display.c29 EFI_HANDLE handle; member
69 lv_display_t * lv_uefi_display_create(void * handle) in lv_uefi_display_create()
Dlv_uefi_indev_pointer.c31 EFI_HANDLE handle; member
111 bool lv_uefi_simple_pointer_indev_add_handle(lv_indev_t * indev, EFI_HANDLE handle) in lv_uefi_simple_pointer_indev_add_handle()
Dlv_uefi_indev_touch.c31 EFI_HANDLE handle; member
111 bool lv_uefi_absolute_pointer_indev_add_handle(lv_indev_t * indev, EFI_HANDLE handle) in lv_uefi_absolute_pointer_indev_add_handle()
Dlv_uefi_indev_keyboard.c36 EFI_HANDLE handle; member
110 bool lv_uefi_simple_text_input_indev_add_handle(lv_indev_t * indev, EFI_HANDLE handle) in lv_uefi_simple_text_input_indev_add_handle()
/lvgl-latest/src/drivers/nuttx/
Dlv_nuttx_libuv.c124 static void lv_nuttx_uv_timer_cb(uv_timer_t * handle) in lv_nuttx_uv_timer_cb()
168 static void lv_nuttx_uv_deinit_cb(uv_handle_t * handle) in lv_nuttx_uv_deinit_cb()
184 static void lv_nuttx_uv_vsync_poll_cb(uv_poll_t * handle, int status, int events) in lv_nuttx_uv_vsync_poll_cb()
198 static void lv_nuttx_uv_disp_poll_cb(uv_poll_t * handle, int status, int events) in lv_nuttx_uv_disp_poll_cb()
277 static void lv_nuttx_uv_input_poll_cb(uv_poll_t * handle, int status, int events) in lv_nuttx_uv_input_poll_cb()
/lvgl-latest/src/libs/fsdrv/
Dlv_fs_stdio.c226 dir_handle_t * handle = (dir_handle_t *)lv_malloc(sizeof(dir_handle_t)); in fs_dir_open() local
284 dir_handle_t * handle = (dir_handle_t *)dir_p; in fs_dir_read() local
333 dir_handle_t * handle = (dir_handle_t *)dir_p; in fs_dir_close() local
Dlv_fs_win32.c366 dir_handle_t * handle = (dir_handle_t *)lv_malloc(sizeof(dir_handle_t)); in fs_dir_open() local
420 dir_handle_t * handle = (dir_handle_t *)dir_p; in fs_dir_read() local
458 dir_handle_t * handle = (dir_handle_t *)dir_p; in fs_dir_close() local
/lvgl-latest/src/draw/renesas/dave2d/
Dlv_draw_dave2d_utils.c142 void d2_framebuffer_from_layer(d2_device * handle, lv_layer_t * layer) in d2_framebuffer_from_layer()
/lvgl-latest/src/drivers/display/drm/
Dlv_linux_drm.c42 uint32_t handle; member
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite.h794 …vg_lite_pointer handle; /*! The memory handle of the buffer's memory as allocated … member
808 …vg_lite_pointer handle; /*! The memory handle of the buffer's memory as allocated … member
826 vg_lite_pointer handle; /*! gpu memory object handle. */ member