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_UNDERRUN
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_encoder_phys_vid.c
372
irq = &phys_enc->irq[
INTR_IDX_UNDERRUN
];
in _dpu_encoder_phys_vid_setup_irq_hw_idx()
641
dpu_encoder_helper_register_irq(phys_enc,
INTR_IDX_UNDERRUN
);
in dpu_encoder_phys_vid_irq_control()
644
dpu_encoder_helper_unregister_irq(phys_enc,
INTR_IDX_UNDERRUN
);
in dpu_encoder_phys_vid_irq_control()
724
irq = &phys_enc->irq[
INTR_IDX_UNDERRUN
];
in dpu_encoder_phys_vid_init()
727
irq->intr_idx =
INTR_IDX_UNDERRUN
;
in dpu_encoder_phys_vid_init()
H
A
D
dpu_encoder_phys_cmd.c
159
irq = &phys_enc->irq[
INTR_IDX_UNDERRUN
];
in _dpu_encoder_phys_cmd_setup_irq_hw_idx()
308
dpu_encoder_helper_register_irq(phys_enc,
INTR_IDX_UNDERRUN
);
in dpu_encoder_phys_cmd_irq_control()
319
dpu_encoder_helper_unregister_irq(phys_enc,
INTR_IDX_UNDERRUN
);
in dpu_encoder_phys_cmd_irq_control()
762
irq = &phys_enc->irq[
INTR_IDX_UNDERRUN
];
in dpu_encoder_phys_cmd_init()
765
irq->intr_idx =
INTR_IDX_UNDERRUN
;
in dpu_encoder_phys_cmd_init()
H
A
D
dpu_encoder_phys.h
152
* @
INTR_IDX_UNDERRUN
: Underrun unterrupt for video and cmd mode panel
158
INTR_IDX_UNDERRUN
,
enumerator
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_encoder_phys_vid.c
360
phys_enc->irq[
INTR_IDX_UNDERRUN
] = phys_enc->hw_intf->cap->intr_underrun;
in dpu_encoder_phys_vid_atomic_mode_set()
632
phys_enc->irq[
INTR_IDX_UNDERRUN
],
in dpu_encoder_phys_vid_irq_control()
638
phys_enc->irq[
INTR_IDX_UNDERRUN
]);
in dpu_encoder_phys_vid_irq_control()
H
A
D
dpu_encoder_phys_cmd.c
163
phys_enc->irq[
INTR_IDX_UNDERRUN
] = phys_enc->hw_intf->cap->intr_underrun;
in dpu_encoder_phys_cmd_atomic_mode_set()
302
phys_enc->irq[
INTR_IDX_UNDERRUN
],
in dpu_encoder_phys_cmd_irq_control()
318
phys_enc->irq[
INTR_IDX_UNDERRUN
]);
in dpu_encoder_phys_cmd_irq_control()
H
A
D
dpu_encoder_phys.h
130
* @
INTR_IDX_UNDERRUN
: Underrun interrupt for video and cmd mode panel
137
INTR_IDX_UNDERRUN
,
enumerator
Completed in 6 milliseconds