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:vblank_refcount
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_encoder_phys_vid.c
398
refcount = atomic_read(&phys_enc->
vblank_refcount
);
in dpu_encoder_phys_vid_control_vblank_irq()
411
atomic_read(&phys_enc->
vblank_refcount
));
in dpu_encoder_phys_vid_control_vblank_irq()
413
if (enable && atomic_inc_return(&phys_enc->
vblank_refcount
) == 1)
in dpu_encoder_phys_vid_control_vblank_irq()
415
else if (!enable && atomic_dec_return(&phys_enc->
vblank_refcount
) == 0)
in dpu_encoder_phys_vid_control_vblank_irq()
634
atomic_read(&phys_enc->
vblank_refcount
));
in dpu_encoder_phys_vid_irq_control()
730
atomic_set(&phys_enc->
vblank_refcount
, 0);
in dpu_encoder_phys_vid_init()
H
A
D
dpu_encoder_phys_cmd.c
266
refcount = atomic_read(&phys_enc->
vblank_refcount
);
in dpu_encoder_phys_cmd_control_vblank_irq()
282
if (enable && atomic_inc_return(&phys_enc->
vblank_refcount
) == 1)
in dpu_encoder_phys_cmd_control_vblank_irq()
284
else if (!enable && atomic_dec_return(&phys_enc->
vblank_refcount
) == 0)
in dpu_encoder_phys_cmd_control_vblank_irq()
304
enable, atomic_read(&phys_enc->
vblank_refcount
));
in dpu_encoder_phys_cmd_irq_control()
768
atomic_set(&phys_enc->
vblank_refcount
, 0);
in dpu_encoder_phys_cmd_init()
H
A
D
dpu_encoder_phys.h
203
* @
vblank_refcount
: Reference count of vblank request
231
atomic_t
vblank_refcount
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_encoder_phys_vid.c
370
refcount = atomic_read(&phys_enc->
vblank_refcount
);
in dpu_encoder_phys_vid_control_vblank_irq()
383
atomic_read(&phys_enc->
vblank_refcount
));
in dpu_encoder_phys_vid_control_vblank_irq()
385
if (enable && atomic_inc_return(&phys_enc->
vblank_refcount
) == 1)
in dpu_encoder_phys_vid_control_vblank_irq()
390
else if (!enable && atomic_dec_return(&phys_enc->
vblank_refcount
) == 0)
in dpu_encoder_phys_vid_control_vblank_irq()
624
atomic_read(&phys_enc->
vblank_refcount
));
in dpu_encoder_phys_vid_irq_control()
H
A
D
dpu_encoder_phys_cmd.c
253
refcount = atomic_read(&phys_enc->
vblank_refcount
);
in dpu_encoder_phys_cmd_control_vblank_irq()
269
if (enable && atomic_inc_return(&phys_enc->
vblank_refcount
) == 1)
in dpu_encoder_phys_cmd_control_vblank_irq()
274
else if (!enable && atomic_dec_return(&phys_enc->
vblank_refcount
) == 0)
in dpu_encoder_phys_cmd_control_vblank_irq()
294
enable, atomic_read(&phys_enc->
vblank_refcount
));
in dpu_encoder_phys_cmd_irq_control()
H
A
D
dpu_encoder_phys.h
163
* @
vblank_refcount
: Reference count of vblank request
190
atomic_t
vblank_refcount
;
member
H
A
D
dpu_encoder.c
2509
atomic_set(&phys_enc->
vblank_refcount
, 0);
in dpu_encoder_phys_init()
Completed in 9 milliseconds