Home
last modified time | relevance | path

Searched defs:label (Results 1 – 25 of 74) sorted by relevance

123

/u-boot/drivers/block/
A Dhost-uclass.c32 int host_create_device(const char *label, bool removable, struct udevice **devp) in host_create_device()
97 int host_create_attach_file(const char *label, const char *filename, in host_create_attach_file()
130 struct udevice *host_find_by_label(const char *label) in host_find_by_label()
/u-boot/cmd/
A Dhost.c46 const char *label; in do_host_bind() local
84 static struct udevice *parse_host_label(const char *label) in parse_host_label()
108 const char *label; in do_host_unbind() local
190 const char *label; in do_host_dev() local
A Dblkmap.c122 const char *label; in do_blkmap_create() local
144 const char *label; in do_blkmap_destroy() local
172 const char *label; in do_blkmap_get() local
/u-boot/test/dm/
A Dhost.c24 static char label[] = "test"; in dm_test_host() local
80 static char label[] = "test"; in dm_test_host_dup() local
/u-boot/boot/
A Dpxe_utils.c234 struct pxe_label *label; in label_create() local
258 static void label_destroy(struct pxe_label *label) in label_destroy()
282 struct pxe_label *label = data; in label_print() local
299 static int label_localboot(struct pxe_label *label) in label_localboot()
390 struct pxe_label *label) in label_boot_fdtoverlay()
1130 struct pxe_label *label) in parse_label_menu()
1165 static int parse_label_kernel(char **c, struct pxe_label *label) in parse_label_kernel()
1205 struct pxe_label *label; in parse_label() local
1400 struct pxe_label *label; in destroy_pxe_menu() local
1445 struct pxe_label *label; in pxe_menu_to_menu() local
[all …]
A Dbootdev-uclass.c378 static int label_to_uclass(const char *label, int *seqp, int *method_flagsp) in label_to_uclass()
418 int bootdev_find_by_label(const char *label, struct udevice **devp, in bootdev_find_by_label()
516 int bootdev_hunt_and_find_by_label(const char *label, struct udevice **devp, in bootdev_hunt_and_find_by_label()
587 const char *label = iter->labels[iter->cur_label]; in bootdev_next_label() local
682 int bootdev_setup_iter(struct bootflow_iter *iter, const char *label, in bootdev_setup_iter()
A Dbootflow_menu.c80 char str[2], *label, *key; in bootflow_menu_new() local
/u-boot/scripts/dtc/
A Ddtc.h134 struct label { struct
136 char *label; member
137 struct label *next; argument
A Dlivetree.c27 void add_label(struct label **labels, char *label) in add_label()
47 struct label *label; in delete_labels() local
448 struct property *get_property_by_label(struct node *tree, const char *label, in get_property_by_label()
474 struct marker *get_marker_label(struct node *tree, const char *label, in get_marker_label()
540 struct node *get_node_by_label(struct node *tree, const char *label) in get_node_by_label()
/u-boot/board/compulab/common/
A Dcommon.c43 int cl_usb_hub_init(int gpio, const char *label) in cl_usb_hub_init()
A Dcommon.h19 static inline int cl_usb_hub_init(int gpio, const char *label) in cl_usb_hub_init()
/u-boot/drivers/button/
A Dbutton-uclass.c15 int button_get_by_label(const char *label, struct udevice **devp) in button_get_by_label()
A Dbutton-gpio.c87 const char *label; in button_gpio_bind() local
A Dbutton-adc.c120 const char *label; in button_adc_bind() local
/u-boot/include/
A Dsandbox_host.h19 char *label; member
A Dbutton.h17 const char *label; member
A Dled.h30 const char *label; member
/u-boot/drivers/led/
A Dled-uclass.c17 int led_get_by_label(const char *label, struct udevice **devp) in led_get_by_label()
/u-boot/board/siemens/iot2050/
A Dboard.c53 const char *label; member
123 static int get_pinvalue(const char *gpio_name, const char *label) in get_pinvalue()
137 static void set_pinvalue(const char *gpio_name, const char *label, int value) in set_pinvalue()
/u-boot/drivers/pinctrl/rockchip/
A Dpinctrl-rockchip.h288 #define PIN_BANK(id, pins, label) \ argument
301 #define PIN_BANK_IOMUX_FLAGS(id, pins, label, iom0, iom1, iom2, iom3) \ argument
314 #define PIN_BANK_IOMUX_FLAGS_OFFSET(id, pins, label, iom0, iom1, iom2, \ argument
329 #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \ argument
348 #define PIN_BANK_IOMUX_FLAGS_PULL_FLAGS(id, pins, label, iom0, iom1, \ argument
367 #define PIN_BANK_DRV_FLAGS_PULL_FLAGS(id, pins, label, drv0, drv1, \ argument
392 #define PIN_BANK_IOMUX_DRV_FLAGS_OFFSET(id, pins, label, iom0, iom1, \ argument
415 label, iom0, iom1, iom2, \ argument
/u-boot/board/sifive/unmatched/
A Dspl.c29 static inline int spl_reset_device_by_gpio(const char *label, int pin, int low_width) in spl_reset_device_by_gpio()
/u-boot/arch/powerpc/include/asm/
A Dmpc85xx_gpio.h69 static inline int gpio_request(unsigned gpio, const char *label) in gpio_request()
/u-boot/board/kontron/pitx_imx8m/
A Dpitx_imx8m.c136 static void reset_device_by_gpio(const char *label, int pin, int delay_ms) in reset_device_by_gpio()
/u-boot/lib/efi_selftest/
A Defi_selftest_fdt.c96 const char *label = &strings[f2h(prop->nameoff)]; in get_property() local
/u-boot/include/fsl-mc/
A Dfsl_dprc.h305 #define DPRC_CMD_SET_OBJ_LABEL(cmd, obj_type, obj_id, label) \ argument
569 char label[16]; member
725 char label[16]; member

Completed in 42 milliseconds

123