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:DISPLAY_MODEL_LCD
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/parisc/
H
A
D
led.c
56
unsigned long lcd_width:16; /* width of the LCD in chars (
DISPLAY_MODEL_LCD
only) */
103
if (lcd_info.model !=
DISPLAY_MODEL_LCD
)
in lcd_print_now()
411
case
DISPLAY_MODEL_LCD
:
in register_led_driver()
474
lcd_info.model =
DISPLAY_MODEL_LCD
;
in early_led_init()
495
case
DISPLAY_MODEL_LCD
: /* LCD display */
in early_led_init()
537
case
DISPLAY_MODEL_LCD
:
in register_led_regions()
/kernel/linux/linux-5.10/drivers/parisc/
H
A
D
led.c
87
unsigned long lcd_width:16; /* width of the LCD in chars (
DISPLAY_MODEL_LCD
only) */
111
.model =
DISPLAY_MODEL_LCD
,
532
if (lcd_info.model ==
DISPLAY_MODEL_LCD
)
in led_halt()
560
case
DISPLAY_MODEL_LCD
:
in register_led_driver()
619
case
DISPLAY_MODEL_LCD
:
in register_led_regions()
644
if (!led_func_ptr || lcd_info.model !=
DISPLAY_MODEL_LCD
)
in lcd_print()
718
(lcd_info.model==
DISPLAY_MODEL_LCD
) ? "LCD" :
in led_init()
733
case
DISPLAY_MODEL_LCD
: /* LCD display */
in led_init()
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H
A
D
led.h
20
#define
DISPLAY_MODEL_LCD
0 /* KittyHawk LED or LCD */
macro
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H
A
D
led.h
20
#define
DISPLAY_MODEL_LCD
0 /* KittyHawk LED or LCD */
macro
Completed in 3 milliseconds