Searched refs:label (Results 251 - 275 of 795) sorted by relevance

<<11121314151617181920>>

/linux-master/include/linux/
H A Dpwm.h69 * @label: name of the PWM device
78 const char *label; member in struct:pwm_device
419 const char *label);
517 const char *label)
515 pwm_request_from_chip(struct pwm_chip *chip, unsigned int index, const char *label) argument
H A Dsignal.h460 #define unsafe_save_altstack(uss, sp, label) do { \
463 unsafe_put_user((void __user *)t->sas_ss_sp, &__uss->ss_sp, label); \
464 unsafe_put_user(t->sas_ss_flags, &__uss->ss_flags, label); \
465 unsafe_put_user(t->sas_ss_size, &__uss->ss_size, label); \
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-prd.c66 const char *label; local
75 label = of_get_property(node, "ibm,prd-label", NULL);
77 /* PRD ranges need a label */
78 if (!label)
/linux-master/drivers/gpio/
H A Dgpio-octeon.c99 chip->label = "octeon-gpio";
H A Dgpio-loongson.c103 gc->label = "loongson-gpio-chip";
H A Dgpio-bd71815.c87 .label = "bd71815",
H A Dgpio-bd9571mwv.c85 .label = "bd9571mwv-gpio",
H A Dgpio-tps65912.c86 .label = "tps65912-gpio",
H A Dgpio-bd71828.c109 bdgpio->gpio.label = "bd71828-gpio";
H A Dgpio-tpic2810.c83 .label = "tpic2810",
H A Dgpio-gw-pld.c84 gw->chip.label = dev_name(dev);
H A Dgpio-imx-scu.c108 gc->label = dev_name(dev);
H A Dgpio-wcd934x.c101 chip->label = dev_name(dev);
H A Dgpio-tps6586x.c91 tps6586x_gpio->gpio_chip.label = pdev->name;
/linux-master/drivers/s390/char/
H A Dtape_3590.h140 char label[64]; member in struct:tape3592_kekl
/linux-master/drivers/usb/gadget/legacy/
H A Dncm.c118 /* .label = f(hardware) */
119 .label = "CDC Ethernet (NCM)",
/linux-master/arch/mips/bcm63xx/
H A Dgpio.c129 .label = "bcm63xx-gpio",
/linux-master/security/apparmor/
H A DMakefile8 resource.o secid.o file.o policy_ns.o label.o mount.o net.o \
/linux-master/drivers/soc/renesas/
H A Dpwc-rzv2m.c62 .label = "gpio_rzv2m_pwc",
/linux-master/fs/smb/client/
H A Dcifs_debug.h17 void cifs_dump_mem(char *label, void *data, int length);
/linux-master/drivers/hwmon/
H A Dtmp421.c95 const char *label; member in struct:tmp421_channel
236 *str = data->channel[channel].label;
384 of_property_read_string(child, "label", &data->channel[i].label);
385 if (data->channel[i].label)
/linux-master/drivers/leds/
H A Dled-core.c433 if (fwnode_property_present(fwnode, "label")) {
434 ret = fwnode_property_read_string(fwnode, "label", &props->label);
436 dev_err(dev, "Error parsing 'label' property (%d)\n", ret);
487 if (props.label) {
490 * DT label should be used as-is for LED class device name.
491 * Otherwise the label is prepended with devicename to compose
495 strscpy(led_classdev_name, props.label,
499 devicename, props.label);
/linux-master/fs/pstore/
H A Dram.c543 char *label; local
546 label = kasprintf(GFP_KERNEL, "ramoops:%s", name);
548 label = kasprintf(GFP_KERNEL, "ramoops:%s(%d/%d)",
552 cxt->memtype, flags, label);
553 kfree(label);
585 char *label; local
597 label = kasprintf(GFP_KERNEL, "ramoops:%s", name);
599 cxt->memtype, PRZ_FLAG_ZAP_OLD, label);
600 kfree(label);
/linux-master/drivers/md/bcache/
H A Dsysfs.c139 rw_attribute(label); variable
267 memcpy(buf, dc->sb.label, SB_LABEL_SIZE);
408 memcpy(dc->sb.label, buf, size);
410 dc->sb.label[size] = '\0';
411 if (size && dc->sb.label[size - 1] == '\n')
412 dc->sb.label[size - 1] = '\0';
415 memcpy(dc->disk.c->uuids[dc->disk.id].label,
559 memcpy(buf, u->label, SB_LABEL_SIZE);
591 memcpy(u->label, buf, SB_LABEL_SIZE);
/linux-master/drivers/pinctrl/
H A Dpinctrl-rockchip.c61 #define PIN_BANK(id, pins, label) \
65 .name = label, \
74 #define PIN_BANK_IOMUX_FLAGS(id, pins, label, iom0, iom1, iom2, iom3) \
78 .name = label, \
87 #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \
91 .name = label, \
106 #define PIN_BANK_IOMUX_FLAGS_PULL_FLAGS(id, pins, label, iom0, iom1, \
112 .name = label, \
125 #define PIN_BANK_DRV_FLAGS_PULL_FLAGS(id, pins, label, drv0, drv1, \
131 .name = label, \
[all...]

Completed in 328 milliseconds

<<11121314151617181920>>