| /u-boot/include/linux/soc/ti/ |
| A D | ti_sci_protocol.h | 53 int (*board_config)(const struct ti_sci_handle *handle, 55 int (*board_config_rm)(const struct ti_sci_handle *handle, 59 int (*board_config_pm)(const struct ti_sci_handle *handle, 134 int (*is_idle)(const struct ti_sci_handle *handle, u32 id, 136 int (*is_stop)(const struct ti_sci_handle *handle, u32 id, 138 int (*is_on)(const struct ti_sci_handle *handle, u32 id, 260 int (*query_msmc)(const struct ti_sci_handle *handle, 335 int (*config)(const struct ti_sci_handle *handle, 526 int (*tx_ch_cfg)(const struct ti_sci_handle *handle, 528 int (*rx_ch_cfg)(const struct ti_sci_handle *handle, [all …]
|
| /u-boot/drivers/firmware/ |
| A D | ti_sci.c | 295 if (!handle) in ti_sci_cmd_get_revision() 346 if (!handle) in cmd_set_board_config_using_msg() 499 if (!handle) in ti_sci_set_device_state() 546 if (!handle) in ti_sci_set_device_state_no_wait() 591 if (!handle) in ti_sci_get_device_state() 877 if (!handle) in ti_sci_cmd_set_device_resets() 939 if (!handle) in ti_sci_set_clock_state() 986 if (!handle) in ti_sci_cmd_get_clock_state() 1199 if (!handle) in ti_sci_cmd_clk_set_parent() 1409 if (!handle) in ti_sci_cmd_clk_set_freq() [all …]
|
| /u-boot/examples/api/ |
| A D | glue.c | 213 int ub_dev_open(int handle) in ub_dev_open() argument 218 if (handle < 0 || handle >= UB_MAX_DEV) in ub_dev_open() 221 di = &devices[handle]; in ub_dev_open() 233 if (handle < 0 || handle >= UB_MAX_DEV) in ub_dev_close() 236 di = &devices[handle]; in ub_dev_close() 254 if (handle < 0 || handle >= UB_MAX_DEV) in dev_valid() 265 if (!dev_valid(handle)) in dev_stor_valid() 284 di = &devices[handle]; in ub_dev_read() 296 if (!dev_valid(handle)) in dev_net_valid() 313 di = &devices[handle]; in ub_dev_recv() [all …]
|
| A D | glue.h | 54 int ub_dev_open(int handle); 55 int ub_dev_close(int handle); 56 int ub_dev_read(int handle, void *buf, lbasize_t len, 58 int ub_dev_send(int handle, void *buf, int len); 59 int ub_dev_recv(int handle, void *buf, int len, int *rlen);
|
| /u-boot/arch/mips/dts/ |
| A D | jr2_pcb111.dts | 235 phy-handle = <&phy0>; 240 phy-handle = <&phy1>; 245 phy-handle = <&phy2>; 250 phy-handle = <&phy3>; 255 phy-handle = <&phy4>; 260 phy-handle = <&phy5>; 265 phy-handle = <&phy6>; 270 phy-handle = <&phy7>; 275 phy-handle = <&phy8>; 280 phy-handle = <&phy9>; [all …]
|
| A D | luton_pcb090.dts | 145 phy-handle = <&phy0>; 149 phy-handle = <&phy1>; 153 phy-handle = <&phy2>; 157 phy-handle = <&phy3>; 161 phy-handle = <&phy4>; 165 phy-handle = <&phy5>; 169 phy-handle = <&phy6>; 173 phy-handle = <&phy7>; 177 phy-handle = <&phy8>; 181 phy-handle = <&phy9>; [all …]
|
| A D | luton_pcb091.dts | 109 phy-handle = <&phy0>; 113 phy-handle = <&phy1>; 117 phy-handle = <&phy2>; 121 phy-handle = <&phy3>; 125 phy-handle = <&phy4>; 129 phy-handle = <&phy5>; 133 phy-handle = <&phy6>; 137 phy-handle = <&phy7>; 141 phy-handle = <&phy8>; 145 phy-handle = <&phy9>; [all …]
|
| A D | jr2_pcb110.dts | 111 phy-handle = <&phy0>; 116 phy-handle = <&phy1>; 121 phy-handle = <&phy2>; 126 phy-handle = <&phy3>; 131 phy-handle = <&phy4>; 136 phy-handle = <&phy5>; 141 phy-handle = <&phy6>; 146 phy-handle = <&phy7>;
|
| /u-boot/lib/efi_selftest/ |
| A D | efi_selftest_hii.c | 82 NULL, &handle); in test_hii_database_new_package_list() 90 handle); in test_hii_database_new_package_list() 117 NULL, &handle); in test_hii_database_update_package_list() 125 handle, in test_hii_database_update_package_list() 136 if (handle) { in test_hii_database_update_package_list() 623 if (handle) { in test_hii_database_get_package_list_handle() 725 if (handle) { in test_hii_string_new_string() 806 if (handle) { in test_hii_string_get_string() 865 if (handle) { in test_hii_string_set_string() 932 if (handle) { in test_hii_string_get_languages() [all …]
|
| A D | efi_selftest_load_file.c | 294 image_handle = handle; in efi_st_load_file_setup() 385 efi_handle_t handle; in efi_st_load_file_execute() local 392 handle = NULL; in efi_st_load_file_execute() 394 0, &handle); in efi_st_load_file_execute() 403 ret = boottime->unload_image(handle); in efi_st_load_file_execute() 411 handle = NULL; in efi_st_load_file_execute() 413 0, &handle); in efi_st_load_file_execute() 422 ret = boottime->unload_image(handle); in efi_st_load_file_execute() 429 0, &handle); in efi_st_load_file_execute() 438 handle = NULL; in efi_st_load_file_execute() [all …]
|
| /u-boot/lib/efi_loader/ |
| A D | efi_bootmgr.c | 51 efi_handle_t handle; in expand_media_path() local 61 handle = efi_dp_find_obj(device_path, in expand_media_path() 63 if (handle) { in expand_media_path() 92 efi_handle_t *handle, in try_load_from_file_path() argument 118 handle)); in try_load_from_file_path() 141 efi_handle_t *handle) in try_load_from_short_path() argument 213 ret = try_load_from_short_path(lo.file_path, handle); in try_load_entry() 217 NULL, 0, handle)); in try_load_entry() 257 ret = efi_set_load_options(*handle, size, *load_options); in try_load_entry() 268 if (EFI_CALL(efi_unload_image(*handle)) != EFI_SUCCESS) in try_load_entry() [all …]
|
| A D | efi_boottime.c | 505 if (!handle) in efi_add_handle() 526 *handle = obj; in efi_create_handle() 631 free(handle); in efi_delete_handle() 1070 if (!handle) in efi_search_obj() 1157 notif->handle = handle; in efi_add_protocol() 1314 handle, in efi_disconnect_all_drivers() 1402 free(handle); in efi_uninstall_protocol_interface() 1552 efiobj = handle->handle; in efi_locate_handle() 2599 efiobj = handle->handle; in efi_locate_protocol() 2642 if (!handle) in efi_install_multiple_protocol_interfaces_int() [all …]
|
| /u-boot/arch/powerpc/dts/ |
| A D | t4240rdb.dts | 26 phy-handle = <&sgmiiphy21>; 31 phy-handle = <&sgmiiphy22>; 36 phy-handle = <&sgmiiphy23>; 41 phy-handle = <&sgmiiphy24>; 54 phy-handle = <&xfiphy1>; 59 phy-handle = <&xfiphy2>; 66 phy-handle = <&sgmiiphy41>; 71 phy-handle = <&sgmiiphy42>; 76 phy-handle = <&sgmiiphy43>; 94 phy-handle = <&xfiphy3>; [all …]
|
| A D | p1010rdb.dtsi | 48 phy-handle = <&phy0>; 53 phy-handle = <&phy1>; 54 tbi-handle = <&tbi0>; 59 phy-handle = <&phy2>; 60 tbi-handle = <&tbi1>;
|
| /u-boot/lib/efi_driver/ |
| A D | efi_block_device.c | 47 efi_handle_t handle; member 118 efi_bl_create_block_device(efi_handle_t handle, void *interface) in efi_bl_create_block_device() argument 150 plat->handle = handle; in efi_bl_create_block_device() 153 if (efi_link_dev(handle, bdev)) { in efi_bl_create_block_device() 167 efi_unlink_dev(handle); in efi_bl_create_block_device() 184 efi_handle_t handle, void *interface) in efi_bl_bind() argument 187 struct efi_object *obj = efi_search_obj(handle); in efi_bl_bind() 189 EFI_PRINT("%s: handle %p, interface %p\n", __func__, handle, interface); in efi_bl_bind() 194 if (!handle->dev) in efi_bl_bind() 195 ret = efi_bl_create_block_device(handle, interface); in efi_bl_bind()
|
| /u-boot/arch/arm/dts/ |
| A D | fsl-lx2160a-qds-sd1-7.dtsi | 16 phy-handle = <&aquantia_phy1>; 22 phy-handle = <&aquantia_phy2>; 28 phy-handle = <&aquantia_phy3>; 34 phy-handle = <&aquantia_phy4>; 40 phy-handle = <&sgmii_phy1>; 46 phy-handle = <&sgmii_phy2>; 52 phy-handle = <&sgmii_phy3>; 58 phy-handle = <&sgmii_phy4>;
|
| A D | fsl-ls1088a-rdb.dts | 27 phy-handle = <&mdio2_phy1>; 33 phy-handle = <&mdio1_phy5>; 39 phy-handle = <&mdio1_phy6>; 45 phy-handle = <&mdio1_phy7>; 51 phy-handle = <&mdio1_phy8>; 57 phy-handle = <&mdio1_phy1>; 63 phy-handle = <&mdio1_phy2>; 69 phy-handle = <&mdio1_phy3>; 75 phy-handle = <&mdio1_phy4>;
|
| A D | fsl-lx2160a-qds-sd2-11.dtsi | 16 phy-handle = <&sgmii_phy7_2>; 22 phy-handle = <&sgmii_phy7_3>; 28 phy-handle = <&sgmii_phy7_4>; 34 phy-handle = <&sgmii_phy8_2>; 40 phy-handle = <&sgmii_phy8_3>; 46 phy-handle = <&sgmii_phy8_4>;
|
| A D | armada-3720-turris-mox.dts | 174 phy-handle = <&phy1>; 356 phy-handle = <&switch0phy1>; 362 phy-handle = <&switch0phy2>; 368 phy-handle = <&switch0phy3>; 374 phy-handle = <&switch0phy4>; 380 phy-handle = <&switch0phy5>; 386 phy-handle = <&switch0phy6>; 392 phy-handle = <&switch0phy7>; 398 phy-handle = <&switch0phy8>; 548 phy-handle = <&switch1phy1>; [all …]
|
| A D | fsl-ls1088a-ten64.dts | 96 pcs-handle = <&pcs1>; 104 pcs-handle = <&pcs2>; 111 phy-handle = <&mdio1_phy5>; 114 pcs-handle = <&pcs3_0>; 121 pcs-handle = <&pcs3_1>; 128 pcs-handle = <&pcs3_2>; 135 pcs-handle = <&pcs3_3>; 143 pcs-handle = <&pcs7_0>; 150 pcs-handle = <&pcs7_1>; 157 pcs-handle = <&pcs7_2>; [all …]
|
| /u-boot/include/ |
| A D | smbios.h | 69 u16 handle; member 88 u16 handle; member 106 u16 handle; member 126 u16 handle; member 154 u16 handle; member 187 u16 handle; member 196 u16 handle; member 203 u16 handle; member 217 int length, int handle) in fill_smbios_header() argument 223 header->handle = handle; in fill_smbios_header()
|
| /u-boot/arch/riscv/include/asm/ |
| A D | dma-mapping.h | 19 static inline void *dma_alloc_coherent(size_t len, unsigned long *handle) in dma_alloc_coherent() argument 21 *handle = (unsigned long)memalign(ARCH_DMA_MINALIGN, len); in dma_alloc_coherent() 22 return (void *)*handle; in dma_alloc_coherent()
|
| /u-boot/arch/x86/include/asm/ |
| A D | dma-mapping.h | 17 static inline void *dma_alloc_coherent(size_t len, unsigned long *handle) in dma_alloc_coherent() argument 19 *handle = (unsigned long)memalign(ARCH_DMA_MINALIGN, len); in dma_alloc_coherent() 20 return (void *)*handle; in dma_alloc_coherent()
|
| /u-boot/arch/arm/include/asm/ |
| A D | dma-mapping.h | 17 static inline void *dma_alloc_coherent(size_t len, unsigned long *handle) in dma_alloc_coherent() argument 19 *handle = (unsigned long)memalign(ARCH_DMA_MINALIGN, ROUND(len, ARCH_DMA_MINALIGN)); in dma_alloc_coherent() 20 return (void *)*handle; in dma_alloc_coherent()
|
| /u-boot/arch/nios2/include/asm/ |
| A D | dma-mapping.h | 11 static inline void *dma_alloc_coherent(size_t len, unsigned long *handle) in dma_alloc_coherent() argument 19 if (handle) in dma_alloc_coherent() 20 *handle = addr; in dma_alloc_coherent()
|