Searched refs:index (Results 76 - 100 of 603) sorted by relevance

1234567891011>>

/u-boot/include/dm/
H A Dread.h102 * @index: index of the integer to return
106 int dev_read_u32_index(struct udevice *dev, const char *propname, int index,
115 * @index: index of the integer to return
120 int index, u32 def);
217 * @index: the 'reg' property can hold a list of <addr, size> pairs
218 * and @index is used to select which one is required
222 fdt_addr_t dev_read_addr_index(const struct udevice *dev, int index);
229 * @index
904 dev_read_u32_index(struct udevice *dev, const char *propname, int index, u32 *outp) argument
910 dev_read_u32_index_default(struct udevice *dev, const char *propname, int index, u32 def) argument
979 dev_read_addr_index(const struct udevice *dev, int index) argument
985 dev_read_addr_index_ptr(const struct udevice *dev, int index) argument
991 dev_read_addr_size_index(const struct udevice *dev, int index, fdt_size_t *size) argument
998 dev_read_addr_size_index_ptr(const struct udevice *dev, int index, fdt_size_t *size) argument
1052 dev_remap_addr_index(const struct udevice *dev, int index) argument
1081 dev_read_string_index(const struct udevice *dev, const char *propname, int index, const char **outp) argument
1101 dev_read_phandle_with_args(const struct udevice *dev, const char *list_name, const char *cells_name, int cell_count, int index, struct ofnode_phandle_args *out_args) argument
1208 dev_read_resource(const struct udevice *dev, uint index, struct resource *res) argument
1251 dev_decode_display_timing(const struct udevice *dev, int index, struct display_timing *config) argument
[all...]
/u-boot/include/cavium/
H A Datf.h12 ssize_t atf_get_part(struct storage_partition *part, unsigned int index);
19 ssize_t atf_env_string(size_t index, char *str);
/u-boot/test/py/tests/
H A Dtest_shell_basics.py22 assert response.index('hello') < response.index('world')
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-pki-resources.h15 first available style from style resource. If index is positive
44 @param index index of pacm entry (0-191), if -1 ,
50 int cvmx_pki_pcam_entry_alloc(int node, int index, int bank, u64 cluster_mask);
105 @param index index of pacm entry (0-191) needs to be freed.
110 int cvmx_pki_pcam_entry_free(int node, int index, int bank, u64 cluster_mask);
116 * first available boid from bpid resource. If index is positive
138 * This function allocates/reserves an index from pool of global MTAG-IDX per node.
139 * @param node node to allocate index fro
[all...]
H A Dcvmx-pko3-queue.h37 * @param index is port index.
39 int cvmx_pko3_get_port_queue(int xiface, int index);
85 * @param index is either a physical port on an interface
99 int __cvmx_pko3_ipd_dq_register(int xiface, int index, unsigned int dq_base, unsigned int dq_count);
106 int __cvmx_pko3_ipd_dq_unregister(int xiface, int index);
/u-boot/arch/arm/include/asm/arch-imx8ulp/
H A Dclock.h40 void init_clk_usdhc(u32 index);
41 void init_clk_fspi(int index);
H A Drdc.h19 int xrdc_config_pdac(u32 bridge, u32 index, u32 dom, u32 perm);
20 int xrdc_config_pdac_openacc(u32 bridge, u32 index);
/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dsys_proto.h46 void enable_usb_clocks(int index);
47 void disable_usb_clocks(int index);
/u-boot/lib/efi_loader/
H A Defi_string.c13 * efi_create_indexed_name - create a string name with an index
16 * @index: Index
18 * Create a utf-16 string with @name, appending @index.
28 unsigned int index)
39 snprintf(index_buf, sizeof(index_buf), "%04X", index);
27 efi_create_indexed_name(u16 *buffer, size_t buffer_size, const char *name, unsigned int index) argument
/u-boot/include/
H A Dnvmem.h69 * nvmem_cell_get_by_index() - Get an nvmem cell from a given device and index
71 * @index: The index of the cell in nvmem-cells
74 * Look up the nvmem cell referenced by the phandle at @index in nvmem-cells in
85 int nvmem_cell_get_by_index(struct udevice *dev, int index,
122 static inline int nvmem_cell_get_by_index(struct udevice *dev, int index, argument
H A Ddwc3-uboot.h42 int index; member in struct:dwc3_device
46 void dwc3_uboot_exit(int index);
H A Dgetopt.h19 * @index: Index of the next unparsed argument of @argv. If getopt() has
20 * parsed all of @argv, then @index will equal @argc.
22 int index; member in struct:getopt_state
87 * printf("opt = %c, index = %d, arg = \"%s\"\n", opt, gs.index, gs.arg);
88 * printf("%d argument(s) left\n", argc - gs.index);
92 * opt = c, index = 1, arg = "<NULL>"
93 * opt = b, index = 2, arg = "x"
94 * opt = a, index = 4, arg = "foo"
109 * @gs.index i
[all...]
H A Dmailbox.h66 * mbox_get_by_index - Get/request a mailbox by integer index
68 * This looks up and requests a mailbox channel. The index is relative to the
76 * @index: The index of the mailbox channel to request, within the
81 int mbox_get_by_index(struct udevice *dev, int index, struct mbox_chan *chan);
H A Dsysinfo.h116 * @index: Index of the image. Starts at 0 and gets incremented
124 int (*get_fit_loadable)(struct udevice *dev, int index,
200 * @index: Index of the image. Starts at 0 and gets incremented
209 int sysinfo_get_fit_loadable(struct udevice *dev, int index, const char *type,
240 static inline int sysinfo_get_fit_loadable(struct udevice *dev, int index, argument
/u-boot/drivers/power/domain/
H A Dpower-domain-uclass.c37 struct power_domain *power_domain, int index)
47 "#power-domain-cells", 0, index,
86 int index;
88 index = dev_read_stringlist_search(dev, "power-domain-names", name);
89 if (index < 0) {
90 debug("fdt_stringlist_search() failed: %d\n", index);
91 return index;
94 return power_domain_get_by_index(dev, power_domain, index);
35 power_domain_get_by_index(struct udevice *dev, struct power_domain *power_domain, int index) argument
85 int index; local
/u-boot/drivers/misc/
H A Dnvmem.c99 int nvmem_cell_get_by_index(struct udevice *dev, int index,
107 dev_dbg(dev, "%s: index=%d\n", __func__, index);
109 ret = dev_read_phandle_with_args(dev, "nvmem-cells", NULL, 0, index,
133 int index;
137 index = dev_read_stringlist_search(dev, "nvmem-cell-names", name);
138 if (index < 0)
139 return index;
141 return nvmem_cell_get_by_index(dev, index, cell);
98 nvmem_cell_get_by_index(struct udevice *dev, int index, struct nvmem_cell *cell) argument
132 int index; local
/u-boot/lib/crypto/
H A Dpkcs7_verify.c87 pr_warn("Sig %u: Out of memory\n", sinfo->index);
106 pr_warn("Sig %u: No messageDigest\n", sinfo->index);
113 sinfo->index, sinfo->msgdigest_len);
121 sinfo->index);
156 kenter(",%u,%s", sinfo->index, sinfo->sig->hash_algo);
201 pr_warn("Sig %u: No messageDigest\n", sinfo->index);
208 sinfo->index, sinfo->msgdigest_len);
216 sinfo->index);
291 kenter("%u", sinfo->index);
302 sinfo->index, certi
[all...]
/u-boot/arch/arm/mach-imx/imx8ulp/
H A Dclock.c30 static void lpuart_set_clk(u32 index, enum cgc_clk clk)
43 if (index > 3)
46 pcc_clock_enable(lpuart_pcc[index], lpuart_pcc_slots[index], false);
47 pcc_clock_sel(lpuart_pcc[index], lpuart_pcc_slots[index], clk);
48 pcc_clock_enable(lpuart_pcc[index], lpuart_pcc_slots[index], true);
50 pcc_reset_peripheral(lpuart_pcc[index], lpuart_pcc_slots[index], fals
29 lpuart_set_clk(u32 index, enum cgc_clk clk) argument
54 u32 index = 0, i; local
73 init_clk_fspi(int index) argument
491 int index = 0; local
[all...]
/u-boot/include/xen/interface/hvm/
H A Dhvm_op.h18 u32 index; /* IN */ member in struct:xen_hvm_param
/u-boot/drivers/usb/dwc3/
H A Ddwc3-generic.h25 void (*glue_configure)(struct udevice *dev, int index,
/u-boot/dts/upstream/scripts/
H A Dfilter.sh33 --index-filter ${SCRIPTS}/index-filter.sh \
/u-boot/fs/ext4/
H A Dext4_common.h70 int index);
71 int ext4fs_set_block_bmap(long int blockno, unsigned char *buffer, int index);
72 int ext4fs_set_inode_bmap(int inode_no, unsigned char *buffer, int index);
73 void ext4fs_reset_inode_bmap(int inode_no, unsigned char *buffer, int index);
/u-boot/drivers/usb/host/
H A Dxhci-omap.c52 int xhci_hcd_init(int index, struct xhci_hccr **hccr, struct xhci_hcor **hcor)
62 ret = board_usb_init(index, USB_INIT_HOST);
85 void xhci_hcd_stop(int index)
90 board_usb_cleanup(index, USB_INIT_HOST);
51 xhci_hcd_init(int index, struct xhci_hccr **hccr, struct xhci_hcor **hcor) argument
84 xhci_hcd_stop(int index) argument
/u-boot/arch/mips/mach-octeon/
H A Dcvmx-pko.c86 * @param index
91 static int __cvmx_pko_int(int interface, int index) argument
94 cvmx_helper_cfg_assert(index >= 0);
98 cvmx_helper_cfg_assert(index < 4);
99 return index;
101 cvmx_helper_cfg_assert(index == 0);
104 cvmx_helper_cfg_assert(index < 4);
105 return index + 8;
107 cvmx_helper_cfg_assert(index < 4);
108 return index
129 cvmx_pko_get_base_pko_port(int interface, int index) argument
207 int interface, index, port; local
246 __cvmx_pko_get_pipe(int interface, int index) argument
[all...]
H A Dcvmx-range.c31 #define addr_of_element(base, index) \
32 (1ull << 63 | ((base) + sizeof(u64) + (index) * sizeof(u64)))
55 static int64_t cvmx_range_find_next_available(u64 range_addr, u64 index, argument
61 while ((index % align) != 0)
62 index++;
64 for (i = index; i < size; i += align) {
68 debug("%s: index=%d owner=%llx\n", __func__, (int)i,
76 static int64_t cvmx_range_find_last_available(u64 range_addr, u64 index, argument
82 if (index == 0)
83 index
[all...]

Completed in 146 milliseconds

1234567891011>>