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:MUX_IDLE_AS_IS
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mux/
H
A
D
adg792a.c
93
idle_state[0] =
MUX_IDLE_AS_IS
;
in adg792a_probe()
94
idle_state[1] =
MUX_IDLE_AS_IS
;
in adg792a_probe()
95
idle_state[2] =
MUX_IDLE_AS_IS
;
in adg792a_probe()
105
case
MUX_IDLE_AS_IS
:
in adg792a_probe()
H
A
D
core.c
29
#define MUX_CACHE_UNKNOWN
MUX_IDLE_AS_IS
73
* The default idle state is
MUX_IDLE_AS_IS
. The mux driver also needs to
118
mux->idle_state =
MUX_IDLE_AS_IS
;
in mux_chip_alloc()
311
if (mux->idle_state !=
MUX_IDLE_AS_IS
)
in __mux_control_select()
398
if (mux->idle_state !=
MUX_IDLE_AS_IS
&&
in mux_control_deselect()
H
A
D
adgs1408.c
78
idle_state =
MUX_IDLE_AS_IS
;
in adgs1408_probe()
89
case
MUX_IDLE_AS_IS
:
in adgs1408_probe()
H
A
D
mmio.c
77
s32 idle_state =
MUX_IDLE_AS_IS
;
in mux_mmio_probe()
115
if (idle_state !=
MUX_IDLE_AS_IS
) {
in mux_mmio_probe()
H
A
D
gpio.c
77
if (ret >= 0 && idle_state !=
MUX_IDLE_AS_IS
) {
in mux_gpio_probe()
/kernel/linux/linux-6.6/drivers/mux/
H
A
D
adg792a.c
93
idle_state[0] =
MUX_IDLE_AS_IS
;
in adg792a_probe()
94
idle_state[1] =
MUX_IDLE_AS_IS
;
in adg792a_probe()
95
idle_state[2] =
MUX_IDLE_AS_IS
;
in adg792a_probe()
105
case
MUX_IDLE_AS_IS
:
in adg792a_probe()
H
A
D
adgs1408.c
78
idle_state =
MUX_IDLE_AS_IS
;
in adgs1408_probe()
89
case
MUX_IDLE_AS_IS
:
in adgs1408_probe()
H
A
D
mmio.c
77
s32 idle_state =
MUX_IDLE_AS_IS
;
in mux_mmio_probe()
115
if (idle_state !=
MUX_IDLE_AS_IS
) {
in mux_mmio_probe()
H
A
D
core.c
29
#define MUX_CACHE_UNKNOWN
MUX_IDLE_AS_IS
86
* The default idle state is
MUX_IDLE_AS_IS
. The mux driver also needs to
131
mux->idle_state =
MUX_IDLE_AS_IS
;
in mux_chip_alloc()
327
if (mux->idle_state !=
MUX_IDLE_AS_IS
)
in __mux_control_select()
482
if (mux->idle_state !=
MUX_IDLE_AS_IS
&&
in mux_control_deselect()
H
A
D
gpio.c
76
if (ret >= 0 && idle_state !=
MUX_IDLE_AS_IS
) {
in mux_gpio_probe()
/kernel/linux/linux-5.10/scripts/dtc/include-prefixes/dt-bindings/mux/
H
A
D
mux.h
14
#define
MUX_IDLE_AS_IS
(-1)
macro
/kernel/linux/linux-5.10/include/dt-bindings/mux/
H
A
D
mux.h
14
#define
MUX_IDLE_AS_IS
(-1)
macro
/kernel/linux/linux-6.6/include/dt-bindings/mux/
H
A
D
mux.h
14
#define
MUX_IDLE_AS_IS
(-1)
macro
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/mux/
H
A
D
mux.h
14
#define
MUX_IDLE_AS_IS
(-1)
macro
/kernel/linux/linux-5.10/drivers/i2c/muxes/
H
A
D
i2c-mux-pca954x.c
83
/*
MUX_IDLE_AS_IS
, MUX_IDLE_DISCONNECT or >= 0 for channel */
299
if (val !=
MUX_IDLE_AS_IS
&& val != MUX_IDLE_DISCONNECT &&
in idle_state_store()
469
data->idle_state =
MUX_IDLE_AS_IS
;
in pca954x_probe()
/kernel/linux/linux-6.6/drivers/i2c/muxes/
H
A
D
i2c-mux-pca954x.c
96
/*
MUX_IDLE_AS_IS
, MUX_IDLE_DISCONNECT or >= 0 for channel */
366
if (val !=
MUX_IDLE_AS_IS
&& val != MUX_IDLE_DISCONNECT &&
in idle_state_store()
551
data->idle_state =
MUX_IDLE_AS_IS
;
in pca954x_probe()
Completed in 13 milliseconds