Home
last modified time | relevance | path

Searched refs:sname (Results 176 - 200 of 378) sorted by relevance

12345678910>>...16

/kernel/linux/linux-6.6/sound/soc/
H A Dsoc-dapm.c332 * w->name is duplicated in caller, but w->sname isn't. in dapm_cnew_widget()
335 if (_widget->sname) { in dapm_cnew_widget()
336 w->sname = kstrdup_const(_widget->sname, GFP_KERNEL); in dapm_cnew_widget()
337 if (!w->sname) { in dapm_cnew_widget()
2127 if (w->sname) in dapm_widget_power_read_file()
2129 w->sname, in dapm_widget_power_read_file()
2518 kfree_const(w->sname); in snd_soc_dapm_free_widget()
3771 kfree_const(w->sname); in snd_soc_dapm_new_control_unlocked()
4247 template.sname in snd_soc_dapm_new_dai_widgets()
[all...]
/third_party/alsa-lib/src/control/
H A Dcontrol_local.h104 int snd_ctl_shm_open(snd_ctl_t **handlep, const char *name, const char *sockname, const char *sname, int mode);
/third_party/alsa-lib/include/
H A Dtopology.h954 const char *sname; /*!< stream name (certain widgets only) */ member
/kernel/linux/linux-5.10/sound/soc/sof/
H A Dtopology.c71 spcm = snd_sof_find_spcm_name(scomp, swidget->widget->sname); in ipc_pcm_params()
159 spcm = snd_sof_find_spcm_name(scomp, swidget->widget->sname); in sof_keyword_dapm_event()
1393 w->name, w->sname, rtd->dai_link->stream_name); in sof_connect_dai_widget()
1395 if (!w->sname || !rtd->dai_link->stream_name) in sof_connect_dai_widget()
1399 if (strcmp(w->sname, rtd->dai_link->stream_name)) in sof_connect_dai_widget()
1455 w->name, w->sname); in sof_connect_dai_widget()
1738 comp_swidget = snd_sof_find_swidget(scomp, tw->sname); in sof_widget_load_pipeline()
1741 tw->name, tw->sname); in sof_widget_load_pipeline()
2408 strnlen(tw->sname, SNDRV_CTL_ELEM_ID_NAME_MAXLEN) > 0 in sof_widget_ready()
2409 ? tw->sname in sof_widget_ready()
[all...]
H A Dsof-priv.h46 #define SOF_DAI_STREAM(sname, scmin, scmax, srates, sfmt) \
47 {.stream_name = sname, .channels_min = scmin, .channels_max = scmax, \
/kernel/linux/linux-6.6/drivers/regulator/
H A Drt5120-regulator.c220 static const char * const sname[] = { in rt5120_fillin_regulator_desc() local
225 desc->supply_name = sname[rid]; in rt5120_fillin_regulator_desc()
/third_party/ffmpeg/libavdevice/
H A Dvfwcap.c95 #define dstruct(pctx, sname, var, type) \
96 av_log(pctx, AV_LOG_DEBUG, #var":\t%"type"\n", sname->var)
/third_party/alsa-lib/src/pcm/
H A Dpcm_shm.c663 * \param sname Server name
672 const char *sockname, const char *sname, in snd_pcm_shm_open()
684 snamelen = strlen(sname); in snd_pcm_shm_open()
697 memcpy(req->name, sname, snamelen); in snd_pcm_shm_open()
671 snd_pcm_shm_open(snd_pcm_t **pcmp, const char *name, const char *sockname, const char *sname, snd_pcm_stream_t stream, int mode) snd_pcm_shm_open() argument
/third_party/openssl/ohos_lite/include/openssl/
H A Dx509v3.h409 char *sname; member
670 int X509_PURPOSE_get_by_sname(const char *sname);
674 const char *name, const char *sname, void *arg);
/third_party/node/deps/openssl/openssl/apps/lib/
H A Ds_cb.c1461 const char *sname = NULL; in security_callback_debug() local
1470 sname = lookup(raw_sig_code, signature_tls13_scheme_list, NULL); in security_callback_debug()
1471 if (sname != NULL) { in security_callback_debug()
1472 BIO_printf(sdb->out, " scheme=%s", sname); in security_callback_debug()
/third_party/openssl/apps/lib/
H A Ds_cb.c1461 const char *sname = NULL; in security_callback_debug() local
1470 sname = lookup(raw_sig_code, signature_tls13_scheme_list, NULL); in security_callback_debug()
1471 if (sname != NULL) { in security_callback_debug()
1472 BIO_printf(sdb->out, " scheme=%s", sname); in security_callback_debug()
/third_party/elfutils/libebl/
H A Dlibebl.h159 const char *sname);
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dtasn_utl.c100 REF_PRINT_EX(it->sname, ret, (void *)it); in ossl_asn1_do_lock()
/third_party/openssl/crypto/asn1/
H A Dtasn_utl.c100 REF_PRINT_EX(it->sname, ret, (void *)it); in ossl_asn1_do_lock()
/kernel/linux/linux-5.10/sound/pci/
H A Dcmipci.c2389 #define DEFINE_SWITCH_ARG(sname, xreg, xmask, xmask_on, xis_byte, xac3) \
2390 static struct cmipci_switch_args cmipci_switch_arg_##sname = { \
2398 #define DEFINE_BIT_SWITCH_ARG(sname, xreg, xmask, xis_byte, xac3) \
2399 DEFINE_SWITCH_ARG(sname, xreg, xmask, xmask, xis_byte, xac3)
2430 #define DEFINE_SWITCH(sname, stype, sarg) \
2431 { .name = sname, \
2439 #define DEFINE_CARD_SWITCH(sname, sarg) DEFINE_SWITCH(sname, SNDRV_CTL_ELEM_IFACE_CARD, sarg)
2440 #define DEFINE_MIXER_SWITCH(sname, sarg) DEFINE_SWITCH(sname, SNDRV_CTL_ELEM_IFACE_MIXE
[all...]
/kernel/linux/linux-6.6/sound/pci/
H A Dcmipci.c2397 #define DEFINE_SWITCH_ARG(sname, xreg, xmask, xmask_on, xis_byte, xac3) \
2398 static struct cmipci_switch_args cmipci_switch_arg_##sname = { \
2406 #define DEFINE_BIT_SWITCH_ARG(sname, xreg, xmask, xis_byte, xac3) \
2407 DEFINE_SWITCH_ARG(sname, xreg, xmask, xmask, xis_byte, xac3)
2438 #define DEFINE_SWITCH(sname, stype, sarg) \
2439 { .name = sname, \
2447 #define DEFINE_CARD_SWITCH(sname, sarg) DEFINE_SWITCH(sname, SNDRV_CTL_ELEM_IFACE_CARD, sarg)
2448 #define DEFINE_MIXER_SWITCH(sname, sarg) DEFINE_SWITCH(sname, SNDRV_CTL_ELEM_IFACE_MIXE
[all...]
/kernel/linux/linux-6.6/sound/soc/sof/
H A Dsof-priv.h80 #define SOF_DAI_STREAM(sname, scmin, scmax, srates, sfmt) \
81 {.stream_name = sname, .channels_min = scmin, .channels_max = scmax, \
/kernel/linux/linux-5.10/kernel/
H A Dmodule.c2299 bool module_init_layout_section(const char *sname) in module_init_layout_section() argument
2302 if (module_exit_section(sname)) in module_init_layout_section()
2305 return module_init_section(sname); in module_init_layout_section()
2512 const char *sname = info->secstrings + s->sh_name; in layout_sections() local
2517 || module_init_layout_section(sname)) in layout_sections()
2520 pr_debug("\t%s\n", sname); in layout_sections()
2545 const char *sname = info->secstrings + s->sh_name; in layout_sections() local
2550 || !module_init_layout_section(sname)) in layout_sections()
2554 pr_debug("\t%s\n", sname); in layout_sections()
/kernel/linux/linux-6.6/sound/soc/tegra/
H A Dtegra210_sfc.c3443 #define RESAMPLE_ROUTE(sname) \
3444 { "RX XBAR-" sname, NULL, "XBAR-TX" }, \
3445 { "RX-CIF-" sname, NULL, "RX XBAR-" sname }, \
3446 { "RX", NULL, "RX-CIF-" sname }, \
3447 { "TX-CIF-" sname, NULL, "TX" }, \
3448 { "TX XBAR-" sname, NULL, "TX-CIF-" sname }, \
3449 { "XBAR-RX", NULL, "TX XBAR-" sname }
/kernel/linux/linux-5.10/include/uapi/sound/
H A Dasoc.h482 char sname[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member
/kernel/linux/linux-6.6/include/uapi/sound/
H A Dasoc.h484 char sname[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H A Dasoc.h281 char sname[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H A Dasoc.h294 char sname[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H A Dasoc.h294 char sname[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member
/third_party/elfutils/backends/
H A Dlinux-core-note.c189 FIELD (state, CHAR, sname, 'c'),

Completed in 48 milliseconds

12345678910>>...16