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:use_pdc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-atmel.c
276
bool
use_pdc
;
member
1319
&& as->
use_pdc
) {
in atmel_spi_one_transfer()
1332
if (as->
use_pdc
) {
in atmel_spi_one_transfer()
1367
if (as->
use_pdc
) {
in atmel_spi_one_transfer()
1398
&& as->
use_pdc
)
in atmel_spi_one_transfer()
1401
if (as->
use_pdc
)
in atmel_spi_one_transfer()
1453
if (as->
use_pdc
)
in atmel_spi_init()
1524
as->
use_pdc
= false;
in atmel_spi_probe()
1533
as->
use_pdc
= true;
in atmel_spi_probe()
1563
if (as->
use_pdc
) {
in atmel_spi_probe()
[all...]
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-atmel.c
278
bool
use_pdc
;
member
1381
&& as->
use_pdc
) {
in atmel_spi_one_transfer()
1394
if (as->
use_pdc
) {
in atmel_spi_one_transfer()
1430
if (as->
use_pdc
) {
in atmel_spi_one_transfer()
1461
&& as->
use_pdc
)
in atmel_spi_one_transfer()
1464
if (as->
use_pdc
)
in atmel_spi_one_transfer()
1514
if (as->
use_pdc
)
in atmel_spi_init()
1581
as->
use_pdc
= false;
in atmel_spi_probe()
1590
as->
use_pdc
= true;
in atmel_spi_probe()
1620
if (as->
use_pdc
) {
in atmel_spi_probe()
[all...]
Completed in 6 milliseconds