Searched refs:method (Results 1 - 25 of 37) sorted by relevance

12

/u-boot/tools/binman/btool/
H A D_testing.py27 def fetch(self, method):
29 return super().fetch(method)
30 if method == bintool.FETCH_BIN:
34 if method == bintool.FETCH_BUILD:
H A Dfdt_add_pubkey.py50 def fetch(self, method):
56 method (FETCH_...): Method to use
59 True if the file was fetched and now installed, None if a method
65 if method != bintool.FETCH_BIN:
H A Dfiptool.py98 def fetch(self, method):
108 if method != bintool.FETCH_BUILD:
H A Dmkimage.py52 def fetch(self, method):
58 method (FETCH_...): Method to use
61 True if the file was fetched and now installed, None if a method
67 if method != bintool.FETCH_BIN:
H A Dcbfstool.py200 def fetch(self, method):
206 method (FETCH_...): Method to use
209 True if the file was fetched and now installed, None if a method
215 if method != bintool.FETCH_BIN:
H A Difwitool.py147 def fetch(self, method):
153 method (FETCH_...): Method to use
156 True if the file was fetched, None if a method other than FETCH_BIN
162 if method != bintool.FETCH_BIN:
H A Dlz4.py111 def fetch(self, method):
117 method (FETCH_...): Method to use
120 True if the file was fetched and now installed, None if a method
126 if method != bintool.FETCH_BIN:
H A Dbootgen.py39 The method bundels the SPL together with a 'Platform Management Unit'
128 def fetch(self, method):
130 if method != bintool.FETCH_BUILD:
H A Dfutility.py148 def fetch(self, method):
154 method (FETCH_...): Method to use
157 True if the file was fetched, None if a method other than FETCH_BIN
163 if method != bintool.FETCH_BUILD:
H A Dmkeficapsule.py109 def fetch(self, method):
119 if method != bintool.FETCH_BUILD:
H A Dlzma_alone.py94 def fetch(self, method):
100 method (FETCH_...): Method to use
103 True if the file was fetched and now installed, None if a method
109 if method != bintool.FETCH_BIN:
H A Dopenssl.py342 def fetch(self, method):
348 method (FETCH_...): Method to use
351 True if the file was fetched and now installed, None if a method
357 if method != bintool.FETCH_BIN:
/u-boot/fs/sandbox/
H A Dhost_bootdev.c28 ret = bootmeth_check(bflow->method, iter);
35 ret = bootmeth_read_bootflow(bflow->method, bflow);
37 return log_msg_ret("method", ret);
/u-boot/net/
H A Deth_bootdev.c34 ret = bootmeth_check(bflow->method, iter);
49 log_debug("dhcp complete - reading bootflow with method '%s'\n",
50 bflow->method->name);
51 ret = bootmeth_read_bootflow(bflow->method, bflow);
54 return log_msg_ret("method", ret);
/u-boot/include/
H A DxyzModem.h67 void xyzModem_stream_terminate(bool method, int (*getc)(void));
H A Dbootflow.h73 * @method: Bootmethod device used to perform the boot and read files
100 struct udevice *method; member in struct:bootflow
201 * @method: Current bootmeth
214 * @cur_method: Current method number, an index into @method_order
215 * @first_glob_method: First global method, if any, else -1
228 struct udevice *method; member in struct:bootflow_iter
282 * @bmeth: Boot method to remove
357 * when we are expecting it to boot, -ENOTSUPP if trying method resulted in
/u-boot/boot/
H A Dbootflow.c107 if (bmeth != iter->method || iter->cur_method >= iter->num_methods ||
132 struct bootmeth_uc_plat *ucp = dev_get_uclass_plat(iter->method);
151 iter->method->name);
180 * iter_incr() - Move to the next item (method, part, bootdev)
200 iter->method = iter->method_order[iter->cur_method];
225 iter->method = iter->method_order[iter->cur_method];
349 ret = bootmeth_get_bootflow(iter->method, bflow);
361 log_debug("Bootdev '%s' part %d method '%s': Found bootflow\n",
362 dev->name, iter->part, iter->method->name);
368 log_debug("Bootdev '%s' part %d method '
[all...]
/u-boot/drivers/firmware/
H A Dpsci.c196 const char *method; local
203 method = ofnode_read_string(dev_ofnode(dev), "method");
204 if (!method) {
205 pr_warn("missing \"method\" property\n");
209 if (!strcmp("hvc", method)) {
211 } else if (!strcmp("smc", method)) {
214 pr_warn("invalid \"method\" property: %s\n", method);
/u-boot/tools/binman/
H A Dbintool.py38 FETCH_ANY: 'any method',
180 def fetch_tool(self, method, col, skip_present):
184 method (FETCH_...): Method to use
206 if method == FETCH_ANY:
208 print(f'- trying method: {FETCH_NAMES[try_method]}')
213 result = try_fetch(method)
227 def fetch_tools(method, names_to_fetch):
256 result = btool.fetch_tool(method, col, skip_present)
259 if method == FETCH_ANY:
262 print(f"- method '{FETCH_NAME
[all...]
H A Dbintool_test.py78 def check_fetch_url(cls, fake_download, method):
84 method (bintool.FETCH_...: Fetch method to use
94 btest.fetch_tool(method, col, False)
115 """Test fetching using a particular method"""
162 def check_fetch_all(self, method):
166 def fake_fetch(method, col, skip_present):
181 Bintool.fetch_tools(method, ['all'])
191 """Test fetching all tools with a specific method"""
197 def fake_fetch2(method, co
[all...]
/u-boot/drivers/misc/
H A Dqfw.c111 ret = bootmeth_check(bflow->method, iter);
121 log_debug("reading bootflow with method: %s\n", bflow->method->name);
122 ret = bootmeth_read_bootflow(bflow->method, bflow);
124 return log_msg_ret("method", ret);
/u-boot/drivers/core/
H A Dacpi.c46 /* Type of method to call */
58 * struct acpi_item - Holds info about ACPI data generated by a driver method
277 acpi_method acpi_get_method(struct udevice *dev, enum method_t method) argument
283 switch (method) {
299 enum method_t method, enum gen_type_t type)
305 func = acpi_get_method(parent, method);
307 log_debug("- method %d, %s %p\n", method, parent->name, func);
324 ret = acpi_recurse_method(ctx, dev, method, type);
298 acpi_recurse_method(struct acpi_ctx *ctx, struct udevice *parent, enum method_t method, enum gen_type_t type) argument
/u-boot/drivers/mtd/spi/
H A Dsf_bootdev.c43 ret = bootmeth_set_bootflow(bflow->method, bflow, buf, size);
46 return log_msg_ret("method", ret);
/u-boot/tools/
H A Dasn1_compiler.c693 enum asn1_method method : 8; member in struct:element
865 element->method = ASN1_PRIM;
940 element->method |= ASN1_CONS;
945 element->method = ASN1_PRIM;
967 element->method = ASN1_CONS;
1032 element->method = ASN1_CONS;
1049 element->method = ASN1_CONS;
1218 if (e->class == 0 && e->method == 0 && e->tag == 0)
1223 asn1_methods[e->method],
1228 asn1_methods[e->method],
[all...]
/u-boot/lib/
H A Dsmbios.c590 const struct smbios_write_method *method; local
592 method = &smbios_write_funcs[i];
594 if (method->subnode_name) {
595 ctx.subnode_name = method->subnode_name;
598 method->subnode_name);
600 len += method->write((ulong *)&addr, handle++, &ctx);

Completed in 204 milliseconds

12