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:write_cmd_raw4
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/auxdisplay/
H
A
D
charlcd.h
31
void (*
write_cmd_raw4
)(struct charlcd *lcd, int cmd); /* 4-bit only */
member
H
A
D
hd44780.c
172
.
write_cmd_raw4
= hd44780_write_cmd_raw_gpio4,
H
A
D
charlcd.c
242
write_cmd_raw = lcd->ops->
write_cmd_raw4
;
in charlcd_init_display()
255
lcd->ops->
write_cmd_raw4
(lcd, LCD_CMD_FUNCTION_SET >> 4);
in charlcd_init_display()
/kernel/linux/linux-6.6/drivers/auxdisplay/
H
A
D
hd44780_common.h
13
/*
write_cmd_raw4
is for 4-bit connected displays only */
14
void (*
write_cmd_raw4
)(struct hd44780_common *hdc, int cmd);
member
H
A
D
hd44780_common.c
119
write_cmd_raw = hdc->
write_cmd_raw4
;
in hd44780_common_init_display()
132
hdc->
write_cmd_raw4
(hdc, LCD_CMD_FUNCTION_SET >> 4);
in hd44780_common_init_display()
H
A
D
hd44780.c
303
hdc->
write_cmd_raw4
= hd44780_write_cmd_raw_gpio4;
in hd44780_probe()
Completed in 3 milliseconds