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_F
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/auxdisplay/
H
A
D
hd44780_common.c
140
((hdc->hd44780_common_flags &
LCD_FLAG_F
) ?
in hd44780_common_init_display()
265
((hdc->hd44780_common_flags &
LCD_FLAG_F
) ?
in hd44780_common_set_function()
276
hdc->hd44780_common_flags |=
LCD_FLAG_F
;
in hd44780_common_fontsize()
278
hdc->hd44780_common_flags &= ~
LCD_FLAG_F
;
in hd44780_common_fontsize()
H
A
D
charlcd.h
15
#define
LCD_FLAG_F
0x0020 /* Large font mode */
macro
H
A
D
charlcd.c
269
priv->flags &= ~
LCD_FLAG_F
;
in handle_lcd_special_code()
276
priv->flags |=
LCD_FLAG_F
;
in handle_lcd_special_code()
/kernel/linux/linux-5.10/drivers/auxdisplay/
H
A
D
charlcd.c
34
#define
LCD_FLAG_F
0x0020 /* Large font mode */
macro
263
((priv->flags &
LCD_FLAG_F
) ? LCD_CMD_FONT_5X10_DOTS : 0) |
in charlcd_init_display()
398
priv->flags &= ~
LCD_FLAG_F
;
in handle_lcd_special_code()
402
priv->flags |=
LCD_FLAG_F
;
in handle_lcd_special_code()
541
else if ((oldflags ^ priv->flags) & (
LCD_FLAG_F
| LCD_FLAG_N))
in handle_lcd_special_code()
545
((priv->flags &
LCD_FLAG_F
) ? LCD_CMD_FONT_5X10_DOTS : 0) |
in handle_lcd_special_code()
Completed in 3 milliseconds