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:fifohandcheck
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H
A
D
manager.c
189
bool
fifohandcheck
= config->
fifohandcheck
;
in dss_mgr_check_lcd_config()
local
200
/*
fifohandcheck
should be used only with stallmode */
in dss_mgr_check_lcd_config()
201
if (!stallmode &&
fifohandcheck
)
in dss_mgr_check_lcd_config()
H
A
D
sdi.c
111
sdi.mgr_config.
fifohandcheck
= false;
in sdi_config_lcd_manager()
H
A
D
dss.h
178
bool
fifohandcheck
;
member
H
A
D
dpi.c
364
dpi->mgr_config.
fifohandcheck
= false;
in dpi_config_lcd_manager()
H
A
D
dsi.c
4108
dsi->mgr_config.
fifohandcheck
= true;
in dsi_display_init_dispc()
4111
dsi->mgr_config.
fifohandcheck
= false;
in dsi_display_init_dispc()
H
A
D
dispc.c
2957
dispc_mgr_enable_fifohandcheck(channel, config->
fifohandcheck
);
in dispc_mgr_set_lcd_config()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H
A
D
manager.c
189
bool
fifohandcheck
= config->
fifohandcheck
;
in dss_mgr_check_lcd_config()
local
200
/*
fifohandcheck
should be used only with stallmode */
in dss_mgr_check_lcd_config()
201
if (!stallmode &&
fifohandcheck
)
in dss_mgr_check_lcd_config()
H
A
D
sdi.c
111
sdi.mgr_config.
fifohandcheck
= false;
in sdi_config_lcd_manager()
H
A
D
dss.h
178
bool
fifohandcheck
;
member
H
A
D
dpi.c
364
dpi->mgr_config.
fifohandcheck
= false;
in dpi_config_lcd_manager()
H
A
D
dsi.c
4106
dsi->mgr_config.
fifohandcheck
= true;
in dsi_display_init_dispc()
4109
dsi->mgr_config.
fifohandcheck
= false;
in dsi_display_init_dispc()
H
A
D
dispc.c
2955
dispc_mgr_enable_fifohandcheck(channel, config->
fifohandcheck
);
in dispc_mgr_set_lcd_config()
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H
A
D
sdi.c
117
sdi->mgr_config.
fifohandcheck
= false;
in sdi_config_lcd_manager()
H
A
D
dss.h
213
bool
fifohandcheck
;
member
H
A
D
dpi.c
346
dpi->mgr_config.
fifohandcheck
= false;
in dpi_config_lcd_manager()
H
A
D
dispc.c
3056
dispc_mgr_enable_fifohandcheck(dispc, channel, config->
fifohandcheck
);
in dispc_mgr_set_lcd_config()
4580
.
fifohandcheck
= false,
H
A
D
dsi.c
4012
dsi->mgr_config.
fifohandcheck
= true;
in dsi_display_init_dispc()
4015
dsi->mgr_config.
fifohandcheck
= false;
in dsi_display_init_dispc()
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
H
A
D
sdi.c
117
sdi->mgr_config.
fifohandcheck
= false;
in sdi_config_lcd_manager()
H
A
D
dpi.c
346
dpi->mgr_config.
fifohandcheck
= false;
in dpi_config_lcd_manager()
H
A
D
dss.h
213
bool
fifohandcheck
;
member
H
A
D
dispc.c
3083
dispc_mgr_enable_fifohandcheck(dispc, channel, config->
fifohandcheck
);
in dispc_mgr_set_lcd_config()
4619
.
fifohandcheck
= false,
H
A
D
dsi.c
3345
dsi->mgr_config.
fifohandcheck
= true;
in dsi_init_dispc()
3348
dsi->mgr_config.
fifohandcheck
= false;
in dsi_init_dispc()
Completed in 64 milliseconds