Searched refs:label (Results 326 - 350 of 798) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/arm/mach-omap1/
H A Dams-delta-fiq.c98 chip->label);
/linux-master/arch/powerpc/mm/book3s64/
H A Dslice.c34 static void slice_print_mask(const char *label, const struct slice_mask *mask) argument
38 pr_devel("%s low_slice: %*pbl\n", label,
40 pr_devel("%s high_slice: %*pbl\n", label,
48 static void slice_print_mask(const char *label, const struct slice_mask *mask) {} argument
/linux-master/drivers/gpio/
H A Dgpio-spear-spics.c155 spics->chip.label = dev_name(&pdev->dev);
H A Dgpio-lp873x.c120 .label = "lp873x-gpio",
H A Dgpio-lp87565.c132 .label = "lp87565-gpio",
H A Dgpio-wm8350.c92 .label = "wm8350",
H A Dgpio-da9052.c182 .label = "da9052-gpio",
H A Dgpio-tps68470.c135 tps68470_gpio->gc.label = "tps68470-gpio";
H A Dgpio-rc5t583.c107 rc5t583_gpio->gpio_chip.label = "gpio-rc5t583",
H A Dgpio-logicvc.c133 logicvc->chip.label = dev_name(dev);
H A Dgpio-pisosr.c107 .label = "pisosr-gpio",
H A Dgpio-pca9570.c123 gpio->chip.label = client->name;
H A Dgpio-tps65910.c124 tps65910_gpio->gpio_chip.label = tps65910->i2c_client->name;
H A Dgpio-tps65218.c173 .label = "gpio-tps65218",
H A Dgpio-mmio.c614 gc->label = dev_name(dev);
777 if (pdata->label)
778 gc->label = pdata->label;
H A Dgpio-tps65219.c146 .label = "tps65219-gpio",
/linux-master/tools/gpio/
H A Dlsgpio.c128 cinfo.name, cinfo.label, cinfo.lines);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.h193 u32 label; member in struct:mlx5e_mpls_info
/linux-master/drivers/usb/phy/
H A Dphy-isp1301.c109 phy->label = DRV_NAME;
/linux-master/drivers/net/ethernet/sfc/
H A Dmae.h21 int efx_mae_allocate_mport(struct efx_nic *efx, u32 *id, u32 *label);
/linux-master/drivers/hwmon/
H A Dtmp464.c89 const char *label; member in struct:tmp464_channel
265 *str = data->channel[channel].label;
399 if (data->channel[channel].label)
539 of_property_read_string(child, "label", &data->channel[channel].label);
/linux-master/arch/sparc/lib/
H A Dcopy_user.S52 #define LD(insn, src, offset, reg, label) \
55 99: ba label; \
59 #define ST(insn, dst, offset, reg, label) \
62 99: ba label; \
/linux-master/arch/m68k/include/asm/
H A Dmcfgpio.h58 static inline int gpio_request(unsigned gpio, const char *label) argument
/linux-master/arch/mips/include/asm/mach-loongson64/
H A Dboot_param.h83 char label[64]; /* a flexible description */ member in struct:sensor_device
/linux-master/include/uapi/linux/
H A Dgpio.h19 * The maximum size of name and label arrays.
28 * @label: a functional name for this GPIO chip, such as a product
29 * number, may be empty (i.e. label[0] == '\0')
34 char label[GPIO_MAX_NAME_SIZE]; member in struct:gpiochip_info
179 * @consumer: a desired consumer label for the selected GPIO lines such as
404 * @consumer_label: a desired consumer label for the selected GPIO line(s)
469 * @consumer_label: a desired consumer label for the selected GPIO line(s)

Completed in 421 milliseconds

<<11121314151617181920>>