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:known_lcd_panels
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
au1100fb.c
369
int num_panels = ARRAY_SIZE(
known_lcd_panels
);
in au1100fb_setup()
387
if (!strncmp(this_opt,
known_lcd_panels
[i].name,
in au1100fb_setup()
389
fbdev->panel = &
known_lcd_panels
[i];
in au1100fb_setup()
H
A
D
da8xx-fb.c
187
static struct fb_videomode
known_lcd_panels
[] = {
variable
1316
for (i = 0, lcdc_info =
known_lcd_panels
;
in da8xx_fb_get_videomode()
1317
i < ARRAY_SIZE(
known_lcd_panels
); i++, lcdc_info++) {
in da8xx_fb_get_videomode()
1322
if (i == ARRAY_SIZE(
known_lcd_panels
)) {
in da8xx_fb_get_videomode()
H
A
D
au1200fb.c
360
static struct panel_settings
known_lcd_panels
[] =
variable
649
#define NUM_PANELS (ARRAY_SIZE(
known_lcd_panels
))
1464
newpanel = &
known_lcd_panels
[panel_index];
in au1200fb_ioctl()
1585
int num_panels = ARRAY_SIZE(
known_lcd_panels
);
in au1200fb_setup()
1611
known_lcd_panels
[i].name)) {
in au1200fb_setup()
1665
panel = &
known_lcd_panels
[panel_index];
in au1200fb_drv_probe()
H
A
D
au1100fb.h
270
static struct au1100fb_panel
known_lcd_panels
[] =
variable
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
au1100fb.c
369
int num_panels = ARRAY_SIZE(
known_lcd_panels
);
in au1100fb_setup()
387
if (!strncmp(this_opt,
known_lcd_panels
[i].name,
in au1100fb_setup()
389
fbdev->panel = &
known_lcd_panels
[i];
in au1100fb_setup()
H
A
D
da8xx-fb.c
187
static struct fb_videomode
known_lcd_panels
[] = {
variable
1313
for (i = 0, lcdc_info =
known_lcd_panels
;
in da8xx_fb_get_videomode()
1314
i < ARRAY_SIZE(
known_lcd_panels
); i++, lcdc_info++) {
in da8xx_fb_get_videomode()
1319
if (i == ARRAY_SIZE(
known_lcd_panels
)) {
in da8xx_fb_get_videomode()
H
A
D
au1200fb.c
360
static struct panel_settings
known_lcd_panels
[] =
variable
649
#define NUM_PANELS (ARRAY_SIZE(
known_lcd_panels
))
1464
newpanel = &
known_lcd_panels
[panel_index];
in au1200fb_ioctl()
1585
int num_panels = ARRAY_SIZE(
known_lcd_panels
);
in au1200fb_setup()
1611
known_lcd_panels
[i].name)) {
in au1200fb_setup()
1665
panel = &
known_lcd_panels
[panel_index];
in au1200fb_drv_probe()
H
A
D
au1100fb.h
270
static struct au1100fb_panel
known_lcd_panels
[] =
variable
Completed in 11 milliseconds