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:INTR_IDX_RDPTR
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_encoder_phys_cmd.c
155
irq = &phys_enc->irq[
INTR_IDX_RDPTR
];
in _dpu_encoder_phys_cmd_setup_irq_hw_idx()
217
dpu_encoder_helper_unregister_irq(phys_enc,
INTR_IDX_RDPTR
);
in _dpu_encoder_phys_cmd_handle_ppdone_timeout()
283
ret = dpu_encoder_helper_register_irq(phys_enc,
INTR_IDX_RDPTR
);
in dpu_encoder_phys_cmd_control_vblank_irq()
286
INTR_IDX_RDPTR
);
in dpu_encoder_phys_cmd_control_vblank_irq()
661
rc = dpu_encoder_helper_wait_for_irq(phys_enc,
INTR_IDX_RDPTR
,
in dpu_encoder_phys_cmd_wait_for_vblank()
756
irq = &phys_enc->irq[
INTR_IDX_RDPTR
];
in dpu_encoder_phys_cmd_init()
759
irq->intr_idx =
INTR_IDX_RDPTR
;
in dpu_encoder_phys_cmd_init()
H
A
D
dpu_encoder_phys.h
153
* @
INTR_IDX_RDPTR
: Readpointer done unterrupt for cmd mode panel
160
INTR_IDX_RDPTR
,
enumerator
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_encoder_phys_cmd.c
159
phys_enc->irq[
INTR_IDX_RDPTR
] = phys_enc->hw_intf->cap->intr_tear_rd_ptr;
in dpu_encoder_phys_cmd_atomic_mode_set()
161
phys_enc->irq[
INTR_IDX_RDPTR
] = phys_enc->hw_pp->caps->intr_rdptr;
in dpu_encoder_phys_cmd_atomic_mode_set()
204
phys_enc->irq[
INTR_IDX_RDPTR
]);
in _dpu_encoder_phys_cmd_handle_ppdone_timeout()
271
phys_enc->irq[
INTR_IDX_RDPTR
],
in dpu_encoder_phys_cmd_control_vblank_irq()
276
phys_enc->irq[
INTR_IDX_RDPTR
]);
in dpu_encoder_phys_cmd_control_vblank_irq()
713
phys_enc->irq[
INTR_IDX_RDPTR
],
in dpu_encoder_phys_cmd_wait_for_vblank()
H
A
D
dpu_encoder_phys.h
131
* @
INTR_IDX_RDPTR
: Readpointer done interrupt for cmd mode panel
139
INTR_IDX_RDPTR
,
enumerator
Completed in 4 milliseconds