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:INPUT_EN
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-5.10/scripts/dtc/include-prefixes/dt-bindings/pinctrl/
H
A
D
dm814x.h
11
#undef
INPUT_EN
macro
21
#define
INPUT_EN
(1 << 18)
macro
25
/* update macro depending on
INPUT_EN
and PULL_ENA */
36
#define PIN_INPUT (
INPUT_EN
| PULL_DISABLE)
37
#define PIN_INPUT_PULLUP (
INPUT_EN
| PULL_UP)
38
#define PIN_INPUT_PULLDOWN (
INPUT_EN
)
H
A
D
dra.h
53
#define
INPUT_EN
(1 << 18)
macro
62
#define PIN_INPUT (
INPUT_EN
| PULL_DIS)
63
#define PIN_INPUT_SLEW (
INPUT_EN
| SLEWCONTROL)
64
#define PIN_INPUT_PULLUP (PULL_ENA |
INPUT_EN
| PULL_UP)
65
#define PIN_INPUT_PULLDOWN (PULL_ENA |
INPUT_EN
)
H
A
D
am43xx.h
22
#define
INPUT_EN
(1 << 18)
macro
44
#define PIN_INPUT (
INPUT_EN
| PULL_DISABLE)
45
#define PIN_INPUT_PULLUP (
INPUT_EN
| PULL_UP)
46
#define PIN_INPUT_PULLDOWN (
INPUT_EN
)
H
A
D
k3.h
21
#define
INPUT_EN
(1 << RXACTIVE_SHIFT)
macro
28
#define PIN_INPUT (
INPUT_EN
| PULL_DISABLE)
29
#define PIN_INPUT_PULLUP (
INPUT_EN
| PULL_UP)
30
#define PIN_INPUT_PULLDOWN (
INPUT_EN
| PULL_DOWN)
H
A
D
am33xx.h
13
#undef
INPUT_EN
macro
16
#define
INPUT_EN
(1 << 5)
macro
20
/* update macro depending on
INPUT_EN
and PULL_ENA */
31
#define PIN_INPUT (
INPUT_EN
| PULL_DISABLE)
32
#define PIN_INPUT_PULLUP (
INPUT_EN
| PULL_UP)
33
#define PIN_INPUT_PULLDOWN (
INPUT_EN
)
H
A
D
omap.h
28
#define
INPUT_EN
(1 << 8)
macro
41
#define PIN_INPUT
INPUT_EN
42
#define PIN_INPUT_PULLUP (PULL_ENA |
INPUT_EN
| PULL_UP)
43
#define PIN_INPUT_PULLDOWN (PULL_ENA |
INPUT_EN
)
/kernel/linux/linux-5.10/include/dt-bindings/pinctrl/
H
A
D
dm814x.h
11
#undef
INPUT_EN
macro
21
#define
INPUT_EN
(1 << 18)
macro
25
/* update macro depending on
INPUT_EN
and PULL_ENA */
36
#define PIN_INPUT (
INPUT_EN
| PULL_DISABLE)
37
#define PIN_INPUT_PULLUP (
INPUT_EN
| PULL_UP)
38
#define PIN_INPUT_PULLDOWN (
INPUT_EN
)
H
A
D
dra.h
53
#define
INPUT_EN
(1 << 18)
macro
62
#define PIN_INPUT (
INPUT_EN
| PULL_DIS)
63
#define PIN_INPUT_SLEW (
INPUT_EN
| SLEWCONTROL)
64
#define PIN_INPUT_PULLUP (PULL_ENA |
INPUT_EN
| PULL_UP)
65
#define PIN_INPUT_PULLDOWN (PULL_ENA |
INPUT_EN
)
H
A
D
k3.h
21
#define
INPUT_EN
(1 << RXACTIVE_SHIFT)
macro
28
#define PIN_INPUT (
INPUT_EN
| PULL_DISABLE)
29
#define PIN_INPUT_PULLUP (
INPUT_EN
| PULL_UP)
30
#define PIN_INPUT_PULLDOWN (
INPUT_EN
| PULL_DOWN)
H
A
D
am43xx.h
22
#define
INPUT_EN
(1 << 18)
macro
44
#define PIN_INPUT (
INPUT_EN
| PULL_DISABLE)
45
#define PIN_INPUT_PULLUP (
INPUT_EN
| PULL_UP)
46
#define PIN_INPUT_PULLDOWN (
INPUT_EN
)
H
A
D
am33xx.h
13
#undef
INPUT_EN
macro
16
#define
INPUT_EN
(1 << 5)
macro
20
/* update macro depending on
INPUT_EN
and PULL_ENA */
31
#define PIN_INPUT (
INPUT_EN
| PULL_DISABLE)
32
#define PIN_INPUT_PULLUP (
INPUT_EN
| PULL_UP)
33
#define PIN_INPUT_PULLDOWN (
INPUT_EN
)
H
A
D
omap.h
28
#define
INPUT_EN
(1 << 8)
macro
41
#define PIN_INPUT
INPUT_EN
42
#define PIN_INPUT_PULLUP (PULL_ENA |
INPUT_EN
| PULL_UP)
43
#define PIN_INPUT_PULLDOWN (PULL_ENA |
INPUT_EN
)
/kernel/linux/linux-6.6/include/dt-bindings/pinctrl/
H
A
D
dm814x.h
11
#undef
INPUT_EN
macro
21
#define
INPUT_EN
(1 << 18)
macro
25
/* update macro depending on
INPUT_EN
and PULL_ENA */
36
#define PIN_INPUT (
INPUT_EN
| PULL_DISABLE)
37
#define PIN_INPUT_PULLUP (
INPUT_EN
| PULL_UP)
38
#define PIN_INPUT_PULLDOWN (
INPUT_EN
)
H
A
D
dra.h
53
#define
INPUT_EN
(1 << 18)
macro
62
#define PIN_INPUT (
INPUT_EN
| PULL_DIS)
63
#define PIN_INPUT_SLEW (
INPUT_EN
| SLEWCONTROL)
64
#define PIN_INPUT_PULLUP (PULL_ENA |
INPUT_EN
| PULL_UP)
65
#define PIN_INPUT_PULLDOWN (PULL_ENA |
INPUT_EN
)
H
A
D
am43xx.h
22
#define
INPUT_EN
(1 << 18)
macro
44
#define PIN_INPUT (
INPUT_EN
| PULL_DISABLE)
45
#define PIN_INPUT_PULLUP (
INPUT_EN
| PULL_UP)
46
#define PIN_INPUT_PULLDOWN (
INPUT_EN
)
H
A
D
am33xx.h
13
#undef
INPUT_EN
macro
16
#define
INPUT_EN
(1 << 5)
macro
20
/* update macro depending on
INPUT_EN
and PULL_ENA */
31
#define PIN_INPUT (
INPUT_EN
| PULL_DISABLE)
32
#define PIN_INPUT_PULLUP (
INPUT_EN
| PULL_UP)
33
#define PIN_INPUT_PULLDOWN (
INPUT_EN
)
H
A
D
omap.h
28
#define
INPUT_EN
(1 << 8)
macro
41
#define PIN_INPUT
INPUT_EN
42
#define PIN_INPUT_PULLUP (PULL_ENA |
INPUT_EN
| PULL_UP)
43
#define PIN_INPUT_PULLDOWN (PULL_ENA |
INPUT_EN
)
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/pinctrl/
H
A
D
dm814x.h
11
#undef
INPUT_EN
macro
21
#define
INPUT_EN
(1 << 18)
macro
25
/* update macro depending on
INPUT_EN
and PULL_ENA */
36
#define PIN_INPUT (
INPUT_EN
| PULL_DISABLE)
37
#define PIN_INPUT_PULLUP (
INPUT_EN
| PULL_UP)
38
#define PIN_INPUT_PULLDOWN (
INPUT_EN
)
H
A
D
dra.h
53
#define
INPUT_EN
(1 << 18)
macro
62
#define PIN_INPUT (
INPUT_EN
| PULL_DIS)
63
#define PIN_INPUT_SLEW (
INPUT_EN
| SLEWCONTROL)
64
#define PIN_INPUT_PULLUP (PULL_ENA |
INPUT_EN
| PULL_UP)
65
#define PIN_INPUT_PULLDOWN (PULL_ENA |
INPUT_EN
)
H
A
D
am43xx.h
22
#define
INPUT_EN
(1 << 18)
macro
44
#define PIN_INPUT (
INPUT_EN
| PULL_DISABLE)
45
#define PIN_INPUT_PULLUP (
INPUT_EN
| PULL_UP)
46
#define PIN_INPUT_PULLDOWN (
INPUT_EN
)
H
A
D
am33xx.h
13
#undef
INPUT_EN
macro
16
#define
INPUT_EN
(1 << 5)
macro
20
/* update macro depending on
INPUT_EN
and PULL_ENA */
31
#define PIN_INPUT (
INPUT_EN
| PULL_DISABLE)
32
#define PIN_INPUT_PULLUP (
INPUT_EN
| PULL_UP)
33
#define PIN_INPUT_PULLDOWN (
INPUT_EN
)
H
A
D
omap.h
28
#define
INPUT_EN
(1 << 8)
macro
41
#define PIN_INPUT
INPUT_EN
42
#define PIN_INPUT_PULLUP (PULL_ENA |
INPUT_EN
| PULL_UP)
43
#define PIN_INPUT_PULLDOWN (PULL_ENA |
INPUT_EN
)
/kernel/linux/linux-6.6/arch/arm64/boot/dts/ti/
H
A
D
k3-pinctrl.h
22
#define
INPUT_EN
(1 << RXACTIVE_SHIFT)
macro
29
#define PIN_INPUT (
INPUT_EN
| PULL_DISABLE)
30
#define PIN_INPUT_PULLUP (
INPUT_EN
| PULL_UP)
31
#define PIN_INPUT_PULLDOWN (
INPUT_EN
| PULL_DOWN)
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/arm64/ti/
H
A
D
k3-pinctrl.h
22
#define
INPUT_EN
(1 << RXACTIVE_SHIFT)
macro
29
#define PIN_INPUT (
INPUT_EN
| PULL_DISABLE)
30
#define PIN_INPUT_PULLUP (
INPUT_EN
| PULL_UP)
31
#define PIN_INPUT_PULLDOWN (
INPUT_EN
| PULL_DOWN)
Completed in 8 milliseconds