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:parent_ops
(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
83
if (phys_enc->
parent_ops
->handle_frame_done)
in dpu_encoder_phys_cmd_pp_tx_done_irq()
84
phys_enc->
parent_ops
->handle_frame_done(phys_enc->parent,
in dpu_encoder_phys_cmd_pp_tx_done_irq()
111
if (phys_enc->
parent_ops
->handle_vblank_virt)
in dpu_encoder_phys_cmd_pp_rd_ptr_irq()
112
phys_enc->
parent_ops
->handle_vblank_virt(phys_enc->parent,
in dpu_encoder_phys_cmd_pp_rd_ptr_irq()
137
if (phys_enc->
parent_ops
->handle_underrun_virt)
in dpu_encoder_phys_cmd_underrun_irq()
138
phys_enc->
parent_ops
->handle_underrun_virt(phys_enc->parent,
in dpu_encoder_phys_cmd_underrun_irq()
225
if (phys_enc->
parent_ops
->handle_frame_done)
in _dpu_encoder_phys_cmd_handle_ppdone_timeout()
226
phys_enc->
parent_ops
->handle_frame_done(
in _dpu_encoder_phys_cmd_handle_ppdone_timeout()
729
phys_enc->
parent_ops
= p->
parent_ops
;
in dpu_encoder_phys_cmd_init()
[all...]
H
A
D
dpu_encoder_phys_vid.c
314
if (phys_enc->
parent_ops
->handle_vblank_virt)
in dpu_encoder_phys_vid_vblank_irq()
315
phys_enc->
parent_ops
->handle_vblank_virt(phys_enc->parent,
in dpu_encoder_phys_vid_vblank_irq()
336
phys_enc->
parent_ops
->handle_frame_done(phys_enc->parent, phys_enc,
in dpu_encoder_phys_vid_vblank_irq()
346
if (phys_enc->
parent_ops
->handle_underrun_virt)
in dpu_encoder_phys_vid_underrun_irq()
347
phys_enc->
parent_ops
->handle_underrun_virt(phys_enc->parent,
in dpu_encoder_phys_vid_underrun_irq()
705
phys_enc->
parent_ops
= p->
parent_ops
;
in dpu_encoder_phys_vid_init()
H
A
D
dpu_encoder_phys.h
190
* @
parent_ops
: Callbacks exposed by the parent to the phys_enc
219
const struct dpu_encoder_virt_ops *
parent_ops
;
member
271
* @
parent_ops
: Callbacks exposed by the parent to the phys_enc
279
const struct dpu_encoder_virt_ops *
parent_ops
;
member
H
A
D
dpu_encoder.c
251
if (phys_enc->
parent_ops
->handle_frame_done)
in dpu_encoder_helper_report_irq_timeout()
252
phys_enc->
parent_ops
->handle_frame_done(
in dpu_encoder_helper_report_irq_timeout()
2048
phys_params.
parent_ops
= &dpu_encoder_parent_ops;
in dpu_encoder_setup_display()
Completed in 9 milliseconds