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:iomux
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
rfkill-wlan.h
20
struct rksdmmc_iomux
iomux
;
member
/device/soc/rockchip/rk3588/kernel/include/linux/
H
A
D
rfkill-wlan.h
20
struct rksdmmc_iomux
iomux
;
member
H
A
D
pinctrl-rockchip.h
241
* @type:
iomux
variant using IOMUX_* constants
244
* to a new value for autocalculating the following
iomux
registers.
299
* @
iomux
: array describing the 4
iomux
sources of the bank
327
struct rockchip_iomux
iomux
[4];
member
347
* struct rockchip_mux_recalced_data: represent a pin
iomux
data.
369
* struct rockchip_mux_recalced_data: represent a pin
iomux
data.
/device/soc/rockchip/common/sdk_linux/drivers/pinctrl/
H
A
D
pinctrl-rockchip.h
44
* @type:
iomux
variant using IOMUX_* constants
47
* to a new value for autocalculating the following
iomux
registers.
74
* DEFAULT: means same regmap as pin
iomux
117
* @
iomux
: array describing the 4
iomux
sources of the bank
141
struct rockchip_iomux
iomux
[4];
member
158
* struct rockchip_mux_recalced_data: represent a pin
iomux
data.
174
* struct rockchip_mux_recalced_data: represent a pin
iomux
data.
H
A
D
pinctrl-rockchip.c
80
* Encode variants of
iomux
registers into a type variable
94
.
iomux
= { \
105
.
iomux
= { \
116
.
iomux
= { \
127
.
iomux
= \
145
.
iomux
= \
166
.
iomux
= \
186
.
iomux
= \
1389
if (bank->
iomux
[iomux_num].type & IOMUX_UNROUTED) {
in rockchip_get_mux()
1394
if (bank->
iomux
[iomux_nu
in rockchip_get_mux()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/pinctrl/
H
A
D
pinctrl-rockchip.h
241
* @type:
iomux
variant using IOMUX_* constants
244
* to a new value for autocalculating the following
iomux
registers.
299
* @
iomux
: array describing the 4
iomux
sources of the bank
327
struct rockchip_iomux
iomux
[4];
member
347
* struct rockchip_mux_recalced_data: represent a pin
iomux
data.
369
* struct rockchip_mux_recalced_data: represent a pin
iomux
data.
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/
H
A
D
phy-rockchip-inno-usb2.c
124
* @bypass_iomux: usb bypass uart GRF
iomux
register.
597
const struct usb2phy_reg *
iomux
= &rport->port_cfg->bypass_iomux;
in rockchip_usb_bypass_uart()
local
625
/* Some platforms required to set
iomux
of bypass uart */
in rockchip_usb_bypass_uart()
626
if (
iomux
->offset) {
in rockchip_usb_bypass_uart()
627
ret |= property_enable(rphy->grf,
iomux
, true);
in rockchip_usb_bypass_uart()
634
/* Some platforms required to set
iomux
of bypass uart */
in rockchip_usb_bypass_uart()
635
if (
iomux
->offset) {
in rockchip_usb_bypass_uart()
636
ret |= property_enable(rphy->grf,
iomux
, false);
in rockchip_usb_bypass_uart()
Completed in 12 milliseconds