/u-boot/drivers/gpio/ |
A D | adi_gpio2.c | 27 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 D | mvgpio.c | 22 int gpio_request(unsigned gpio, const char *label) in gpio_request()
|
A D | spear_gpio.c | 57 int gpio_request(unsigned gpio, const char *label) in gpio_request()
|
A D | mpc83xx_gpio.c | 37 int gpio_request(unsigned gpio, const char *label) in gpio_request()
|
A D | pca9698.c | 54 int pca9698_request(unsigned gpio, const char *label) in pca9698_request()
|
A D | intel_broadwell_gpio.c | 38 const char *label) in broadwell_gpio_request()
|
/u-boot/cmd/ |
A D | pxe_utils.c | 246 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 D | m41t60.c | 60 static void rtc_dump(char const *const label) in rtc_dump() 73 #define rtc_dump(label) argument
|
/u-boot/drivers/button/ |
A D | button-uclass.c | 13 int button_get_by_label(const char *label, struct udevice **devp) in button_get_by_label()
|
A D | button-gpio.c | 73 const char *label; in button_gpio_bind() local
|
A D | button-adc.c | 109 const char *label; in button_adc_bind() local
|
/u-boot/scripts/dtc/ |
A D | dtc.h | 134 struct label { struct 136 char *label; member 137 struct label *next; argument
|
A D | livetree.c | 27 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 D | common.c | 43 int cl_usb_hub_init(int gpio, const char *label) in cl_usb_hub_init()
|
A D | common.h | 19 static inline int cl_usb_hub_init(int gpio, const char *label) in cl_usb_hub_init()
|
/u-boot/drivers/pinctrl/rockchip/ |
A D | pinctrl-rockchip.h | 103 #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 D | button.h | 17 const char *label; member
|
A D | led.h | 18 const char *label; member
|
/u-boot/drivers/led/ |
A D | led-uclass.c | 15 int led_get_by_label(const char *label, struct udevice **devp) in led_get_by_label()
|
A D | led_gpio.c | 99 const char *label; in led_gpio_bind() local
|
/u-boot/arch/powerpc/include/asm/ |
A D | mpc85xx_gpio.h | 69 static inline int gpio_request(unsigned gpio, const char *label) in gpio_request()
|
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_fdt.c | 94 const char *label = &strings[f2h(prop->nameoff)]; in get_property() local
|
/u-boot/drivers/usb/gadget/ |
A D | pxa25x_udc.c | 125 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 D | cdomain.py | 252 label = 'C' variable in CDomain
|
/u-boot/include/fsl-mc/ |
A D | fsl_dprc.h | 305 #define DPRC_CMD_SET_OBJ_LABEL(cmd, obj_type, obj_id, label) \ argument 569 char label[16]; member 725 char label[16]; member
|