Home
last modified time | relevance | path

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

/Linux-v5.15/tools/lib/bpf/
Drelo_core.c155 const char *spec_str, in bpf_core_parse_spec() argument
166 if (str_is_empty(spec_str) || *spec_str == ':') in bpf_core_parse_spec()
176 if (strcmp(spec_str, "0")) in bpf_core_parse_spec()
182 while (*spec_str) { in bpf_core_parse_spec()
183 if (*spec_str == ':') in bpf_core_parse_spec()
184 ++spec_str; in bpf_core_parse_spec()
185 if (sscanf(spec_str, "%d%n", &access_idx, &parsed_len) != 1) in bpf_core_parse_spec()
189 spec_str += parsed_len; in bpf_core_parse_spec()
276 type_id, spec_str, i, id, btf_kind_str(t)); in bpf_core_parse_spec()
1157 const char *spec_str; in bpf_core_apply_relo_insn() local
[all …]
/Linux-v5.15/sound/pci/hda/
Dhda_generic.c5640 const struct hda_pcm_stream *spec_str, in setup_pcm_stream() argument
5646 if (spec_str) { in setup_pcm_stream()
5647 if (spec_str->substreams) in setup_pcm_stream()
5648 str->substreams = spec_str->substreams; in setup_pcm_stream()
5649 if (spec_str->channels_min) in setup_pcm_stream()
5650 str->channels_min = spec_str->channels_min; in setup_pcm_stream()
5651 if (spec_str->channels_max) in setup_pcm_stream()
5652 str->channels_max = spec_str->channels_max; in setup_pcm_stream()
5653 if (spec_str->rates) in setup_pcm_stream()
5654 str->rates = spec_str->rates; in setup_pcm_stream()
[all …]