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:NR_VX855_GPI
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/
H
A
D
gpio-vx855.c
27
#define
NR_VX855_GPI
14
macro
31
#define NR_VX855_GPInO (
NR_VX855_GPI
+ NR_VX855_GPO)
32
#define NR_VX855_GP (
NR_VX855_GPI
+ NR_VX855_GPO + NR_VX855_GPIO)
88
if (nr <
NR_VX855_GPI
)
in vx855gpio_direction_input()
111
if (nr <
NR_VX855_GPI
) {
in vx855gpio_get()
119
if (reg_in & gpo_o_bit(nr -
NR_VX855_GPI
))
in vx855gpio_get()
138
if (nr <
NR_VX855_GPI
)
in vx855gpio_set()
145
reg_out |= gpo_o_bit(nr -
NR_VX855_GPI
);
in vx855gpio_set()
147
reg_out &= ~gpo_o_bit(nr -
NR_VX855_GPI
);
in vx855gpio_set()
162
if (nr <
NR_VX855_GPI
)
in vx855gpio_direction_output()
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H
A
D
gpio-vx855.c
27
#define
NR_VX855_GPI
14
macro
31
#define NR_VX855_GPInO (
NR_VX855_GPI
+ NR_VX855_GPO)
32
#define NR_VX855_GP (
NR_VX855_GPI
+ NR_VX855_GPO + NR_VX855_GPIO)
88
if (nr <
NR_VX855_GPI
)
in vx855gpio_direction_input()
111
if (nr <
NR_VX855_GPI
) {
in vx855gpio_get()
119
if (reg_in & gpo_o_bit(nr -
NR_VX855_GPI
))
in vx855gpio_get()
138
if (nr <
NR_VX855_GPI
)
in vx855gpio_set()
145
reg_out |= gpo_o_bit(nr -
NR_VX855_GPI
);
in vx855gpio_set()
147
reg_out &= ~gpo_o_bit(nr -
NR_VX855_GPI
);
in vx855gpio_set()
162
if (nr <
NR_VX855_GPI
)
in vx855gpio_direction_output()
[all...]
/kernel/linux/linux-5.10/drivers/staging/olpc_dcon/
H
A
D
olpc_dcon_xo_1_5.c
16
#define
NR_VX855_GPI
14
macro
21
#define VX855_GPO(n) (
NR_VX855_GPI
+ (n))
22
#define VX855_GPIO(n) (
NR_VX855_GPI
+ NR_VX855_GPO + (n))
/kernel/linux/linux-6.6/drivers/staging/olpc_dcon/
H
A
D
olpc_dcon_xo_1_5.c
16
#define
NR_VX855_GPI
14
macro
21
#define VX855_GPO(n) (
NR_VX855_GPI
+ (n))
22
#define VX855_GPIO(n) (
NR_VX855_GPI
+ NR_VX855_GPO + (n))
Completed in 2 milliseconds