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.c488 ctl->subname_len, ctl->subname, ctl->len, in cs_dsp_debugfs_read_controls_show()
1035 kfree(ctl->subname); in cs_dsp_free_ctl_blk()
1042 const char *subname, unsigned int subname_len, in cs_dsp_create_control() argument
1052 if ((!subname && !ctl->subname) || in cs_dsp_create_control()
1053 (subname && (ctl->subname_len == subname_len) && in cs_dsp_create_control()
1054 !strncmp(ctl->subname, subname, ctl->subname_len))) { in cs_dsp_create_control()
1068 if (subname && dsp->wmfw_ver >= 2) { in cs_dsp_create_control()
1070 ctl->subname = kasprintf(GFP_KERNEL, "%.*s", subname_len, subname); in cs_dsp_create_control()
1071 if (!ctl->subname) { in cs_dsp_create_control()
1104 kfree(ctl->subname); in cs_dsp_create_control()
[all …]
/linux/drivers/mmc/core/
H A Dblock.c2503 const char *subname) in mmc_blk_get_partitions_node() argument
2507 if (subname) { in mmc_blk_get_partitions_node()
2514 if (!strcmp(subname, "boot0")) in mmc_blk_get_partitions_node()
2516 if (!strcmp(subname, "boot1")) in mmc_blk_get_partitions_node()
2522 if (!strcmp(subname, "gp0")) in mmc_blk_get_partitions_node()
2524 if (!strcmp(subname, "gp1")) in mmc_blk_get_partitions_node()
2526 if (!strcmp(subname, "gp2")) in mmc_blk_get_partitions_node()
2528 if (!strcmp(subname, "gp3")) in mmc_blk_get_partitions_node()
2539 const char *subname, in mmc_blk_alloc_req() argument
2627 "mmcblk%u%s", card->host->index, subname ? subname : ""); in mmc_blk_alloc_req()
[all …]
/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py641 for subname, subvalue in value.items():
643 subname, subvalue, sub_attrs)
658 for subname, subvalue in value.items():
659 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/fs/resctrl/
H A Drdtgroup.c3220 static void mon_rmdir_one_subdir(struct kernfs_node *pkn, char *name, char *subname) in mon_rmdir_one_subdir() argument
3232 kernfs_remove_by_name(kn, subname); in mon_rmdir_one_subdir()
3245 char subname[32]; in rmdir_mondata_subdir_allrdtgrp_snc() local
3253 sprintf(subname, "mon_sub_%s_%02d", r->name, hdr->id); in rmdir_mondata_subdir_allrdtgrp_snc()
3256 mon_rmdir_one_subdir(prgrp->mon.mon_data_kn, name, subname); in rmdir_mondata_subdir_allrdtgrp_snc()
3259 mon_rmdir_one_subdir(crgrp->mon.mon_data_kn, name, subname); in rmdir_mondata_subdir_allrdtgrp_snc()
/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.c615 if (cs_ctl->subname) { in wm_adsp_control_add()
627 " %.*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()