Home
last modified time | relevance | path

Searched refs:subname (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/pinctrl/mvebu/
H A Dpinctrl-mvebu.h87 const char *subname; member
161 .subname = _subname, \
H A Dpinctrl-mvebu.c220 if (curr->subname) in mvebu_pinconf_group_dbg_show()
221 seq_printf(s, "(%s)", curr->subname); in mvebu_pinconf_group_dbg_show()
246 if (grp->settings[n].subname) in mvebu_pinconf_group_dbg_show()
247 seq_printf(s, "(%s)", grp->settings[n].subname); in mvebu_pinconf_group_dbg_show()
/linux/drivers/mmc/core/
H A Dblock.c2503 const char *subname) in mmc_blk_get_partitions_node() argument
2507 if (subname) { in mmc_blk_get_partitions_node()
2514 if (!strcmp(subname, "boot0")) in mmc_blk_get_partitions_node()
2516 if (!strcmp(subname, "boot1")) in mmc_blk_get_partitions_node()
2522 if (!strcmp(subname, "gp0")) in mmc_blk_get_partitions_node()
2524 if (!strcmp(subname, "gp1")) in mmc_blk_get_partitions_node()
2526 if (!strcmp(subname, "gp2")) in mmc_blk_get_partitions_node()
2528 if (!strcmp(subname, "gp3")) in mmc_blk_get_partitions_node()
2539 const char *subname, in mmc_blk_alloc_req() argument
2627 "mmcblk%u%s", card->host->index, subname ? subname : ""); in mmc_blk_alloc_req()
[all …]
/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py625 for subname, subvalue in value.items():
627 subname, subvalue, sub_attrs)
642 for subname, subvalue in value.items():
643 attr_payload += self._add_attr(sub_space, subname, subvalue,
/linux/tools/include/uapi/sound/
H A Dasound.h
/linux/include/uapi/sound/
H A Dasound.h346 unsigned char subname[32]; /* subdevice name */ member
743 unsigned char subname[32]; /* name of active or selected subdevice */ member
/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h346 unsigned char subname[32]; /* subdevice name */ member
743 unsigned char subname[32]; /* name of active or selected subdevice */ member
/linux/sound/core/seq/
H A Dseq_midi.c347 strscpy(port->name, info->subname); in snd_seq_midisynth_probe()
/linux/sound/core/
H A Dpcm_native.c237 strscpy(info->subname, substream->name, sizeof(info->subname)); in snd_pcm_info()
H A Drawmidi.c636 strscpy(info->subname, substream->name); in snd_rawmidi_info()