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:ngd
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/slimbus/
H
A
D
Makefile
12
obj-$(CONFIG_SLIM_QCOM_NGD_CTRL) += slim-qcom-
ngd
-ctrl.o
13
slim-qcom-
ngd
-ctrl-y := qcom-
ngd
-ctrl.o
H
A
D
qcom-ngd-ctrl.c
149
struct qcom_slim_ngd *
ngd
;
member
464
req.instance = (ctrl->
ngd
->id >> 1);
in qcom_slim_qmi_init()
756
void __iomem *base = ctrl->
ngd
->base;
in qcom_slim_ngd_interrupt()
1066
u32 cfg = readl_relaxed(ctrl->
ngd
->base);
in qcom_slim_ngd_setup()
1080
writel_relaxed(cfg, ctrl->
ngd
->base);
in qcom_slim_ngd_setup()
1086
struct qcom_slim_ngd *
ngd
= ctrl->
ngd
;
in qcom_slim_ngd_power_up()
local
1110
laddr = readl_relaxed(
ngd
->base + NGD_STATUS);
in qcom_slim_ngd_power_up()
1124
writel_relaxed(DEF_NGD_INT_MASK,
ngd
->base + NGD_INT_EN);
in qcom_slim_ngd_power_up()
1125
rx_msgq = readl_relaxed(
ngd
in qcom_slim_ngd_power_up()
1345
struct qcom_slim_
ngd
*
ngd
;
of_qcom_slim_ngd_register()
local
[all...]
/kernel/linux/linux-6.6/drivers/slimbus/
H
A
D
Makefile
12
obj-$(CONFIG_SLIM_QCOM_NGD_CTRL) += slim-qcom-
ngd
-ctrl.o
13
slim-qcom-
ngd
-ctrl-y := qcom-
ngd
-ctrl.o
H
A
D
qcom-ngd-ctrl.c
153
struct qcom_slim_ngd *
ngd
;
member
475
req.instance = (ctrl->
ngd
->id >> 1);
in qcom_slim_qmi_init()
765
void __iomem *base = ctrl->
ngd
->base;
in qcom_slim_ngd_interrupt()
1150
u32 cfg = readl_relaxed(ctrl->
ngd
->base);
in qcom_slim_ngd_setup()
1164
writel_relaxed(cfg, ctrl->
ngd
->base);
in qcom_slim_ngd_setup()
1170
struct qcom_slim_ngd *
ngd
= ctrl->
ngd
;
in qcom_slim_ngd_power_up()
local
1194
laddr = readl_relaxed(
ngd
->base + NGD_STATUS);
in qcom_slim_ngd_power_up()
1210
* is lost for
ngd
.
in qcom_slim_ngd_power_up()
1214
writel_relaxed(DEF_NGD_INT_MASK,
ngd
in qcom_slim_ngd_power_up()
1508
struct qcom_slim_
ngd
*
ngd
;
of_qcom_slim_ngd_register()
local
[all...]
Completed in 5 milliseconds