Searched refs:label (Results 76 - 100 of 109) sorted by relevance

12345

/u-boot/drivers/led/
H A Dled_bcm6358.c119 if (!uc_plat->label) {
H A Dled_lp5562.c508 * "label".
510 uc_plat->label = dev_read_string(dev, "chan-name");
/u-boot/cmd/
H A Deficonfig.c1145 * @label: pointer to label string
1150 efi_uintn_t dp_size, u16 *label, char *optional_data)
1161 lo.label = label;
1182 * @val: pointer to boot option label
1445 if (!lo.label) {
1449 /* truncate the long label string */
1450 if (u16_strlen(lo.label) >= EFICONFIG_DESCRIPTION_MAX)
1451 lo.label[EFICONFIG_DESCRIPTION_MA
1149 eficonfig_set_boot_option(u16 *varname, struct efi_device_path *dp, efi_uintn_t dp_size, u16 *label, char *optional_data) argument
[all...]
/u-boot/fs/zfs/
H A Dzfs.c249 {zio_checksum_SHA256, 1, 1, "label"},
341 * Currently Implemented: version number, magic number, label txg
353 debug("ignoring partially written label: uber_txg < label_txg %llu %llu\n",
1735 * Check the disk label information and retrieve needed vdev name-value pairs.
1845 * label "l".
1872 int label = 0, bestlabel = -1; local
1912 /* Size in bytes of the device (disk or partition) aligned to label size*/
1919 for (label = 0; label < vdevnum; label
[all...]
/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dimmap.c95 static void binary(char *label, uint value, int nbits) argument
102 puts(label);
/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c434 void print_button(WINDOW * win, const char *label, int y, int x, int selected) argument
442 temp = strspn(label, " ");
443 label += temp;
450 waddch(win, label[0]);
453 waddstr(win, (char *)label + 1);
/u-boot/tools/binman/
H A Dfip_util.py420 label = fip_type
421 if not label:
422 label = UUID(bytes=uuid)
423 raise ValueError(f"Cannot find FIP entry '{label}'")
/u-boot/boot/
H A Dbootflow.c287 * when the label is "mmc" we want to scan all
302 log_debug("looking at next label\n");
381 int bootflow_scan_first(struct udevice *dev, const char *label, argument
387 if (dev || label)
406 ret = bootdev_setup_iter(iter, label, &dev, &method_flags);
771 * last char after the arg name, if there is no label.
/u-boot/scripts/dtc/
H A Dchecks.c396 const char *label, struct node *node,
404 othernode = get_node_by_label(dt, label);
407 otherprop = get_property_by_label(dt, label, &othernode);
409 othermark = get_marker_label(dt, label, &othernode,
416 FAIL(c, dti, node, "Duplicate label '%s' on " DESCLABEL_FMT
418 label, DESCLABEL_ARGS(node, prop, mark),
425 struct label *l;
429 check_duplicate_label(c, dti, l->label, node, NULL, NULL);
435 check_duplicate_label(c, dti, l->label, node, prop, NULL);
578 "label \"
395 check_duplicate_label(struct check *c, struct dt_info *dti, const char *label, struct node *node, struct property *prop, struct marker *mark) argument
[all...]
/u-boot/drivers/gpio/
H A Dda8xx_gpio.c315 int gpio_request(unsigned int gpio, const char *label) argument
324 strncpy(gpio_registry[gpio].name, label, GPIO_NAME_SIZE);
H A Domap_gpio.c206 * NOTE: Argument 'label' is unused.
208 int gpio_request(unsigned gpio, const char *label) argument
H A Dintel_ich6_gpio.c148 const char *label)
147 ich6_gpio_request(struct udevice *dev, unsigned offset, const char *label) argument
H A Diproc_gpio.c154 static int iproc_gpio_request(struct udevice *dev, u32 gpio, const char *label) argument
H A Dmxc_gpio.c142 int gpio_request(unsigned gpio, const char *label) argument
H A Dmxs_gpio.c108 int gpio_request(unsigned gpio, const char *label) argument
H A Dsunxi_gpio.c181 int gpio_request(unsigned gpio, const char *label) argument
/u-boot/board/aristainetos/
H A Daristainetos.c235 static void setup_one_led(char *label, int state) argument
240 ret = led_get_by_label(label, &dev);
/u-boot/doc/sphinx/
H A Dcdomain.py252 label = 'C' variable in class:CDomain
/u-boot/drivers/net/
H A Dcortina_ni.c320 char label[10]; local
324 snprintf(label, sizeof(label), "led%d", port);
327 led_get_by_label(label, &led_dev);
/u-boot/drivers/pinctrl/
H A Dpinctrl-uclass.c229 * @label: the GPIO pin label
232 int pinctrl_gpio_request(struct udevice *dev, unsigned offset, const char *label) argument
/u-boot/drivers/usb/gadget/
H A Dg_dnl.c149 config->label = name;
H A Dcomposite.c70 config->label, config);
415 }), number, c ? c->label : "unconfigured");
492 config->label, config);
555 debug("added config '%s'/%u --> %d\n", config->label,
1361 debug("unbind config '%s'/%p\n", c->label, c);
/u-boot/scripts/kconfig/
H A Dgconf.c419 GtkWidget *dialog, *label; local
439 label = gtk_label_new("\nSave configuration ?\n");
440 gtk_container_add(GTK_CONTAINER(GTK_DIALOG(dialog)->vbox), label);
441 gtk_widget_show(label);
/u-boot/lib/efi_selftest/
H A Defi_selftest_block_device.c311 u16 label[12]; member in struct:__anon1
408 "Wrong volume label '%ps', expected 'U-BOOT TEST'\n",
/u-boot/drivers/usb/host/
H A Dohci-hcd.c316 static void ohci_dump_intr_mask(char *label, __u32 mask) argument
319 label,
333 static void maybe_print_eds(char *label, __u32 value) argument
338 dbg("%s %08x", label, value);

Completed in 160 milliseconds

12345