Searched refs:label (Results 126 - 150 of 795) sorted by relevance

1234567891011>>

/linux-master/arch/arm64/lib/
H A Dmemchr.S20 #define L(label) .L ## label
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dmpls.c30 mpls_info->label = act->mpls_push.label;
/linux-master/drivers/gpio/
H A Dgpio-ge.c74 gc->label = devm_kasprintf(dev, GFP_KERNEL, "%pfw", dev_fwnode(dev));
75 if (!gc->label)
H A Dgpiolib-devres.c139 * @label: label to attach to the requested GPIO
151 const char *label)
161 desc = gpiod_find_and_request(dev, fwnode, con_id, index, flags, label, false);
334 * @label: the name of the requested GPIO
341 int devm_gpio_request(struct device *dev, unsigned gpio, const char *label) argument
350 rc = gpio_request(gpio, label);
368 * @label: a literal description string of this GPIO
371 unsigned long flags, const char *label)
380 rc = gpio_request_one(gpio, flags, label);
147 devm_fwnode_gpiod_get_index(struct device *dev, struct fwnode_handle *fwnode, const char *con_id, int index, enum gpiod_flags flags, const char *label) argument
370 devm_gpio_request_one(struct device *dev, unsigned gpio, unsigned long flags, const char *label) argument
[all...]
/linux-master/net/mpls/
H A Dmpls_iptunnel.c126 hdr[i] = mpls_entry_encode(tun_encap_info->label[i],
189 newts = lwtunnel_state_alloc(struct_size(tun_encap_info, label,
196 &tun_encap_info->labels, tun_encap_info->label,
234 tun_encap_info->label))
274 if (a_hdr->label[l] != b_hdr->label[l])
/linux-master/drivers/phy/samsung/
H A Dphy-samsung-usb2.c25 inst->cfg->label);
67 inst->cfg->label);
221 char *label = drv->cfg->phys[i].label; local
224 dev_dbg(dev, "Creating phy \"%s\"\n", label);
228 label);
H A Dphy-exynos5250-usb2.c366 .label = "device",
372 .label = "host",
378 .label = "hsic0",
384 .label = "hsic1",
393 .label = "host",
399 .label = "hsic",
/linux-master/drivers/input/touchscreen/
H A Diqs7211.c485 const char *label; member in struct:iqs7211_prop_desc
508 .label = "ATI fine fractional divider",
529 .label = "ATI coarse fractional multiplier",
550 .label = "ATI coarse fractional divider",
569 .label = "ATI compensation divider",
581 .label = "ATI compensation divider",
594 .label = "ATI compensation divider",
613 .label = "ATI target",
623 .label = "ATI base",
633 .label
1656 const char *label = iqs7211_props[i].label ? : name; local
[all...]
/linux-master/drivers/platform/mellanox/
H A Dmlxreg-lc.c250 .label = "status:green",
255 .label = "status:orange",
270 .label = "cpld1_version",
276 .label = "fpga1_version",
282 .label = "cpld1_pn",
289 .label = "fpga1_pn",
296 .label = "cpld1_version_min",
302 .label = "fpga1_version_min",
308 .label = "reset_fpga_not_done",
314 .label
[all...]
/linux-master/drivers/edac/
H A Dghes_edac.c107 * the label assigned by default will be preserved.
109 snprintf(dimm->label, sizeof(dimm->label), "%s%s%s",
360 strcpy(e->label, dimm->label);
366 if (!*e->label)
367 strcpy(e->label, "unknown memory");
460 * If no src->label, preserve default label assigned
463 if (strlen(src->label))
[all...]
/linux-master/drivers/misc/
H A Dsram.c61 NUMA_NO_NODE, block->label);
180 const char *label; local
229 label = NULL;
230 ret = of_property_read_string(child, "label", &label);
233 "%pOF has invalid label name\n",
237 if (!label)
238 block->label = devm_kasprintf(sram->dev, GFP_KERNEL,
241 block->label = devm_kstrdup(sram->dev,
242 label, GFP_KERNE
[all...]
/linux-master/arch/arm/mach-s3c/
H A Dpm-gpio.c56 chip->chip.label, old_gpcon, gps_gpcon, old_gpdat, gps_gpdat);
183 chip->chip.label, old_gpcon, gps_gpcon, old_gpdat, gps_gpdat);
286 chip->chip.label, old_gpcon[0], old_gpcon[1],
292 chip->chip.label, old_gpcon[1],
312 S3C_PMDBG("%s: no pm for %s\n", __func__, ourchip->chip.label);
338 ourchip->chip.label,
358 S3C_PMDBG("%s: no pm for %s\n", __func__, ourchip->chip.label);
/linux-master/scripts/
H A Dget_abi.pl122 my $label = "";
167 $label = $content;
170 push @labels, [($content, $label)];
183 $label = "";
281 my ($content, $label) = @{$p};
282 $label = "abi_" . $label . " ";
283 $label =~ tr/A-Z/a-z/;
286 $label =~s/([\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xff])/_/g;
287 $label
[all...]
/linux-master/drivers/phy/ti/
H A Dphy-omap-usb2.c74 const char *label; member in struct:usb_phy_data
272 .label = "omap_usb2",
279 .label = "omap5_usb2",
286 .label = "dra7x_usb2",
293 .label = "dra7x_usb2_phy2",
300 .label = "am437x_usb2",
309 .label = "am654_usb2",
392 phy->phy.label = phy_data->label;
/linux-master/drivers/mtd/devices/
H A Dblock2mtd.c262 char *label, int timeout)
303 if (!label)
306 name = kstrdup(label, GFP_KERNEL);
333 label ? label : dev->mtd.name + strlen("block2mtd: "),
411 char *label = NULL; local
443 /* Optional argument when custom label is used */
453 label = token[2];
454 pr_info("Using custom MTD label '%s' for dev %s\n", label, nam
261 add_device(char *devname, int erase_size, char *label, int timeout) argument
[all...]
/linux-master/drivers/hwmon/
H A Dda9055-hwmon.c206 static SENSOR_DEVICE_ATTR_RO(in0_label, label, DA9055_ADC_VSYS);
208 static SENSOR_DEVICE_ATTR_RO(in1_label, label, DA9055_ADC_ADCIN1);
210 static SENSOR_DEVICE_ATTR_RO(in2_label, label, DA9055_ADC_ADCIN2);
212 static SENSOR_DEVICE_ATTR_RO(in3_label, label, DA9055_ADC_ADCIN3);
215 static SENSOR_DEVICE_ATTR_RO(temp1_label, label, DA9055_ADC_TJUNC);
H A Dmenf21bmc_hwmon.c140 static SENSOR_DEVICE_ATTR_RO(in0_label, label, 0);
144 static SENSOR_DEVICE_ATTR_RO(in1_label, label, 1);
148 static SENSOR_DEVICE_ATTR_RO(in2_label, label, 2);
152 static SENSOR_DEVICE_ATTR_RO(in3_label, label, 3);
156 static SENSOR_DEVICE_ATTR_RO(in4_label, label, 4);
/linux-master/drivers/usb/gadget/legacy/
H A Dserial.c134 /* .label = f(use_acm) */
276 if (!serial_config_driver.label)
293 serial_config_driver.label = "CDC ACM config";
299 serial_config_driver.label = "CDC OBEX config";
305 serial_config_driver.label = "Generic Serial config";
311 strings_dev[STRING_DESCRIPTION_IDX].s = serial_config_driver.label;
/linux-master/drivers/leds/
H A Dleds-mlxreg.c219 if (strstr(data->label, "red") ||
220 strstr(data->label, "orange")) {
223 } else if (strstr(data->label, "amber")) {
231 "mlxreg:%s", data->label);
248 dev_info(led_cdev->dev, "label: %s, mask: 0x%02x, offset:0x%02x\n",
249 data->label, data->mask, data->reg);
/linux-master/fs/smb/client/
H A Dsmb2transport.c311 static int generate_key(struct cifs_ses *ses, struct kvec label, argument
351 rc = crypto_shash_update(server->secmech.hmacsha256, label.iov_base, label.iov_len);
353 cifs_server_dbg(VFS, "%s: Could not update with label\n", __func__);
393 struct kvec label; member in struct:derivation
439 rc = generate_key(ses, ptriplet->signing.label,
446 rc = generate_key(ses, ptriplet->signing.label,
459 rc = generate_key(ses, ptriplet->encryption.label,
465 rc = generate_key(ses, ptriplet->decryption.label,
511 d->label
[all...]
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_bo.c39 static bool is_user_label(int label) argument
41 return label >= VC4_BO_TYPE_COUNT;
132 static void vc4_bo_set_label(struct drm_gem_object *gem_obj, int label) argument
139 if (label != -1) {
140 vc4->bo_labels[label].num_allocated++;
141 vc4->bo_labels[label].size_allocated += gem_obj->size;
144 vc4->bo_labels[bo->label].num_allocated--;
145 vc4->bo_labels[bo->label].size_allocated -= gem_obj->size;
147 if (vc4->bo_labels[bo->label].num_allocated == 0 &&
148 is_user_label(bo->label)) {
1072 int ret = 0, label; local
[all...]
/linux-master/tools/testing/selftests/kvm/lib/aarch64/
H A Dhandlers.S75 .macro HANDLER, label
76 handler_\label:
85 b handler_\label
/linux-master/sound/firewire/fireface/
H A Dff-protocol-former.c127 const char *label; local
152 label = snd_ff_proc_get_clk_label(src);
153 if (!label)
156 snd_iprintf(buffer, "Clock configuration: %d %s\n", rate, label);
162 char *const label; member in struct:__anon4813
172 char *const label; member in struct:__anon4814
222 snd_iprintf(buffer, "%s: %s\n", clk_entry->label, state);
231 const char *label; local
236 label = referred_entry->label;
[all...]
H A Dff-protocol-latter.c315 char *const label; member in struct:__anon4819
332 const char *label; local
355 snd_iprintf(buffer, "%s: ", clk_entry->label);
369 label = snd_ff_proc_get_clk_label(src);
370 if (!label)
373 snd_iprintf(buffer, "Referred clock: %s %d\n", label, rate);
/linux-master/kernel/power/
H A Dsuspend_test.c36 void suspend_test_finish(const char *label) argument
42 pr_info("PM: %s took %d.%03d seconds\n", label,
54 "Component: %s, time: %u\n", label, msec);

Completed in 725 milliseconds

1234567891011>>