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:LCD_FLAG_N
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/auxdisplay/
H
A
D
hd44780_common.c
107
hdc->hd44780_common_flags = ((lcd->height > 1) ?
LCD_FLAG_N
: 0) |
in hd44780_common_init_display()
142
((hdc->hd44780_common_flags &
LCD_FLAG_N
) ?
in hd44780_common_init_display()
267
((hdc->hd44780_common_flags &
LCD_FLAG_N
) ?
in hd44780_common_set_function()
290
hdc->hd44780_common_flags |=
LCD_FLAG_N
;
in hd44780_common_lines()
292
hdc->hd44780_common_flags &= ~
LCD_FLAG_N
;
in hd44780_common_lines()
H
A
D
charlcd.c
283
priv->flags &= ~
LCD_FLAG_N
;
in handle_lcd_special_code()
290
priv->flags |=
LCD_FLAG_N
;
in handle_lcd_special_code()
337
priv->flags = ((lcd->height > 1) ?
LCD_FLAG_N
: 0) | LCD_FLAG_D |
in handle_lcd_special_code()
569
priv->flags = ((lcd->height > 1) ?
LCD_FLAG_N
: 0) | LCD_FLAG_D |
in charlcd_init()
H
A
D
charlcd.h
16
#define
LCD_FLAG_N
0x0040 /* 2-rows mode */
macro
/kernel/linux/linux-5.10/drivers/auxdisplay/
H
A
D
charlcd.c
35
#define
LCD_FLAG_N
0x0040 /* 2-rows mode */
macro
230
priv->flags = ((lcd->height > 1) ?
LCD_FLAG_N
: 0) | LCD_FLAG_D |
in charlcd_init_display()
264
((priv->flags &
LCD_FLAG_N
) ? LCD_CMD_TWO_LINES : 0));
in charlcd_init_display()
406
priv->flags &= ~
LCD_FLAG_N
;
in handle_lcd_special_code()
410
priv->flags |=
LCD_FLAG_N
;
in handle_lcd_special_code()
541
else if ((oldflags ^ priv->flags) & (LCD_FLAG_F |
LCD_FLAG_N
))
in handle_lcd_special_code()
546
((priv->flags &
LCD_FLAG_N
) ? LCD_CMD_TWO_LINES : 0));
in handle_lcd_special_code()
Completed in 3 milliseconds