Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/hda/
Dhda_generic.c5764 const struct hda_pcm_stream *spec_str, in setup_pcm_stream() argument
5770 if (spec_str) { in setup_pcm_stream()
5771 if (spec_str->substreams) in setup_pcm_stream()
5772 str->substreams = spec_str->substreams; in setup_pcm_stream()
5773 if (spec_str->channels_min) in setup_pcm_stream()
5774 str->channels_min = spec_str->channels_min; in setup_pcm_stream()
5775 if (spec_str->channels_max) in setup_pcm_stream()
5776 str->channels_max = spec_str->channels_max; in setup_pcm_stream()
5777 if (spec_str->rates) in setup_pcm_stream()
5778 str->rates = spec_str->rates; in setup_pcm_stream()
[all …]
/kernel/linux/linux-5.10/tools/lib/bpf/
Dlibbpf.c4515 const char *spec_str, in bpf_core_parse_spec() argument
4526 if (str_is_empty(spec_str) || *spec_str == ':') in bpf_core_parse_spec()
4536 if (strcmp(spec_str, "0")) in bpf_core_parse_spec()
4542 while (*spec_str) { in bpf_core_parse_spec()
4543 if (*spec_str == ':') in bpf_core_parse_spec()
4544 ++spec_str; in bpf_core_parse_spec()
4545 if (sscanf(spec_str, "%d%n", &access_idx, &parsed_len) != 1) in bpf_core_parse_spec()
4549 spec_str += parsed_len; in bpf_core_parse_spec()
4636 type_id, spec_str, i, id, btf_kind_str(t)); in bpf_core_parse_spec()
5739 const char *spec_str; in bpf_core_apply_relo() local
[all …]