/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/firmware/cirrus/ |
H A D | cs_dsp.c | 480 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 D | block.c | 2545 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 D | hda_cs_dsp_ctl.c | 165 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 D | cs_dsp.h | 104 const char *subname; member
|
/linux/arch/arm64/boot/dts/marvell/ |
H A D | cn9130-sr-som.dtsi | 57 * marvell,function = "uart2". subname is only for debugging purposes."
|
H A D | cn9132-sr-cex7.dtsi | 130 * marvell,function = "uart2". subname is only for debugging purposes."
|
/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 */ 740 unsigned char subname[32]; /* name of active or selected subdevice */ global() member
|
/linux/tools/perf/trace/beauty/include/uapi/sound/ |
H A D | asound.h | 346 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 D | seq_midi.c | 347 strcpy(port->name, info->subname); in snd_seq_midisynth_probe()
|
/linux/sound/soc/codecs/ |
H A D | wm_adsp.c | 623 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 D | pcm.c | 352 snd_iprintf(buffer, "subname: %s\n", info->subname); in snd_pcm_proc_info_read()
|