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:cpdev
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/remoteproc/
H
A
D
ti_k3_r5_remoteproc.c
1261
struct platform_device *
cpdev
;
in k3_r5_cluster_of_exit()
local
1266
cpdev
= to_platform_device(core->dev);
in k3_r5_cluster_of_exit()
1267
k3_r5_core_of_exit(
cpdev
);
in k3_r5_cluster_of_exit()
1276
struct platform_device *
cpdev
;
in k3_r5_cluster_of_init()
local
1282
cpdev
= of_find_device_by_node(child);
in k3_r5_cluster_of_init()
1283
if (!
cpdev
) {
in k3_r5_cluster_of_init()
1290
ret = k3_r5_core_of_init(
cpdev
);
in k3_r5_cluster_of_init()
1294
put_device(&
cpdev
->dev);
in k3_r5_cluster_of_init()
1299
core = platform_get_drvdata(
cpdev
);
in k3_r5_cluster_of_init()
1300
put_device(&
cpdev
in k3_r5_cluster_of_init()
[all...]
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
sdhci-of-aspeed.c
284
struct platform_device *
cpdev
;
in aspeed_sdc_probe()
local
286
cpdev
= of_platform_device_create(child, NULL, &pdev->dev);
in aspeed_sdc_probe()
287
if (!
cpdev
) {
in aspeed_sdc_probe()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
sdhci-of-aspeed.c
557
struct platform_device *
cpdev
;
in aspeed_sdc_probe()
local
559
cpdev
= of_platform_device_create(child, NULL, &pdev->dev);
in aspeed_sdc_probe()
560
if (!
cpdev
) {
in aspeed_sdc_probe()
/kernel/linux/linux-6.6/drivers/remoteproc/
H
A
D
ti_k3_r5_remoteproc.c
1640
struct platform_device *
cpdev
;
in k3_r5_cluster_of_exit()
local
1645
cpdev
= to_platform_device(core->dev);
in k3_r5_cluster_of_exit()
1646
k3_r5_core_of_exit(
cpdev
);
in k3_r5_cluster_of_exit()
1655
struct platform_device *
cpdev
;
in k3_r5_cluster_of_init()
local
1661
cpdev
= of_find_device_by_node(child);
in k3_r5_cluster_of_init()
1662
if (!
cpdev
) {
in k3_r5_cluster_of_init()
1669
ret = k3_r5_core_of_init(
cpdev
);
in k3_r5_cluster_of_init()
1673
put_device(&
cpdev
->dev);
in k3_r5_cluster_of_init()
1678
core = platform_get_drvdata(
cpdev
);
in k3_r5_cluster_of_init()
1679
put_device(&
cpdev
in k3_r5_cluster_of_init()
[all...]
Completed in 6 milliseconds