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:zpctl
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/zte/
H
A
D
pinctrl-zx.c
60
struct zx_pinctrl *
zpctl
= pinctrl_dev_get_drvdata(pctldev);
in zx_set_mux()
local
61
struct zx_pinctrl_soc_info *info =
zpctl
->info;
in zx_set_mux()
92
spin_lock_irqsave(&
zpctl
->lock, flags);
in zx_set_mux()
108
val = readl(
zpctl
->aux_base + aoffset);
in zx_set_mux()
111
writel(val,
zpctl
->aux_base + aoffset);
in zx_set_mux()
117
val = readl(
zpctl
->base + offset);
in zx_set_mux()
120
writel(val,
zpctl
->base + offset);
in zx_set_mux()
126
val = readl(
zpctl
->aux_base + aoffset);
in zx_set_mux()
129
writel(val,
zpctl
->aux_base + aoffset);
in zx_set_mux()
137
val = readl(
zpctl
in zx_set_mux()
158
struct zx_pinctrl *
zpctl
= pinctrl_dev_get_drvdata(pctldev);
zx_pin_config_get()
local
211
struct zx_pinctrl *
zpctl
= pinctrl_dev_get_drvdata(pctldev);
zx_pin_config_set()
local
266
struct zx_pinctrl *
zpctl
= platform_get_drvdata(pdev);
zx_pinctrl_build_state()
local
388
struct zx_pinctrl *
zpctl
;
zx_pinctrl_init()
local
[all...]
Completed in 2 milliseconds