spec_str 5688 sound/pci/hda/hda_generic.c const struct hda_pcm_stream *spec_str, spec_str 5694 sound/pci/hda/hda_generic.c if (spec_str) { spec_str 5695 sound/pci/hda/hda_generic.c if (spec_str->substreams) spec_str 5696 sound/pci/hda/hda_generic.c str->substreams = spec_str->substreams; spec_str 5697 sound/pci/hda/hda_generic.c if (spec_str->channels_min) spec_str 5698 sound/pci/hda/hda_generic.c str->channels_min = spec_str->channels_min; spec_str 5699 sound/pci/hda/hda_generic.c if (spec_str->channels_max) spec_str 5700 sound/pci/hda/hda_generic.c str->channels_max = spec_str->channels_max; spec_str 5701 sound/pci/hda/hda_generic.c if (spec_str->rates) spec_str 5702 sound/pci/hda/hda_generic.c str->rates = spec_str->rates; spec_str 5703 sound/pci/hda/hda_generic.c if (spec_str->formats) spec_str 5704 sound/pci/hda/hda_generic.c str->formats = spec_str->formats; spec_str 5705 sound/pci/hda/hda_generic.c if (spec_str->maxbps) spec_str 5706 sound/pci/hda/hda_generic.c str->maxbps = spec_str->maxbps; spec_str 2366 tools/lib/bpf/libbpf.c const char *spec_str, spec_str 2375 tools/lib/bpf/libbpf.c if (str_is_empty(spec_str) || *spec_str == ':') spec_str 2382 tools/lib/bpf/libbpf.c while (*spec_str) { spec_str 2383 tools/lib/bpf/libbpf.c if (*spec_str == ':') spec_str 2384 tools/lib/bpf/libbpf.c ++spec_str; spec_str 2385 tools/lib/bpf/libbpf.c if (sscanf(spec_str, "%d%n", &access_idx, &parsed_len) != 1) spec_str 2389 tools/lib/bpf/libbpf.c spec_str += parsed_len; spec_str 2462 tools/lib/bpf/libbpf.c type_id, spec_str, i, id, btf_kind(t)); spec_str 3020 tools/lib/bpf/libbpf.c const char *spec_str; spec_str 3032 tools/lib/bpf/libbpf.c spec_str = btf__name_by_offset(local_btf, relo->access_str_off); spec_str 3033 tools/lib/bpf/libbpf.c if (str_is_empty(spec_str)) spec_str 3036 tools/lib/bpf/libbpf.c err = bpf_core_spec_parse(local_btf, local_id, spec_str, &local_spec); spec_str 3039 tools/lib/bpf/libbpf.c prog_name, relo_idx, local_id, local_name, spec_str, spec_str 3100 tools/lib/bpf/libbpf.c prog_name, relo_idx, local_id, local_name, spec_str);