| /rk3399_rockchip-uboot/lib/ |
| H A D | smbios.c | 76 static int smbios_write_type0(ulong *current, int handle) in smbios_write_type0() 111 static int smbios_write_type1(ulong *current, int handle) in smbios_write_type1() 132 static int smbios_write_type2(ulong *current, int handle) in smbios_write_type2() 150 static int smbios_write_type3(ulong *current, int handle) in smbios_write_type3() 202 static int smbios_write_type4(ulong *current, int handle) in smbios_write_type4() 224 static int smbios_write_type32(ulong *current, int handle) in smbios_write_type32() 237 static int smbios_write_type127(ulong *current, int handle) in smbios_write_type127() 266 int handle = 0; in write_smbios_table() local
|
| H A D | tpm.c | 39 uint32_t handle; member 1013 pubkey_digest[20], uint32_t *handle) in tpm_find_key_sha1()
|
| /rk3399_rockchip-uboot/examples/api/ |
| H A D | glue.c | 212 int ub_dev_open(int handle) in ub_dev_open() 228 int ub_dev_close(int handle) in ub_dev_close() 251 static int dev_valid(int handle) in dev_valid() 262 static int dev_stor_valid(int handle) in dev_stor_valid() 273 int ub_dev_read(int handle, void *buf, lbasize_t len, lbastart_t start, in ub_dev_read() 293 static int dev_net_valid(int handle) in dev_net_valid() 304 int ub_dev_recv(int handle, void *buf, int len, int *rlen) in ub_dev_recv() 322 int ub_dev_send(int handle, void *buf, int len) in ub_dev_send()
|
| H A D | demo.c | 293 void test_dump_di(int handle) in test_dump_di()
|
| /rk3399_rockchip-uboot/lib/efi_loader/ |
| H A D | efi_boottime.c | 455 static efi_status_t EFIAPI efi_install_protocol_interface(void **handle, in efi_install_protocol_interface() 512 static efi_status_t EFIAPI efi_install_protocol_interface_ext(void **handle, in efi_install_protocol_interface_ext() 524 static efi_status_t EFIAPI efi_reinstall_protocol_interface(void *handle, in efi_reinstall_protocol_interface() 533 static efi_status_t EFIAPI efi_uninstall_protocol_interface(void *handle, in efi_uninstall_protocol_interface() 574 static efi_status_t EFIAPI efi_uninstall_protocol_interface_ext(void *handle, in efi_uninstall_protocol_interface_ext() 847 static struct efi_object *efi_search_obj(void *handle) in efi_search_obj() 949 static efi_status_t EFIAPI efi_close_protocol(void *handle, in efi_close_protocol() 959 static efi_status_t EFIAPI efi_open_protocol_information(efi_handle_t handle, in efi_open_protocol_information() 969 static efi_status_t EFIAPI efi_protocols_per_handle(void *handle, in efi_protocols_per_handle() 1089 void **handle, ...) in efi_install_multiple_protocol_interfaces() [all …]
|
| H A D | helloworld.c | 14 efi_status_t EFIAPI efi_main(efi_handle_t handle, in efi_main()
|
| /rk3399_rockchip-uboot/arch/nios2/include/asm/ |
| H A D | dma-mapping.h | 11 static inline void *dma_alloc_coherent(size_t len, unsigned long *handle) in dma_alloc_coherent()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | smbios.h | 64 u16 handle; member 83 u16 handle; member 101 u16 handle; member 121 u16 handle; member 149 u16 handle; member 182 u16 handle; member 191 u16 handle; member 198 u16 handle; member 212 int length, int handle) in fill_smbios_header()
|
| H A D | efi_loader.h | 92 void *handle; member
|
| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | yaffsfs.c | 142 static struct yaffsfs_FileDes *yaffsfs_HandleToFileDes(int handle) in yaffsfs_HandleToFileDes() 152 static struct yaffsfs_Inode *yaffsfs_HandleToInode(int handle) in yaffsfs_HandleToInode() 163 static struct yaffs_obj *yaffsfs_HandleToObject(int handle) in yaffsfs_HandleToObject() 285 int handle = yaffsfs_NewHandle(&h); in yaffsfs_NewHandleAndFileDes() local 312 static int yaffsfs_GetHandle(int handle) in yaffsfs_GetHandle() 346 static int yaffsfs_PutHandle(int handle) in yaffsfs_PutHandle() 735 int yaffs_dup(int handle) in yaffs_dup() 778 int handle = -1; in yaffs_open_sharing() local 1002 int yaffs_Dofsync(int handle, int datasync) in yaffs_Dofsync() 1025 int yaffs_fsync(int handle) in yaffs_fsync() [all …]
|
| /rk3399_rockchip-uboot/arch/nds32/include/asm/ |
| H A D | dma-mapping.h | 12 static void *dma_alloc_coherent(size_t len, unsigned long *handle) in dma_alloc_coherent()
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | dma-mapping.h | 15 static inline void *dma_alloc_coherent(size_t len, unsigned long *handle) in dma_alloc_coherent()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | dma-mapping.h | 15 static inline void *dma_alloc_coherent(size_t len, unsigned long *handle) in dma_alloc_coherent()
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | mingw_support.c | 28 HANDLE handle = INVALID_HANDLE_VALUE; in mmap() local
|
| /rk3399_rockchip-uboot/drivers/misc/ |
| H A D | fsl_portals.c | 100 char handle[64], *p; in fdt_qportal() local
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/ |
| H A D | portals.c | 158 char handle[64], *p; in fdt_qportal() local
|
| /rk3399_rockchip-uboot/board/gateworks/gw_ventana/ |
| H A D | gw_ventana.c | 1188 u32 handle = 0; in ft_board_setup() local 1249 const u32 *handle = NULL; in ft_board_setup() local
|
| /rk3399_rockchip-uboot/board/gdsys/a38x/ |
| H A D | hre.c | 138 uint32_t *handle) in find_key()
|
| /rk3399_rockchip-uboot/lib/bzip2/ |
| H A D | bzlib.c | 923 FILE* handle; member
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | of_access.c | 412 struct device_node *of_find_node_by_phandle(phandle handle) in of_find_node_by_phandle()
|
| /rk3399_rockchip-uboot/drivers/net/fsl-mc/ |
| H A D | mc.c | 848 static int dprc_version_check(struct fsl_mc_io *mc_io, uint16_t handle) in dprc_version_check()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | tpm.c | 742 uint32_t handle = simple_strtoul(argv[2], NULL, 0); in TPM_COMMAND_NO_ARG() local
|
| /rk3399_rockchip-uboot/board/gdsys/p1022/ |
| H A D | controlcenterd-id.c | 286 uint32_t *handle) in find_key()
|