Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pinctrl/mvebu/
Dpinctrl-mvebu.h87 const char *subname; member
161 .subname = _subname, \
Dpinctrl-mvebu.c210 if (curr->subname) in mvebu_pinconf_group_dbg_show()
211 seq_printf(s, "(%s)", curr->subname); in mvebu_pinconf_group_dbg_show()
236 if (grp->settings[n].subname) in mvebu_pinconf_group_dbg_show()
237 seq_printf(s, "(%s)", grp->settings[n].subname); in mvebu_pinconf_group_dbg_show()
/Linux-v5.4/drivers/mmc/core/
Dblock.c2286 const char *subname, in mmc_blk_alloc_req() argument
2375 "mmcblk%u%s", card->host->index, subname ? subname : ""); in mmc_blk_alloc_req()
2434 const char *subname, in mmc_blk_alloc_part() argument
2441 subname, area_type); in mmc_blk_alloc_part()
2543 const char *subname) in mmc_blk_alloc_rpmb_part() argument
2562 "mmcblk%u%s", card->host->index, subname ? subname : ""); in mmc_blk_alloc_rpmb_part()
/Linux-v5.4/tools/include/uapi/sound/
Dasound.h337 unsigned char subname[32]; /* subdevice name */ member
637 unsigned char subname[32]; /* name of active or selected subdevice */ member
/Linux-v5.4/include/uapi/sound/
Dasound.h337 unsigned char subname[32]; /* subdevice name */ member
637 unsigned char subname[32]; /* name of active or selected subdevice */ member
/Linux-v5.4/sound/core/seq/
Dseq_midi.c343 strcpy(port->name, info->subname); in snd_seq_midisynth_probe()
/Linux-v5.4/drivers/staging/media/omap4iss/
Diss_csi2.c1254 static int csi2_init_entities(struct iss_csi2_device *csi2, const char *subname) in csi2_init_entities() argument
1264 snprintf(name, sizeof(name), "CSI2%s", subname); in csi2_init_entities()
/Linux-v5.4/sound/soc/codecs/
Dwm_adsp.c1408 const char *subname, unsigned int subname_len, in wm_adsp_create_control() argument
1428 subname = NULL; /* don't append subname */ in wm_adsp_create_control()
1442 if (subname) { in wm_adsp_create_control()
1454 " %.*s", subname_len - skip, subname + skip); in wm_adsp_create_control()
/Linux-v5.4/sound/core/
Dpcm.c355 snd_iprintf(buffer, "subname: %s\n", info->subname); in snd_pcm_proc_info_read()
Dpcm_native.c196 strlcpy(info->subname, substream->name, sizeof(info->subname)); in snd_pcm_info()
Drawmidi.c557 strcpy(info->subname, substream->name); in snd_rawmidi_info()