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_conf
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/renesas/
H
A
D
pinctrl-rza1.c
668
* @
mux_conf
: pin multiplexing descriptor
671
struct rza1_mux_conf *
mux_conf
)
in rza1_pin_mux_single()
673
struct rza1_port *port = &rza1_pctl->ports[
mux_conf
->port];
in rza1_pin_mux_single()
674
unsigned int pin =
mux_conf
->pin;
in rza1_pin_mux_single()
675
u8 mux_func =
mux_conf
->mux_func;
in rza1_pin_mux_single()
676
u8 mux_flags =
mux_conf
->mux_flags;
in rza1_pin_mux_single()
944
struct rza1_mux_conf *
mux_conf
= &mux_confs[i];
in rza1_parse_pinmux_node()
local
950
mux_conf
->id = of_pinconf & MUX_PIN_ID_MASK;
in rza1_parse_pinmux_node()
951
mux_conf
->port = RZA1_PIN_ID_TO_PORT(
mux_conf
in rza1_parse_pinmux_node()
670
rza1_pin_mux_single(struct rza1_pinctrl *rza1_pctl, struct rza1_
mux_conf
*
mux_conf
)
rza1_pin_mux_single()
argument
986
struct rza1_
mux_conf
*
mux_conf
s, *
mux_conf
;
rza1_dt_node_to_map()
local
[all...]
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/
H
A
D
pinctrl-rza1.c
668
* @
mux_conf
: pin multiplexing descriptor
671
struct rza1_mux_conf *
mux_conf
)
in rza1_pin_mux_single()
673
struct rza1_port *port = &rza1_pctl->ports[
mux_conf
->port];
in rza1_pin_mux_single()
674
unsigned int pin =
mux_conf
->pin;
in rza1_pin_mux_single()
675
u8 mux_func =
mux_conf
->mux_func;
in rza1_pin_mux_single()
676
u8 mux_flags =
mux_conf
->mux_flags;
in rza1_pin_mux_single()
945
struct rza1_mux_conf *
mux_conf
= &mux_confs[i];
in rza1_parse_pinmux_node()
local
951
mux_conf
->id = of_pinconf & MUX_PIN_ID_MASK;
in rza1_parse_pinmux_node()
952
mux_conf
->port = RZA1_PIN_ID_TO_PORT(
mux_conf
in rza1_parse_pinmux_node()
670
rza1_pin_mux_single(struct rza1_pinctrl *rza1_pctl, struct rza1_
mux_conf
*
mux_conf
)
rza1_pin_mux_single()
argument
987
struct rza1_
mux_conf
*
mux_conf
s, *
mux_conf
;
rza1_dt_node_to_map()
local
[all...]
/kernel/linux/linux-5.10/drivers/iio/adc/
H
A
D
max9611.c
214
u8
mux_conf
= max9611_mux_conf[selector][0] & MAX9611_MUX_MASK;
in max9611_read_single()
local
223
MAX9611_REG_CTRL1,
mux_conf
);
in max9611_read_single()
226
MAX9611_REG_CTRL1,
mux_conf
);
in max9611_read_single()
/kernel/linux/linux-6.6/drivers/iio/adc/
H
A
D
max9611.c
215
u8
mux_conf
= max9611_mux_conf[selector][0] & MAX9611_MUX_MASK;
in max9611_read_single()
local
224
MAX9611_REG_CTRL1,
mux_conf
);
in max9611_read_single()
227
MAX9611_REG_CTRL1,
mux_conf
);
in max9611_read_single()
Completed in 6 milliseconds