Searched refs:protocol (Results 1 – 6 of 6) 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() argument 60 if(protocol == NULL) return false; in lv_uefi_protocol_test() 64 protocol, in lv_uefi_protocol_test() 86 void * lv_uefi_protocol_open(EFI_HANDLE handle, EFI_GUID * protocol) in lv_uefi_protocol_open() argument 92 if(protocol == NULL) return NULL; in lv_uefi_protocol_open() 96 protocol, in lv_uefi_protocol_open() 103 protocol->Data1, in lv_uefi_protocol_open() 104 protocol->Data2, in lv_uefi_protocol_open() 105 protocol->Data3, in lv_uefi_protocol_open() 106 protocol->Data4[0], in lv_uefi_protocol_open() [all …]
|
D | lv_uefi_private.h | 58 bool lv_uefi_protocol_test(EFI_HANDLE handle, EFI_GUID * protocol); 66 void * lv_uefi_protocol_open(EFI_HANDLE handle, EFI_GUID * protocol); 73 void lv_uefi_protocol_close(EFI_HANDLE handle, EFI_GUID * protocol);
|
/lvgl-latest/docs/details/libs/ |
D | ffmpeg.rst | 18 …-decoders --enable-encoders --enable-demuxers --enable-parsers --enable-protocol='file' --enable-s…
|
/lvgl-latest/docs/details/integration/driver/ |
D | wayland.rst | 132 must be generated from the definitions for the XDG shell protocol. 140 The wayland protocol is defined using XML files which are present in ``/usr/share/wayland-protocols…
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | lvgl_recipe.rst | 356 git://github.com/lvgl/lvgl;protocol=https;branch=master \ 678 SRC_URI = "gitsm://github.com/lvgl/lv_port_linux.git;branch=master;protocol=https \
|
/lvgl-latest/ |
D | Kconfig | 1762 bool "Support the legacy wl_shell instead of the default XDG Shell protocol"
|