Home
last modified time | relevance | path

Searched refs:subname (Results 1 – 12 of 12) 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/firmware/cirrus/
H A Dcs_dsp.c492 ctl->subname_len, ctl->subname, ctl->len, in cs_dsp_debugfs_read_controls_show()
1040 kfree(ctl->subname); in cs_dsp_free_ctl_blk()
1047 const char *subname, unsigned int subname_len, in cs_dsp_create_control() argument
1057 if ((!subname && !ctl->subname) || in cs_dsp_create_control()
1058 (subname && (ctl->subname_len == subname_len) && in cs_dsp_create_control()
1059 !strncmp(ctl->subname, subname, ctl->subname_len))) { in cs_dsp_create_control()
1073 if (subname && dsp->wmfw_ver >= 2) { in cs_dsp_create_control()
1075 ctl->subname = kasprintf(GFP_KERNEL, "%.*s", subname_len, subname); in cs_dsp_create_control()
1076 if (!ctl->subname) { in cs_dsp_create_control()
1109 kfree(ctl->subname); in cs_dsp_create_control()
[all …]
/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py851 for subname, subvalue in value.items():
853 subname, subvalue, sub_attrs)
868 for subname, subvalue in value.items():
869 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.c348 strscpy(port->name, info->subname); in snd_seq_midisynth_probe()
/linux/sound/soc/codecs/
H A Dwm_adsp.c628 if (cs_ctl->subname) { in wm_adsp_control_add()
635 /* Truncate the subname from the start if it is too long */ in wm_adsp_control_add()
640 " %.*s", cs_ctl->subname_len - skip, cs_ctl->subname + skip); in wm_adsp_control_add()
/linux/sound/core/
H A Dpcm.c352 snd_iprintf(buffer, "subname: %s\n", info->subname); in snd_pcm_proc_info_read()
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()