Home
last modified time | relevance | path

Searched refs:str_type (Results 1 – 4 of 4) sorted by relevance

/linux/sound/soc/intel/atom/
H A Dsst-mfld-dsp.h262 u8 str_type; /* 1 = voice 2 = music */ member
411 struct snd_sst_str_type str_type; member
418 struct snd_sst_str_type str_type; /* Stream type for allocation */ member
/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dstring-attributes.c87 static struct kobj_attribute str_type = variable
98 &str_type.attr,
/linux/tools/perf/util/
H A Dparse-events.c1198 bool str_type = false; in get_config_terms() local
1216 str_type = true; in get_config_terms()
1220 str_type = true; in get_config_terms()
1252 str_type = true; in get_config_terms()
1264 str_type = true; in get_config_terms()
1272 str_type = true; in get_config_terms()
1297 str_type ? term->val.str : NULL, val); in get_config_terms()
/linux/sound/soc/intel/atom/sst/
H A Dsst_stream.c126 ret = response->str_type.result; in sst_realloc_stream()