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:sync_dev
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/base/test/
H
A
D
test_async_driver_probe.c
77
static struct platform_device *
sync_dev
[2];
variable
178
pdev = &
sync_dev
[sync_id];
in test_async_probe_init()
186
pr_err("failed to create
sync_dev
: %d\n", err);
in test_async_probe_init()
211
pdev = &
sync_dev
[sync_id];
in test_async_probe_init()
220
pr_err("failed to create
sync_dev
: %d\n", err);
in test_async_probe_init()
260
platform_device_unregister(
sync_dev
[sync_id]);
in test_async_probe_init()
293
platform_device_unregister(
sync_dev
[id]);
in test_async_probe_exit()
/kernel/linux/linux-6.6/drivers/base/test/
H
A
D
test_async_driver_probe.c
77
static struct platform_device *
sync_dev
[2];
variable
176
pdev = &
sync_dev
[sync_id];
in test_async_probe_init()
184
pr_err("failed to create
sync_dev
: %d\n", err);
in test_async_probe_init()
208
pdev = &
sync_dev
[sync_id];
in test_async_probe_init()
217
pr_err("failed to create
sync_dev
: %d\n", err);
in test_async_probe_init()
256
platform_device_unregister(
sync_dev
[sync_id]);
in test_async_probe_init()
289
platform_device_unregister(
sync_dev
[id]);
in test_async_probe_exit()
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
davinci_mmc.c
390
struct dma_chan *
sync_dev
;
in davinci_abort_dma()
local
393
sync_dev
= host->dma_rx;
in davinci_abort_dma()
395
sync_dev
= host->dma_tx;
in davinci_abort_dma()
397
dmaengine_terminate_all(
sync_dev
);
in davinci_abort_dma()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
davinci_mmc.c
389
struct dma_chan *
sync_dev
;
in davinci_abort_dma()
local
392
sync_dev
= host->dma_rx;
in davinci_abort_dma()
394
sync_dev
= host->dma_tx;
in davinci_abort_dma()
396
dmaengine_terminate_all(
sync_dev
);
in davinci_abort_dma()
Completed in 7 milliseconds