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:qcom_wcnss
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/remoteproc/
H
A
D
qcom_wcnss.c
31
#include "
qcom_wcnss
.h"
62
struct
qcom_wcnss
{
struct
134
void qcom_wcnss_assign_iris(struct
qcom_wcnss
*wcnss,
in qcom_wcnss_assign_iris()
148
struct
qcom_wcnss
*wcnss = (struct
qcom_wcnss
*)rproc->priv;
in wcnss_load()
162
static void wcnss_indicate_nv_download(struct
qcom_wcnss
*wcnss)
in wcnss_indicate_nv_download()
172
static void wcnss_configure_iris(struct
qcom_wcnss
*wcnss)
in wcnss_configure_iris()
221
struct
qcom_wcnss
*wcnss = (struct
qcom_wcnss
*)rproc->priv;
in wcnss_start()
273
struct
qcom_wcnss
*wcns
in wcnss_stop()
[all...]
H
A
D
qcom_wcnss.h
6
struct
qcom_wcnss
;
23
void qcom_wcnss_assign_iris(struct
qcom_wcnss
*wcnss, struct qcom_iris *iris, bool use_48mhz_xo);
H
A
D
qcom_wcnss_iris.c
17
#include "
qcom_wcnss
.h"
99
struct
qcom_wcnss
*wcnss;
in qcom_iris_probe()
153
struct
qcom_wcnss
*wcnss = dev_get_drvdata(pdev->dev.parent);
in qcom_iris_remove()
H
A
D
Makefile
30
qcom_wcnss_pil-y +=
qcom_wcnss
.o
/kernel/linux/linux-6.6/drivers/remoteproc/
H
A
D
qcom_wcnss.c
32
#include "
qcom_wcnss
.h"
66
struct
qcom_wcnss
{
struct
157
struct
qcom_wcnss
*wcnss = rproc->priv;
in wcnss_load()
171
static void wcnss_indicate_nv_download(struct
qcom_wcnss
*wcnss)
in wcnss_indicate_nv_download()
181
static void wcnss_configure_iris(struct
qcom_wcnss
*wcnss)
in wcnss_configure_iris()
230
struct
qcom_wcnss
*wcnss = rproc->priv;
in wcnss_start()
296
struct
qcom_wcnss
*wcnss = rproc->priv;
in wcnss_stop()
323
struct
qcom_wcnss
*wcnss = rproc->priv;
in wcnss_da_to_va()
343
struct
qcom_wcnss
*wcnss = dev;
in wcnss_wdog_interrupt()
352
struct
qcom_wcnss
*wcns
in wcnss_fatal_interrupt()
[all...]
H
A
D
qcom_wcnss.h
6
struct
qcom_wcnss
;
H
A
D
Makefile
33
qcom_wcnss_pil-y +=
qcom_wcnss
.o
Completed in 3 milliseconds