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:frame_done_wq
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/tilcdc/
H
A
D
tilcdc_crtc.c
38
wait_queue_head_t
frame_done_wq
;
member
512
ret = wait_event_timeout(tilcdc_crtc->
frame_done_wq
,
in tilcdc_crtc_off()
715
ret = wait_event_timeout(tilcdc_crtc->
frame_done_wq
,
in tilcdc_crtc_reset()
980
wake_up(&tilcdc_crtc->
frame_done_wq
);
in tilcdc_crtc_irq()
1026
init_waitqueue_head(&tilcdc_crtc->
frame_done_wq
);
in tilcdc_crtc_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/tilcdc/
H
A
D
tilcdc_crtc.c
39
wait_queue_head_t
frame_done_wq
;
member
511
ret = wait_event_timeout(tilcdc_crtc->
frame_done_wq
,
in tilcdc_crtc_off()
749
ret = wait_event_timeout(tilcdc_crtc->
frame_done_wq
,
in tilcdc_crtc_reset()
999
wake_up(&tilcdc_crtc->
frame_done_wq
);
in tilcdc_crtc_irq()
1045
init_waitqueue_head(&tilcdc_crtc->
frame_done_wq
);
in tilcdc_crtc_create()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
da8xx-fb.c
128
static wait_queue_head_t
frame_done_wq
;
variable
291
ret = wait_event_interruptible_timeout(
frame_done_wq
,
in lcd_disable_raster()
874
wake_up_interruptible(&
frame_done_wq
);
in lcdc_irq_handler_rev02()
1512
init_waitqueue_head(&
frame_done_wq
);
in fb_probe()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
da8xx-fb.c
128
static wait_queue_head_t
frame_done_wq
;
variable
291
ret = wait_event_interruptible_timeout(
frame_done_wq
,
in lcd_disable_raster()
874
wake_up_interruptible(&
frame_done_wq
);
in lcdc_irq_handler_rev02()
1507
init_waitqueue_head(&
frame_done_wq
);
in fb_probe()
Completed in 8 milliseconds