Searched refs:subname (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/pinctrl/mvebu/ |
| H A D | pinctrl-mvebu.h | 87 const char *subname; member 161 .subname = _subname, \
|
| H A D | pinctrl-mvebu.c | 220 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 D | block.c | 2503 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 D | ynl.py | 625 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 D | asound.h | |
| /linux/include/uapi/sound/ |
| H A D | asound.h | 346 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 D | asound.h | 346 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 D | seq_midi.c | 347 strscpy(port->name, info->subname); in snd_seq_midisynth_probe()
|
| /linux/sound/core/ |
| H A D | pcm_native.c | 237 strscpy(info->subname, substream->name, sizeof(info->subname)); in snd_pcm_info()
|
| H A D | rawmidi.c | 636 strscpy(info->subname, substream->name); in snd_rawmidi_info()
|