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

12345

/u-boot/drivers/gpio/
H A Dsandbox.c23 const char *label; /* label given by requester */ member in struct:gpio_state
H A Dsh_pfc.c609 int gpio_request(unsigned gpio, const char *label) argument
H A Dat91_gpio.c464 int gpio_request(unsigned gpio, const char *label) argument
/u-boot/drivers/net/octeon/
H A Docteon_eth.c631 static void print_mac(const char *label, const uint8_t *mac_addr) argument
633 printf("%s: %02x:%02x:%02x:%02x:%02x:%02x", label, mac_addr[0],
/u-boot/fs/btrfs/kernel-shared/
H A Dbtrfs_tree.h1181 char label[BTRFS_LABEL_SIZE]; member in struct:btrfs_super_block
/u-boot/drivers/mmc/
H A Domap_hsmmc.c193 static int omap_mmc_setup_gpio_in(int gpio, const char *label) argument
201 ret = gpio_request(gpio, label);
/u-boot/include/
H A Defi_loader.h940 u16 *label; member in struct:efi_load_option
/u-boot/lib/efi_loader/
H A Defi_device_path.c1163 log_debug("VenMedia(%pUl) not found in %ls\n", &guid, lo->label);
/u-boot/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common.c718 const char *label)
717 mtk_gpio_request(struct udevice *dev, unsigned int off, const char *label) argument

Completed in 84 milliseconds

12345