Home
last modified time | relevance | path

Searched refs:labels (Results 1 – 14 of 14) sorted by relevance

/drivers/gpio/
Dgpio-it87.c277 char *labels, **labels_table; in it87_gpio_init() local
365 labels = kcalloc(it87_gpio->chip.ngpio, sizeof("it87_gpXY"), in it87_gpio_init()
370 if (!labels || !labels_table) { in it87_gpio_init()
376 char *label = &labels[i * sizeof("it87_gpXY")]; in it87_gpio_init()
392 kfree(labels); in it87_gpio_init()
/drivers/nvdimm/
Dlabel.c878 list_for_each_entry(label_ent, &nd_mapping->labels, list) { in __pmem_label_update()
891 list_for_each_entry(label_ent, &nd_mapping->labels, list) in __pmem_label_update()
1082 list_for_each_entry_safe(label_ent, e, &nd_mapping->labels, list) in __blk_label_update()
1159 list_for_each_entry_safe(label_ent, e, &nd_mapping->labels, list) { in __blk_label_update()
1171 list_splice_tail_init(&list, &nd_mapping->labels); in __blk_label_update()
1185 label_ent = list_first_entry_or_null(&nd_mapping->labels, in __blk_label_update()
1201 list_for_each_entry_from(label_ent, &nd_mapping->labels, list) { in __blk_label_update()
1240 list_for_each_entry(label_ent, &nd_mapping->labels, list) in init_labels()
1253 list_add_tail(&label_ent->list, &nd_mapping->labels); in init_labels()
1295 list_for_each_entry_safe(label_ent, e, &nd_mapping->labels, list) { in del_labels()
[all …]
Dnamespace_devs.c1213 if (list_empty(&nd_mapping->labels)) in namespace_update_uuid()
1231 list_for_each_entry(label_ent, &nd_mapping->labels, list) { in namespace_update_uuid()
1847 list_for_each_entry(label_ent, &nd_mapping->labels, list) { in has_uuid_at_pos()
1899 list_for_each_entry(label_ent, &nd_mapping->labels, list) { in select_pmem_id()
1931 list_move(&label_ent->list, &nd_mapping->labels); in select_pmem_id()
2026 label_ent = list_first_entry_or_null(&nd_mapping->labels, in create_namespace_pmem()
2330 list_for_each_entry_safe(label_ent, e, &nd_mapping->labels, list) { in scan_labels()
2422 if (list_empty(&nd_mapping->labels)) { in scan_labels()
2428 list_for_each_safe(l, e, &nd_mapping->labels) { in scan_labels()
2434 list_splice_init(&list, &nd_mapping->labels); in scan_labels()
[all …]
Dregion_devs.c892 list_for_each_entry_safe(label_ent, e, &nd_mapping->labels, list) { in nd_mapping_free_labels()
1118 INIT_LIST_HEAD(&nd_region->mapping[i].labels); in nd_region_create()
Dnd.h277 struct list_head labels; member
/drivers/iio/position/
Dhid-sensor-custom-intel-hinge.c39 const char *labels[CHANNEL_SCAN_INDEX_MAX]; member
179 return sprintf(label, "%s\n", st->labels[chan->channel]); in hinge_read_label()
283 st->labels[i] = hinge_labels[i]; in hid_hinge_probe()
/drivers/block/
Damiflop.c831 unsigned char labels[16]; member
855 raw = decode ((ulong *)&hdr.labels, (ulong *)raw, 16); in amiga_read()
864 *(ulong *)&hdr.labels[0], *(ulong *)&hdr.labels[4], in amiga_read()
865 *(ulong *)&hdr.labels[8], *(ulong *)&hdr.labels[12], in amiga_read()
947 hdr.labels[i] = 0; in putsec()
954 encode_block(raw, (ulong *)&hdr.labels, 16); in putsec()
/drivers/iio/adc/
Dad7768-1.c164 const char *labels[ARRAY_SIZE(ad7768_channels)]; member
420 return sprintf(label, "%s\n", st->labels[chan->channel]); in ad7768_read_label()
570 st->labels[crt_ch] = label; in ad7768_set_channel_label()
/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.c191 u32 *labels, u32 *id) in mlx5_get_label_mapping() argument
193 if (!memchr_inv(labels, 0, sizeof(u32) * 4)) { in mlx5_get_label_mapping()
198 if (mapping_add(ct_priv->labels_mapping, labels, id)) in mlx5_get_label_mapping()
657 err = mlx5_get_label_mapping(ct_priv, meta->ct_metadata.labels, in mlx5_tc_ct_entry_create_mod_hdr()
/drivers/scsi/elx/libefc/
Defc_device.c1438 static const char * const labels[] = { in __efc_d_device_gone() local
1444 labels[(node->targ << 1) | (node->init)], in __efc_d_device_gone()
/drivers/firmware/efi/
DKconfig141 bootloader. If the string matches one of the boot labels
/drivers/hwmon/
Dit87.c1952 static const char * const labels[] = { in show_label() local
1969 label = labels[0]; in show_label()
1973 label = labels[nr]; in show_label()
/drivers/net/ethernet/intel/ice/
Dice_flex_pipe.c403 struct ice_label_section *labels; in ice_label_enum_handler() local
415 labels = section; in ice_label_enum_handler()
416 if (index >= le16_to_cpu(labels->count)) in ice_label_enum_handler()
419 return labels->label + index; in ice_label_enum_handler()
/drivers/net/ethernet/netronome/nfp/flower/
Dconntrack.c393 act_lbl = ct_met->ct_metadata.labels; in nfp_ct_check_meta()