Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/sound/soc/codecs/
Dwm_adsp.c603 const char *subname; member
1409 kfree(ctl->subname); in wm_adsp_free_ctl_blk()
1416 const char *subname, unsigned int subname_len, in wm_adsp_create_control() argument
1436 subname = NULL; /* don't append subname */ in wm_adsp_create_control()
1450 if (subname) { in wm_adsp_create_control()
1462 " %.*s", subname_len - skip, subname + skip); in wm_adsp_create_control()
1483 if (subname) { in wm_adsp_create_control()
1485 ctl->subname = kmemdup(subname, in wm_adsp_create_control()
1486 strlen(subname) + 1, GFP_KERNEL); in wm_adsp_create_control()
1487 if (!ctl->subname) { in wm_adsp_create_control()
[all …]
/Linux-v5.15/drivers/mmc/core/
Dblock.c2340 const char *subname, in mmc_blk_alloc_req() argument
2416 "mmcblk%u%s", card->host->index, subname ? subname : ""); in mmc_blk_alloc_req()
2483 const char *subname, in mmc_blk_alloc_part() argument
2489 subname, area_type, part_type); in mmc_blk_alloc_part()
2585 const char *subname) in mmc_blk_alloc_rpmb_part() argument
2604 "mmcblk%u%s", card->host->index, subname ? subname : ""); in mmc_blk_alloc_rpmb_part()
/Linux-v5.15/include/uapi/sound/
Dasound.h351 unsigned char subname[32]; /* subdevice name */ member
734 unsigned char subname[32]; /* name of active or selected subdevice */ member
/Linux-v5.15/tools/include/uapi/sound/
Dasound.h351 unsigned char subname[32]; /* subdevice name */ member
734 unsigned char subname[32]; /* name of active or selected subdevice */ member
/Linux-v5.15/sound/core/seq/
Dseq_midi.c348 strcpy(port->name, info->subname); in snd_seq_midisynth_probe()
/Linux-v5.15/drivers/staging/media/omap4iss/
Diss_csi2.c1257 static int csi2_init_entities(struct iss_csi2_device *csi2, const char *subname) in csi2_init_entities() argument
1267 snprintf(name, sizeof(name), "CSI2%s", subname); in csi2_init_entities()
/Linux-v5.15/sound/core/
Dpcm.c355 snd_iprintf(buffer, "subname: %s\n", info->subname); in snd_pcm_proc_info_read()
Dpcm_native.c218 strscpy(info->subname, substream->name, sizeof(info->subname)); in snd_pcm_info()
Drawmidi.c601 strcpy(info->subname, substream->name); in snd_rawmidi_info()