Searched refs:label (Results 151 - 175 of 798) sorted by last modified time

1234567891011>>

/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/arch/mips/txx9/generic/
H A Dsetup.c659 iocled->chip.label = "iocled";
/linux-master/tools/perf/util/
H A Dprobe-event.c136 /* ref_reloc_sym is just a label. Need a special fix*/
2383 #define strdup_or_goto(str, label) \
2384 ({ char *__p = NULL; if (str && !(__p = strdup(str))) goto label; __p; })
/linux-master/tools/mm/
H A Dthpmaps378 for label, stat in stats.items():
382 pad = max(0, label_field - len(label) - 1)
389 print(f"{label}:{' ' * pad}{value:8} kB{percent}")
/linux-master/sound/pci/hda/
H A Dhda_codec.c3528 strcpy(uinfo->value.enumerated.name, imux->items[index].label);
4000 * @label: the name of imux item to assign
4002 * @type_idx: pointer to store the resultant label index
4004 * When the same label is used already in the existing items, the number
4005 * suffix is appended to the label. This label index number is stored
4009 struct hda_input_mux *imux, const char *label,
4018 if (!strncmp(label, imux->items[i].label, strlen(label)))
4023 snd_hda_add_imux_item(struct hda_codec *codec, struct hda_input_mux *imux, const char *label, int index, int *type_idx) argument
[all...]
/linux-master/kernel/power/
H A Dmain.c149 const char *label = mem_sleep_states[i]; local
152 s += sprintf(s, "[%s] ", label);
154 s += sprintf(s, "%s ", label);
175 const char *label = mem_sleep_states[state]; local
177 if (label && len == strlen(label) && !strncmp(buf, label, len))
705 const char *label = pm_states[state]; local
707 if (label && len == strlen(label)
[all...]
H A Dpower.h224 extern void suspend_test_finish(const char *label);
227 static inline void suspend_test_finish(const char *label) {} argument
/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)
/linux-master/include/ras/
H A Dras_event.h102 const char *label,
113 TP_ARGS(err_type, error_msg, label, error_count, mc_index,
120 __string( label, label )
135 __assign_str(label, label);
153 __get_str(label),
/linux-master/include/linux/
H A Dleds.h67 * DT "label" property is absent; it should be set to NULL
73 * either for label based LED name composition path or for fwnode
608 const char *label; member in struct:led_properties
/linux-master/fs/xfs/
H A Dxfs_ioctl.c1753 char label[XFSLABEL_MAX + 1]; local
1759 memset(label, 0, sizeof(label));
1761 strncpy(label, sbp->sb_fname, XFSLABEL_MAX);
1764 if (copy_to_user(user_label, label, sizeof(label)))
1776 char label[XFSLABEL_MAX + 1]; local
1785 * (required) NULL character to test the incoming label length.
1786 * NB: The on disk label doesn't need to be null terminated.
1788 if (copy_from_user(label, newlabe
[all...]
/linux-master/fs/smb/client/
H A Dreaddir.c35 static void dump_cifs_file_struct(struct file *file, char *label) argument
54 static inline void dump_cifs_file_struct(struct file *file, char *label) argument
/linux-master/drivers/video/backlight/
H A Dlm3630a_bl.c340 const char *label; local
347 label = pdata->leda_label ? pdata->leda_label : "lm3630a_leda";
349 devm_backlight_device_register(pchip->dev, label,
360 label = pdata->ledb_label ? pdata->ledb_label : "lm3630a_ledb";
362 devm_backlight_device_register(pchip->dev, label,
408 const char *label; local
450 ret = fwnode_property_read_string(node, "label", &label);
453 pdata->ledb_label = label;
455 pdata->leda_label = label;
[all...]
/linux-master/drivers/pwm/
H A Dpwm-twl-led.c102 dev_err(pwmchip_parent(chip), "%s: Failed to configure PWM\n", pwm->label);
116 dev_err(pwmchip_parent(chip), "%s: Failed to read LEDEN\n", pwm->label);
124 dev_err(pwmchip_parent(chip), "%s: Failed to enable PWM\n", pwm->label);
141 dev_err(pwmchip_parent(chip), "%s: Failed to read LEDEN\n", pwm->label);
149 dev_err(pwmchip_parent(chip), "%s: Failed to disable PWM\n", pwm->label);
205 dev_err(pwmchip_parent(chip), "%s: Failed to configure PWM\n", pwm->label);
220 pwm->label);
229 dev_err(pwmchip_parent(chip), "%s: Failed to enable PWM\n", pwm->label);
247 pwm->label);
256 dev_err(pwmchip_parent(chip), "%s: Failed to disable PWM\n", pwm->label);
[all...]
H A Dpwm-twl.c88 dev_err(pwmchip_parent(chip), "%s: Failed to configure PWM\n", pwm->label);
102 dev_err(pwmchip_parent(chip), "%s: Failed to read GPBR1\n", pwm->label);
110 dev_err(pwmchip_parent(chip), "%s: Failed to enable PWM\n", pwm->label);
116 dev_err(pwmchip_parent(chip), "%s: Failed to enable PWM\n", pwm->label);
132 dev_err(pwmchip_parent(chip), "%s: Failed to read GPBR1\n", pwm->label);
140 dev_err(pwmchip_parent(chip), "%s: Failed to disable PWM\n", pwm->label);
146 dev_err(pwmchip_parent(chip), "%s: Failed to disable PWM\n", pwm->label);
169 dev_err(pwmchip_parent(chip), "%s: Failed to read PMBR1\n", pwm->label);
183 dev_err(pwmchip_parent(chip), "%s: Failed to request PWM\n", pwm->label);
204 dev_err(pwmchip_parent(chip), "%s: Failed to read PMBR1\n", pwm->label);
[all...]
H A Dpwm-stm32-lp.c228 chip->pwms[0].label);
H A Dpwm-ab8500.c100 pwm->label, ret);
133 pwm->label, ret);
/linux-master/drivers/platform/x86/
H A Dsilicom-platform.c467 .label = "silicom-gpio",
H A Dmlx-platform.c647 .label = "psu1",
653 .label = "psu2",
663 .label = "psu1",
669 .label = "psu2",
678 .label = "pwr1",
685 .label = "pwr2",
695 .label = "pwr1",
701 .label = "pwr2",
710 .label = "pwr1",
717 .label
[all...]
/linux-master/drivers/platform/mellanox/
H A Dmlxreg-hotplug.c82 char label[MLXREG_CORE_LABEL_MAX_SIZE] = { 0 }; local
85 string_upper(label, data->label);
86 snprintf(event_str, MLXREG_CORE_LABEL_MAX_SIZE, "%s=%d", label, !!action);
306 data->label);
/linux-master/drivers/pinctrl/
H A Dpinctrl-st.c1525 bank->gpio_chip.label = range->name;
H A Dpinctrl-ocelot.c1988 gc->label = "ocelot-gpio";
H A Dpinctrl-aw9523.c794 gc->label = devm_kstrdup(dev, dev_name(dev), GFP_KERNEL);
795 if (!gc->label)
H A Dpinctrl-da9062.c276 pctl->gc.label = dev_name(&pdev->dev);
/linux-master/drivers/pinctrl/intel/
H A Dpinctrl-intel.c1330 pctrl->chip.label = dev_name(pctrl->dev);

Completed in 604 milliseconds

1234567891011>>