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:imx_rproc_dcfg
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/remoteproc/
H
A
D
imx_rproc.c
72
struct
imx_rproc_dcfg
{
struct
85
const struct
imx_rproc_dcfg
*dcfg;
140
static const struct
imx_rproc_dcfg
imx_rproc_cfg_imx7d = {
149
static const struct
imx_rproc_dcfg
imx_rproc_cfg_imx6sx = {
161
const struct
imx_rproc_dcfg
*dcfg = priv->dcfg;
in imx_rproc_start()
176
const struct
imx_rproc_dcfg
*dcfg = priv->dcfg;
in imx_rproc_stop()
191
const struct
imx_rproc_dcfg
*dcfg = priv->dcfg;
in imx_rproc_da_to_sys()
253
const struct
imx_rproc_dcfg
*dcfg = priv->dcfg;
in imx_rproc_addr_init()
320
const struct
imx_rproc_dcfg
*dcfg;
in imx_rproc_probe()
/kernel/linux/linux-6.6/drivers/remoteproc/
H
A
D
imx_rproc.c
102
const struct
imx_rproc_dcfg
*dcfg;
295
static const struct
imx_rproc_dcfg
imx_rproc_cfg_imx8mn_mmio = {
307
static const struct
imx_rproc_dcfg
imx_rproc_cfg_imx8mn = {
313
static const struct
imx_rproc_dcfg
imx_rproc_cfg_imx8mq = {
323
static const struct
imx_rproc_dcfg
imx_rproc_cfg_imx8qm = {
329
static const struct
imx_rproc_dcfg
imx_rproc_cfg_imx8qxp = {
335
static const struct
imx_rproc_dcfg
imx_rproc_cfg_imx8ulp = {
341
static const struct
imx_rproc_dcfg
imx_rproc_cfg_imx7ulp = {
347
static const struct
imx_rproc_dcfg
imx_rproc_cfg_imx7d = {
357
static const struct
imx_rproc_dcfg
imx_rproc_cfg_imx6s
[all...]
H
A
D
imx_dsp_rproc.c
135
* @dcfg:
imx_rproc_dcfg
handler
139
const struct
imx_rproc_dcfg
*dcfg;
237
static const struct
imx_rproc_dcfg
dsp_rproc_cfg_imx8mp = {
253
static const struct
imx_rproc_dcfg
dsp_rproc_cfg_imx8ulp = {
269
static const struct
imx_rproc_dcfg
dsp_rproc_cfg_imx8qxp = {
280
static const struct
imx_rproc_dcfg
dsp_rproc_cfg_imx8qm = {
319
const struct
imx_rproc_dcfg
*dcfg = dsp_dcfg->dcfg;
in imx_dsp_rproc_start()
356
const struct
imx_rproc_dcfg
*dcfg = dsp_dcfg->dcfg;
in imx_dsp_rproc_stop()
402
const struct
imx_rproc_dcfg
*dcfg = dsp_dcfg->dcfg;
in imx_dsp_rproc_sys_to_da()
598
const struct
imx_rproc_dcfg
*dcf
in imx_dsp_rproc_add_carveout()
[all...]
H
A
D
imx_rproc.h
29
struct
imx_rproc_dcfg
{
struct
Completed in 4 milliseconds