Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/hda/
H A 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 …]
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c4512 const char *spec_str, in bpf_core_parse_spec() argument
4523 if (str_is_empty(spec_str) || *spec_str == ':') in bpf_core_parse_spec()
4533 if (strcmp(spec_str, "0")) in bpf_core_parse_spec()
4539 while (*spec_str) { in bpf_core_parse_spec()
4540 if (*spec_str == ':') in bpf_core_parse_spec()
4541 ++spec_str; in bpf_core_parse_spec()
4542 if (sscanf(spec_str, "%d%n", &access_idx, &parsed_len) != 1) in bpf_core_parse_spec()
4546 spec_str += parsed_len; in bpf_core_parse_spec()
4633 type_id, spec_str, i, id, btf_kind_str(t)); in bpf_core_parse_spec()
5736 const char *spec_str; in bpf_core_apply_relo() local
[all …]