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:NOT_SET
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/auxdisplay/
H
A
D
panel.c
112
#define
NOT_SET
-1
macro
220
static int selected_lcd_type =
NOT_SET
;
420
static int keypad_type =
NOT_SET
;
425
static int lcd_type =
NOT_SET
;
430
static int lcd_height =
NOT_SET
;
434
static int lcd_width =
NOT_SET
;
438
static int lcd_bwidth =
NOT_SET
; /* internal buffer width (usually 40) */
442
static int lcd_hwidth =
NOT_SET
; /* hardware buffer width (usually 64) */
446
static int lcd_charset =
NOT_SET
;
450
static int lcd_proto =
NOT_SET
;
[all...]
/kernel/linux/linux-6.6/drivers/auxdisplay/
H
A
D
panel.c
113
#define
NOT_SET
-1
macro
221
static int selected_lcd_type =
NOT_SET
;
419
static int keypad_type =
NOT_SET
;
424
static int lcd_type =
NOT_SET
;
429
static int lcd_height =
NOT_SET
;
433
static int lcd_width =
NOT_SET
;
437
static int lcd_bwidth =
NOT_SET
; /* internal buffer width (usually 40) */
441
static int lcd_hwidth =
NOT_SET
; /* hardware buffer width (usually 64) */
445
static int lcd_charset =
NOT_SET
;
449
static int lcd_proto =
NOT_SET
;
[all...]
Completed in 3 milliseconds