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:rvdev_data
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/remoteproc/
H
A
D
remoteproc_virtio.c
497
struct rproc_vdev_data *
rvdev_data
= dev->platform_data;
in rproc_virtio_probe()
local
503
if (!
rvdev_data
)
in rproc_virtio_probe()
510
rvdev->id =
rvdev_data
->id;
in rproc_virtio_probe()
512
rvdev->index =
rvdev_data
->index;
in rproc_virtio_probe()
530
rsc =
rvdev_data
->rsc;
in rproc_virtio_probe()
540
rvdev->rsc_offset =
rvdev_data
->rsc_offset;
in rproc_virtio_probe()
H
A
D
remoteproc_core.c
482
struct rproc_vdev_data
rvdev_data
;
in rproc_handle_vdev()
local
507
rvdev_data
.id = rsc->id;
in rproc_handle_vdev()
508
rvdev_data
.index = rproc->nb_vdev++;
in rproc_handle_vdev()
509
rvdev_data
.rsc_offset = offset;
in rproc_handle_vdev()
510
rvdev_data
.rsc = rsc;
in rproc_handle_vdev()
514
* same for each separate instances of "rproc". If
rvdev_data
.index is used
in rproc_handle_vdev()
518
pdev = platform_device_register_data(dev, "rproc-virtio", PLATFORM_DEVID_AUTO, &
rvdev_data
,
in rproc_handle_vdev()
519
sizeof(
rvdev_data
));
in rproc_handle_vdev()
Completed in 5 milliseconds