Home
last modified time | relevance | path

Searched refs:handle (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/u-boot/include/linux/soc/ti/
A Dti_sci_protocol.h51 int (*board_config)(const struct ti_sci_handle *handle,
53 int (*board_config_rm)(const struct ti_sci_handle *handle,
57 int (*board_config_pm)(const struct ti_sci_handle *handle,
132 int (*is_idle)(const struct ti_sci_handle *handle, u32 id,
134 int (*is_stop)(const struct ti_sci_handle *handle, u32 id,
136 int (*is_on)(const struct ti_sci_handle *handle, u32 id,
258 int (*query_msmc)(const struct ti_sci_handle *handle,
333 int (*config)(const struct ti_sci_handle *handle,
510 int (*tx_ch_cfg)(const struct ti_sci_handle *handle,
512 int (*rx_ch_cfg)(const struct ti_sci_handle *handle,
[all …]
/u-boot/drivers/firmware/
A Dti_sci.c273 if (!handle) in ti_sci_cmd_get_revision()
340 if (!handle) in cmd_set_board_config_using_msg()
501 if (!handle) in ti_sci_set_device_state()
556 if (!handle) in ti_sci_set_device_state_no_wait()
602 if (!handle) in ti_sci_get_device_state()
893 if (!handle) in ti_sci_cmd_set_device_resets()
963 if (!handle) in ti_sci_set_clock_state()
1018 if (!handle) in ti_sci_cmd_get_clock_state()
1237 if (!handle) in ti_sci_cmd_clk_set_parent()
1475 if (!handle) in ti_sci_cmd_clk_set_freq()
[all …]
/u-boot/examples/api/
A Dglue.c213 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 Dglue.h54 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 Djr2_pcb111.dts235 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 Dluton_pcb090.dts145 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 Dluton_pcb091.dts109 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 Djr2_pcb110.dts111 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>;
A Docelot_pcb120.dts128 phy-handle = <&phy0>;
133 phy-handle = <&phy1>;
138 phy-handle = <&phy2>;
143 phy-handle = <&phy3>;
148 phy-handle = <&phy4>;
152 phy-handle = <&phy5>;
156 phy-handle = <&phy6>;
160 phy-handle = <&phy7>;
/u-boot/lib/efi_selftest/
A Defi_selftest_hii.c82 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()
611 if (handle) { in test_hii_database_get_package_list_handle()
713 if (handle) { in test_hii_string_new_string()
794 if (handle) { in test_hii_string_get_string()
853 if (handle) { in test_hii_string_set_string()
920 if (handle) { in test_hii_string_get_languages()
[all …]
A Defi_selftest_load_file.c294 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/arch/arm/dts/
A Dfsl-lx2160a-qds-sd1-7.dtsi16 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 Dfsl-ls1088a-rdb.dts27 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 Dfsl-lx2160a-qds-sd2-11.dtsi16 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 Dfsl-ls2088a-rdb-qspi.dts26 phy-handle = <&mdio1_phy1>;
32 phy-handle = <&mdio1_phy2>;
38 phy-handle = <&mdio1_phy3>;
44 phy-handle = <&mdio1_phy4>;
50 phy-handle = <&mdio2_phy1>;
56 phy-handle = <&mdio2_phy2>;
62 phy-handle = <&mdio2_phy3>;
68 phy-handle = <&mdio2_phy4>;
/u-boot/lib/efi_driver/
A Defi_block_device.c46 efi_handle_t handle; member
116 static int efi_bl_bind_partitions(efi_handle_t handle, struct udevice *dev) in efi_bl_bind_partitions() argument
124 return efi_disk_create_partitions(handle, desc, if_typename, in efi_bl_bind_partitions()
135 static int efi_bl_bind(efi_handle_t handle, void *interface) in efi_bl_bind() argument
140 struct efi_object *obj = efi_search_obj(handle); in efi_bl_bind()
145 EFI_PRINT("%s: handle %p, interface %p\n", __func__, handle, io); in efi_bl_bind()
173 plat->handle = handle; in efi_bl_bind()
182 disks = efi_bl_bind_partitions(handle, bdev); in efi_bl_bind()
/u-boot/arch/nds32/include/asm/
A Ddma-mapping.h16 static void *dma_alloc_coherent(size_t len, unsigned long *handle) in dma_alloc_coherent() argument
18 *handle = (unsigned long)memalign(ARCH_DMA_MINALIGN, len); in dma_alloc_coherent()
19 return (void *)*handle; in dma_alloc_coherent()
/u-boot/include/
A Dsmbios.h65 u16 handle; member
84 u16 handle; member
102 u16 handle; member
122 u16 handle; member
150 u16 handle; member
183 u16 handle; member
192 u16 handle; member
199 u16 handle; member
213 int length, int handle) in fill_smbios_header() argument
219 header->handle = handle; in fill_smbios_header()
/u-boot/lib/efi_loader/
A Defi_boottime.c500 if (!handle) in efi_add_handle()
521 *handle = obj; in efi_create_handle()
617 if (!handle) in efi_delete_handle()
621 free(handle); in efi_delete_handle()
1058 if (!handle) in efi_search_obj()
1145 notif->handle = handle; in efi_add_protocol()
1302 handle, in efi_disconnect_all_drivers()
1541 efiobj = handle->handle; in efi_locate_handle()
2551 efiobj = handle->handle; in efi_locate_protocol()
2598 if (!handle) in efi_install_multiple_protocol_interfaces()
[all …]
/u-boot/arch/riscv/include/asm/
A Ddma-mapping.h19 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 Ddma-mapping.h17 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 Ddma-mapping.h17 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 Ddma-mapping.h11 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()
/u-boot/arch/powerpc/dts/
A Dp1010rdb.dtsi48 phy-handle = <&phy0>;
53 phy-handle = <&phy1>;
54 tbi-handle = <&tbi0>;
59 phy-handle = <&phy2>;
60 tbi-handle = <&tbi1>;
A Dp4080ds.dts39 phy-handle = <&phy0>;
44 phy-handle = <&phy1>;
49 phy-handle = <&phy2>;
54 phy-handle = <&phy3>;
59 phy-handle = <&phy10>;
66 phy-handle = <&phy5>;
71 phy-handle = <&phy6>;
76 phy-handle = <&phy7>;
81 phy-handle = <&phy8>;
86 phy-handle = <&phy11>;

Completed in 56 milliseconds

12345678910>>...21