Searched defs:handle (Results 1 – 11 of 11) sorted by relevance
/lvgl-latest/src/drivers/uefi/ |
D | lv_uefi_private.c | 54 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()
|
D | lv_uefi_display.c | 29 EFI_HANDLE handle; member 69 lv_display_t * lv_uefi_display_create(void * handle) in lv_uefi_display_create()
|
D | lv_uefi_indev_pointer.c | 31 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()
|
D | lv_uefi_indev_touch.c | 31 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()
|
D | lv_uefi_indev_keyboard.c | 36 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/ |
D | lv_nuttx_libuv.c | 124 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/ |
D | lv_fs_stdio.c | 226 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
|
D | lv_fs_win32.c | 366 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/ |
D | lv_draw_dave2d_utils.c | 142 void d2_framebuffer_from_layer(d2_device * handle, lv_layer_t * layer) in d2_framebuffer_from_layer()
|
/lvgl-latest/src/drivers/display/drm/ |
D | lv_linux_drm.c | 42 uint32_t handle; member
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite.h | 794 …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
|