Searched refs:label (Results 101 - 125 of 798) sorted by last modified time

1234567891011>>

/linux-master/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c78 const char *label; member in struct:hwmon_temp_label
2539 return sysfs_emit(buf, "%s\n", temp_label[channel].label);
3237 * - temp[1-3]_label: temperature channel label
/linux-master/drivers/gpio/
H A Dgpio-tegra186.c833 gpio->gpio.label = gpio->soc->name;
H A Dgpio-tangier.c424 gpio->chip.label = dev_name(dev);
H A Dgpio-wcove.c439 wg->chip.label = KBUILD_MODNAME;
H A Dgpio-crystalcove.c347 cg->chip.label = KBUILD_MODNAME;
H A Dgpio-lpc32xx.c400 .label = "gpio_p0",
416 .label = "gpio_p1",
432 .label = "gpio_p2",
447 .label = "gpio_p3",
463 .label = "gpi_p3",
477 .label = "gpo_p3",
/linux-master/drivers/hid/
H A Dhid-mcp2221.c1205 mcp->gc->label = "mcp2221_gpio";
/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...]
H A Dcifs_debug.c31 cifs_dump_mem(char *label, void *data, int length) argument
33 pr_debug("%s: dump of %d bytes of data at 0x%p\n", label, length, data);
/linux-master/drivers/accessibility/speakup/
H A Dmain.c1812 char *label; local
1822 label = spk_msg_get(MSG_KEYNAME_CAPSLOCK);
1826 label = spk_msg_get(MSG_KEYNAME_NUMLOCK);
1830 label = spk_msg_get(MSG_KEYNAME_SCROLLLOCK);
1842 label, spk_msg_get(MSG_STATUS_START + on_off));
/linux-master/drivers/pwm/
H A Dpwm-dwc.c118 i, chip->pwms[i].label);
/linux-master/fs/bcachefs/
H A Dsysfs.c212 rw_attribute(label); variable
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c5922 void print_power_limit_msr(int cpu, unsigned long long msr, char *label) argument
5925 cpu, 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/scripts/kconfig/lxdialog/
H A Dutil.c416 void print_button(WINDOW * win, const char *label, int y, int x, int selected) argument
424 temp = strspn(label, " ");
425 label += temp;
432 waddch(win, label[0]);
435 waddstr(win, (char *)label + 1);
H A Ddialog.h185 void print_button(WINDOW * win, const char *label, int y, int x, int selected);
/linux-master/drivers/pinctrl/
H A Dpinctrl-amd.c1120 gpio_dev->gc.label = pdev->name;
/linux-master/drivers/usb/phy/
H A Dphy-generic.c267 nop->phy.label = "nop-xceiv";
H A Dphy.c671 dev_err(x->dev, "not accepting initialized PHY %s\n", x->label);
/linux-master/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1d_ipv6.sh697 )"0:00:00:"$( : Flow label
/linux-master/sound/soc/codecs/
H A Dtlv320adc3xxx.c1018 .label = "adc3xxx",
/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);
/linux-master/include/linux/iio/
H A Diio.h226 * iio_info->read_label() to override the label, which
422 * @read_label: function to request label name for a specified label,
431 * @read_event_label: function to request label name for a specified label,
482 char *label);
515 char *label);
575 * @label: [DRIVER] unique name to identify which device this is
601 const char *label; member in struct:iio_dev
/linux-master/drivers/usb/serial/
H A Dftdi_sio.c2120 priv->gc.label = "ftdi-cbus";
H A Dcp210x.c1958 priv->gc.label = "cp210x";

Completed in 446 milliseconds

1234567891011>>