Searched refs:label (Results 201 - 225 of 799) sorted by relevance

1234567891011>>

/linux-master/drivers/phy/samsung/
H A Dphy-s5pv210-usb2.c171 .label = "device",
177 .label = "host",
/linux-master/drivers/hwmon/
H A Dbt1-pvt.h139 * @label: hwmon sensor label.
150 const char *label; member in struct:pvt_sensor_info
163 .label = _label, \
H A Dnsa320-hwmon.c137 static SENSOR_DEVICE_ATTR_RO(temp1_label, label, NSA320_TEMP);
139 static SENSOR_DEVICE_ATTR_RO(fan1_label, label, NSA320_FAN);
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtc_mpls_l2vpn.sh84 action mpls mac_push label 102 \
113 action mpls mac_push label 101 \
/linux-master/arch/arm64/lib/
H A Dmemcmp.S17 #define L(label) .L ## label
/linux-master/drivers/usb/host/
H A Dohci-sa1111.c44 static void dump_hci_status(struct usb_hcd *hcd, const char *label)
48 printk(KERN_DEBUG "%s USB_STATUS = { %s%s%s%s%s}\n", label,
/linux-master/arch/powerpc/kernel/
H A Dhead_booke.h296 #define START_EXCEPTION(label) \
298 label:
300 #define EXCEPTION(n, intno, label, hdlr) \
301 START_EXCEPTION(label); \
307 #define CRITICAL_EXCEPTION(n, intno, label, hdlr) \
308 START_EXCEPTION(label); \
316 #define MCHECK_EXCEPTION(n, label, hdlr) \
317 START_EXCEPTION(label); \
/linux-master/drivers/gpio/
H A Dgpio-ts4900.c116 .label = "ts4900-gpio",
153 priv->gpio_chip.label = "ts4900-gpio";
H A Dgpiolib.c104 struct gpio_desc_label *label; local
115 label = srcu_dereference_check(desc->label, &desc->gdev->desc_srcu,
118 return label->str;
126 static int desc_set_label(struct gpio_desc *desc, const char *label) argument
130 if (label) {
131 new = kzalloc(struct_size(new, str, strlen(label) + 1),
136 strcpy(new->str, label);
139 old = rcu_replace_pointer(desc->label, new, 1);
275 * gpio_device_get_label() - Get the label o
1209 gpio_chip_match_by_label(struct gpio_chip *gc, const void *label) argument
1223 gpio_device_find_by_label(const char *label) argument
2251 gpiod_request_commit(struct gpio_desc *desc, const char *label) argument
2322 gpiod_request(struct gpio_desc *desc, const char *label) argument
2400 char *label; local
2445 gpiochip_request_own_desc(struct gpio_chip *gc, unsigned int hwnum, const char *label, enum gpio_lookup_flags lflags, enum gpiod_flags dflags) argument
4198 gpiod_find_and_request(struct device *consumer, struct fwnode_handle *fwnode, const char *con_id, unsigned int idx, enum gpiod_flags flags, const char *label, bool platform_lookup_allowed) argument
4289 fwnode_gpiod_get_index(struct fwnode_handle *fwnode, const char *con_id, int index, enum gpiod_flags flags, const char *label) argument
4454 const char *label = con_id ?: devname; local
[all...]
H A Dgpio-it87.c262 .label = KBUILD_MODNAME,
376 char *label = &labels[i * sizeof("it87_gpXY")]; local
378 sprintf(label, "it87_gp%u%u", 1+(i/8), i%8);
379 labels_table[i] = label;
H A Dgpio-zynqmp-modepin.c134 chip->label = dev_name(&pdev->dev);
H A Dgpio-twl6040.c66 .label = "twl6040",
H A Dgpio-tps65086.c68 .label = "tps65086-gpio",
H A Dgpio-altera-a10sr.c69 .label = "altr_a10sr_gpio",
/linux-master/drivers/net/ethernet/amd/pds_core/
H A Dfw.c61 const char *label,
90 label);
60 pdsc_fw_status_long_wait(struct pdsc *pdsc, const char *label, unsigned long timeout, u8 fw_cmd, struct netlink_ext_ack *extack) argument
/linux-master/drivers/s390/block/
H A Ddasd_diag.c315 struct vtoc_cms_label *label; local
360 /* Figure out position of label block */
386 label = (struct vtoc_cms_label *) get_zeroed_page(GFP_KERNEL);
387 if (label == NULL) {
408 bio->buffer = label;
434 /* check for label block */
435 if (memcmp(label->label_id, DASD_DIAG_CMS1,
437 /* get formatted blocksize from label block */
438 bsize = (unsigned int) label->block_size;
439 block->blocks = (unsigned long) label
[all...]
/linux-master/drivers/pci/
H A DMakefile26 obj-$(CONFIG_PCI_LABEL) += pci-label.o
/linux-master/drivers/pwm/
H A Dpwm-ab8500.c100 pwm->label, ret);
133 pwm->label, ret);
/linux-master/kernel/power/
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/arch/mips/kernel/
H A Dgpio_txx9.c74 .label = "TXx9",
/linux-master/include/linux/platform_data/
H A Dmlxreg.h116 * @label: attribute label;
136 char label[MLXREG_CORE_LABEL_MAX_SIZE]; member in struct:mlxreg_core_data
/linux-master/drivers/md/bcache/
H A Dbcache_ondisk.h175 __u8 label[SB_LABEL_SIZE]; member in struct:cache_sb_disk
237 __u8 label[SB_LABEL_SIZE]; member in struct:cache_sb
391 __u8 label[32]; member in struct:uuid_entry::__anon618::__anon619
439 __u8 label[32]; member in struct:uuid_entry_v0
/linux-master/sound/pci/hda/
H A Dhda_auto_parser.h48 char *label, int maxlen, int *indexp);
/linux-master/include/media/
H A Dv4l2-fwnode.h138 * @label: optional connector label
148 const char *label; member in struct:v4l2_fwnode_connector
333 * Fill the &struct v4l2_fwnode_connector with the connector type, label and
334 * all &enum v4l2_connector_type specific connector data. The label is optional
339 * The memory allocated for the label must be freed when no longer needed.
/linux-master/security/apparmor/include/
H A Dpolicy_ns.h18 #include "label.h"
82 #define ns_unconfined(NS) (&(NS)->unconfined->label)

Completed in 277 milliseconds

1234567891011>>