Home
last modified time | relevance | path

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

123

/u-boot/drivers/gpio/
A Dadi_gpio2.c27 static void set_label(unsigned short ident, const char *label) in set_label()
41 static int cmp_label(unsigned short ident, const char *label) in cmp_label()
131 int peripheral_request(unsigned short per, const char *label) in peripheral_request()
190 int peripheral_request_list(const unsigned short per[], const char *label) in peripheral_request_list()
248 int gpio_request(unsigned gpio, const char *label) in gpio_request()
301 int special_gpio_request(unsigned gpio, const char *label) in special_gpio_request()
A Dmvgpio.c22 int gpio_request(unsigned gpio, const char *label) in gpio_request()
A Dspear_gpio.c57 int gpio_request(unsigned gpio, const char *label) in gpio_request()
A Dmpc83xx_gpio.c37 int gpio_request(unsigned gpio, const char *label) in gpio_request()
A Dpca9698.c54 int pca9698_request(unsigned gpio, const char *label) in pca9698_request()
A Dintel_broadwell_gpio.c38 const char *label) in broadwell_gpio_request()
/u-boot/cmd/
A Dpxe_utils.c246 struct pxe_label *label; in label_create() local
266 static void label_destroy(struct pxe_label *label) in label_destroy()
303 struct pxe_label *label = data; in label_print() local
318 static int label_localboot(struct pxe_label *label) in label_localboot()
441 static int label_boot(struct cmd_tbl *cmdtp, struct pxe_label *label) in label_boot()
1027 struct pxe_label *label) in parse_label_menu()
1062 static int parse_label_kernel(char **c, struct pxe_label *label) in parse_label_kernel()
1098 struct pxe_label *label; in parse_label() local
1287 struct pxe_label *label; in destroy_pxe_menu() local
1346 struct pxe_label *label; in pxe_menu_to_menu() local
[all …]
/u-boot/drivers/rtc/
A Dm41t60.c60 static void rtc_dump(char const *const label) in rtc_dump()
73 #define rtc_dump(label) argument
/u-boot/drivers/button/
A Dbutton-uclass.c13 int button_get_by_label(const char *label, struct udevice **devp) in button_get_by_label()
A Dbutton-gpio.c73 const char *label; in button_gpio_bind() local
A Dbutton-adc.c109 const char *label; in button_adc_bind() 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/pinctrl/rockchip/
A Dpinctrl-rockchip.h103 #define PIN_BANK(id, pins, label) \ argument
116 #define PIN_BANK_IOMUX_FLAGS(id, pins, label, iom0, iom1, iom2, iom3) \ argument
129 #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \ argument
148 #define PIN_BANK_DRV_FLAGS_PULL_FLAGS(id, pins, label, drv0, drv1, \ argument
173 #define PIN_BANK_IOMUX_DRV_FLAGS_OFFSET(id, pins, label, iom0, iom1, \ argument
196 label, iom0, iom1, iom2, \ argument
/u-boot/include/
A Dbutton.h17 const char *label; member
A Dled.h18 const char *label; member
/u-boot/drivers/led/
A Dled-uclass.c15 int led_get_by_label(const char *label, struct udevice **devp) in led_get_by_label()
A Dled_gpio.c99 const char *label; in led_gpio_bind() local
/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/lib/efi_selftest/
A Defi_selftest_fdt.c94 const char *label = &strings[f2h(prop->nameoff)]; in get_property() local
/u-boot/drivers/usb/gadget/
A Dpxa25x_udc.c125 dump_udccr(const char *label) in dump_udccr()
141 dump_udccs0(const char *label) in dump_udccs0()
196 static inline void dump_udccr(const char *label) { } in dump_udccr()
197 static inline void dump_udccs0(const char *label) { } in dump_udccs0()
/u-boot/doc/sphinx/
A Dcdomain.py252 label = 'C' variable in CDomain
/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 26 milliseconds

123