Home
last modified time | relevance | path

Searched refs:spec_str (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/sound/pci/hda/
Dhda_generic.c5741 const struct hda_pcm_stream *spec_str, in setup_pcm_stream() argument
5747 if (spec_str) { in setup_pcm_stream()
5748 if (spec_str->substreams) in setup_pcm_stream()
5749 str->substreams = spec_str->substreams; in setup_pcm_stream()
5750 if (spec_str->channels_min) in setup_pcm_stream()
5751 str->channels_min = spec_str->channels_min; in setup_pcm_stream()
5752 if (spec_str->channels_max) in setup_pcm_stream()
5753 str->channels_max = spec_str->channels_max; in setup_pcm_stream()
5754 if (spec_str->rates) in setup_pcm_stream()
5755 str->rates = spec_str->rates; in setup_pcm_stream()
[all …]
/Linux-v5.10/tools/lib/bpf/
Dlibbpf.c4453 const char *spec_str, in bpf_core_parse_spec() argument
4464 if (str_is_empty(spec_str) || *spec_str == ':') in bpf_core_parse_spec()
4474 if (strcmp(spec_str, "0")) in bpf_core_parse_spec()
4480 while (*spec_str) { in bpf_core_parse_spec()
4481 if (*spec_str == ':') in bpf_core_parse_spec()
4482 ++spec_str; in bpf_core_parse_spec()
4483 if (sscanf(spec_str, "%d%n", &access_idx, &parsed_len) != 1) in bpf_core_parse_spec()
4487 spec_str += parsed_len; in bpf_core_parse_spec()
4574 type_id, spec_str, i, id, btf_kind_str(t)); in bpf_core_parse_spec()
5677 const char *spec_str; in bpf_core_apply_relo() local
[all …]