Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:link_stream
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H
A
D
pcm.c
291
struct hdac_ext_stream *
link_stream
;
in avs_dai_hda_be_hw_params()
local
297
link_stream
= substream->runtime->private_data;
in avs_dai_hda_be_hw_params()
300
hdac_stream(
link_stream
)->stream_tag - 1);
in avs_dai_hda_be_hw_params()
307
struct hdac_ext_stream *
link_stream
;
in avs_dai_hda_be_hw_free()
local
317
link_stream
= substream->runtime->private_data;
in avs_dai_hda_be_hw_free()
318
link_stream
->link_prepared = false;
in avs_dai_hda_be_hw_free()
329
snd_hdac_ext_bus_link_clear_stream_id(link, hdac_stream(
link_stream
)->stream_tag);
in avs_dai_hda_be_hw_free()
338
struct hdac_ext_stream *
link_stream
= runtime->private_data;
in avs_dai_hda_be_prepare()
local
345
if (
link_stream
->link_prepared)
in avs_dai_hda_be_prepare()
353
snd_hdac_ext_stream_decouple(bus,
link_stream
, tru
in avs_dai_hda_be_prepare()
376
struct hdac_ext_stream *
link_stream
;
avs_dai_hda_be_trigger()
local
1434
struct hdac_ext_stream *
link_stream
;
avs_component_hda_open()
local
1481
struct hdac_ext_stream *
link_stream
;
avs_component_hda_close()
local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/accessories/
H
A
D
link_dp_cts.c
956
struct dc_stream_state *
link_stream
;
in dp_set_preferred_link_settings()
local
973
link_stream
= pipe->stream;
in dp_set_preferred_link_settings()
984
if (
link_stream
->dpms_off)
in dp_set_preferred_link_settings()
987
if (link_decide_link_settings(
link_stream
, &store_settings))
in dp_set_preferred_link_settings()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc_link.c
3512
struct dc_stream_state *
link_stream
;
in dc_link_set_preferred_link_settings()
local
3529
link_stream
= pipe->stream;
in dc_link_set_preferred_link_settings()
3540
if (
link_stream
->dpms_off)
in dc_link_set_preferred_link_settings()
3543
decide_link_settings(
link_stream
, &store_settings);
in dc_link_set_preferred_link_settings()
Completed in 7 milliseconds