Home
last modified time | relevance | path

Searched refs:subname (Results 1 – 14 of 14) 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.c480 ctl->subname_len, ctl->subname, ctl->len, in cs_dsp_debugfs_read_controls_show()
1027 kfree(ctl->subname); in cs_dsp_free_ctl_blk()
1034 const char *subname, unsigned int subname_len, in cs_dsp_create_control() argument
1044 if ((!subname && !ctl->subname) || in cs_dsp_create_control()
1045 (subname && (ctl->subname_len == subname_len) && in cs_dsp_create_control()
1046 !strncmp(ctl->subname, subname, ctl->subname_len))) { in cs_dsp_create_control()
1060 if (subname && dsp->wmfw_ver >= 2) { in cs_dsp_create_control()
1062 ctl->subname = kasprintf(GFP_KERNEL, "%.*s", subname_len, subname); in cs_dsp_create_control()
1063 if (!ctl->subname) { in cs_dsp_create_control()
1096 kfree(ctl->subname); in cs_dsp_create_control()
[all …]
/linux/drivers/mmc/core/
H A Dblock.c2545 const char *subname) in mmc_blk_get_partitions_node() argument
2549 if (subname) { in mmc_blk_get_partitions_node()
2556 if (!strcmp(subname, "boot0")) in mmc_blk_get_partitions_node()
2558 if (!strcmp(subname, "boot1")) in mmc_blk_get_partitions_node()
2564 if (!strcmp(subname, "gp0")) in mmc_blk_get_partitions_node()
2566 if (!strcmp(subname, "gp1")) in mmc_blk_get_partitions_node()
2568 if (!strcmp(subname, "gp2")) in mmc_blk_get_partitions_node()
2570 if (!strcmp(subname, "gp3")) in mmc_blk_get_partitions_node()
2581 const char *subname, in mmc_blk_alloc_req() argument
2674 "mmcblk%u%s", card->host->index, subname ? subname : ""); in mmc_blk_alloc_req()
[all …]
/linux/sound/pci/hda/
H A Dhda_cs_dsp_ctl.c165 if (cs_ctl->subname) { in hda_cs_dsp_control_add()
174 " %.*s", cs_ctl->subname_len - skip, cs_ctl->subname + skip); in hda_cs_dsp_control_add()
/linux/include/linux/firmware/cirrus/
H A Dcs_dsp.h104 const char *subname; member
/linux/arch/arm64/boot/dts/marvell/
H A Dcn9130-sr-som.dtsi57 * marvell,function = "uart2". subname is only for debugging purposes."
H A Dcn9132-sr-cex7.dtsi130 * marvell,function = "uart2". subname is only for debugging purposes."
/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 */
740 unsigned char subname[32]; /* name of active or selected subdevice */ global() member
/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h346 unsigned char subname[32]; /* subdevice name */ member
740 unsigned char subname[32]; /* name of active or selected subdevice */ member
/linux/sound/core/seq/
H A Dseq_midi.c347 strcpy(port->name, info->subname); in snd_seq_midisynth_probe()
/linux/sound/soc/codecs/
H A Dwm_adsp.c623 if (cs_ctl->subname) { in wm_adsp_control_add()
635 " %.*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()