| /rk3399_rockchip-uboot/drivers/gpio/ |
| H A D | adi_gpio2.c | 25 static void set_label(unsigned short ident, const char *label) in set_label() 39 static int cmp_label(unsigned short ident, const char *label) in cmp_label() 129 int peripheral_request(unsigned short per, const char *label) in peripheral_request() 188 int peripheral_request_list(const unsigned short per[], const char *label) in peripheral_request_list() 246 int gpio_request(unsigned gpio, const char *label) in gpio_request() 299 int special_gpio_request(unsigned gpio, const char *label) in special_gpio_request()
|
| H A D | mvgpio.c | 22 int gpio_request(unsigned gpio, const char *label) in gpio_request()
|
| H A D | spear_gpio.c | 57 int gpio_request(unsigned gpio, const char *label) in gpio_request()
|
| H A D | da8xx_gpio.c | 307 int gpio_request(unsigned gpio, const char *label) in gpio_request()
|
| H A D | mpc83xx_gpio.c | 37 int gpio_request(unsigned gpio, const char *label) in gpio_request()
|
| H A D | pca9698.c | 54 int pca9698_request(unsigned gpio, const char *label) in pca9698_request()
|
| H A D | intel_broadwell_gpio.c | 36 const char *label) in broadwell_gpio_request()
|
| /rk3399_rockchip-uboot/drivers/rtc/ |
| H A D | m41t60.c | 61 static void rtc_dump(char const *const label) in rtc_dump() 74 #define rtc_dump(label) argument
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | dtc.h | 133 struct label { struct 135 char *label; argument 136 struct label *next; argument
|
| H A D | livetree.c | 27 void add_label(struct label **labels, char *label) in add_label() 47 struct label *label; in delete_labels() local 427 struct property *get_property_by_label(struct node *tree, const char *label, in get_property_by_label() 453 struct marker *get_marker_label(struct node *tree, const char *label, in get_marker_label() 519 struct node *get_node_by_label(struct node *tree, const char *label) in get_node_by_label()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | pxe.c | 514 struct pxe_label *label; in label_create() local 534 static void label_destroy(struct pxe_label *label) in label_destroy() 565 struct pxe_label *label = data; in label_print() local 580 static int label_localboot(struct pxe_label *label) in label_localboot() 616 static int label_boot(cmd_tbl_t *cmdtp, struct pxe_label *label) in label_boot() 1160 struct pxe_label *label) in parse_label_menu() 1204 struct pxe_label *label; in parse_label() local 1388 struct pxe_label *label; in destroy_pxe_menu() local 1447 struct pxe_label *label; in pxe_menu_to_menu() local 1502 struct pxe_label *label; in boot_unattempted_labels() local
|
| H A D | crypto_sum.c | 9 static void dump_hash(const char *label, void *hash, in dump_hash()
|
| /rk3399_rockchip-uboot/board/compulab/common/ |
| H A D | common.h | 20 static inline int cl_usb_hub_init(int gpio, const char *label) in cl_usb_hub_init()
|
| H A D | common.c | 42 int cl_usb_hub_init(int gpio, const char *label) in cl_usb_hub_init()
|
| /rk3399_rockchip-uboot/drivers/pinctrl/rockchip/ |
| H A D | pinctrl-rockchip.h | 295 #define PIN_BANK(id, pins, label) \ argument 308 #define PIN_BANK_IOMUX_FLAGS(id, pins, label, iom0, iom1, iom2, iom3) \ argument 321 #define PIN_BANK_IOMUX_FLAGS_OFFSET(id, pins, label, iom0, iom1, iom2, \ argument 336 #define PIN_BANK_IOMUX_FLAGS_OFFSET_PULL_FLAGS(id, pins, label, iom0, \ argument 357 #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \ argument 376 #define PIN_BANK_IOMUX_FLAGS_PULL_FLAGS(id, pins, label, iom0, iom1, \ argument 395 #define PIN_BANK_DRV_FLAGS_PULL_FLAGS(id, pins, label, drv0, drv1, \ argument 420 #define PIN_BANK_IOMUX_DRV_FLAGS_OFFSET(id, pins, label, iom0, iom1, \ argument 442 #define PIN_BANK_IOMUX_DRV_PULL_FLAGS(id, pins, label, iom0, iom1, \ argument 469 label, iom0, iom1, iom2, \ argument [all …]
|
| /rk3399_rockchip-uboot/drivers/led/ |
| H A D | led-uclass.c | 15 int led_get_by_label(const char *label, struct udevice **devp) in led_get_by_label()
|
| H A D | led_gpio.c | 112 const char *label; in led_gpio_bind() local
|
| H A D | led_bcm6358.c | 192 const char *label; in bcm6358_led_bind() local
|
| /rk3399_rockchip-uboot/include/ |
| H A D | led.h | 17 const char *label; member
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | mpc85xx_gpio.h | 69 static inline int gpio_request(unsigned gpio, const char *label) in gpio_request()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | iomem.c | 18 void iomem_show(const char *label, unsigned long base, size_t start, size_t end) in iomem_show()
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | pxa25x_udc.c | 122 dump_udccr(const char *label) in dump_udccr() 138 dump_udccs0(const char *label) in dump_udccs0() 193 static inline void dump_udccr(const char *label) { } in dump_udccr() 194 static inline void dump_udccs0(const char *label) { } in dump_udccs0()
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_boot_image.c | 25 static void print_hash(const char *label, u8 *hash, int len) in print_hash()
|
| /rk3399_rockchip-uboot/include/fsl-mc/ |
| H A D | fsl_dprc.h | 307 #define DPRC_CMD_SET_OBJ_LABEL(cmd, obj_type, obj_id, label) \ argument 571 char label[16]; member 736 char label[16]; member
|
| /rk3399_rockchip-uboot/scripts/dtc/libfdt/ |
| H A D | fdt_overlay.c | 365 int poffset, const char *label) in overlay_fixup_one_phandle() 425 const char *label; in overlay_fixup_phandle() local
|