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:txd
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
dmaengine.h
653
static inline void txd_lock(struct dma_async_tx_descriptor *
txd
)
in txd_lock()
argument
656
static inline void txd_unlock(struct dma_async_tx_descriptor *
txd
)
in txd_unlock()
argument
659
static inline void txd_chain(struct dma_async_tx_descriptor *
txd
, struct dma_async_tx_descriptor *next)
in txd_chain()
argument
663
static inline void txd_clear_parent(struct dma_async_tx_descriptor *
txd
)
in txd_clear_parent()
argument
666
static inline void txd_clear_next(struct dma_async_tx_descriptor *
txd
)
in txd_clear_next()
argument
669
static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *
txd
)
in txd_next()
argument
673
static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *
txd
)
in txd_parent()
argument
679
static inline void txd_lock(struct dma_async_tx_descriptor *
txd
)
in txd_lock()
argument
681
spin_lock_bh(&
txd
->lock);
in txd_lock()
683
static inline void txd_unlock(struct dma_async_tx_descriptor *
txd
)
in txd_unlock()
argument
687
txd
_chain(struct dma_async_tx_descriptor *
txd
, struct dma_async_tx_descriptor *next)
txd_chain()
argument
692
txd
_clear_parent(struct dma_async_tx_descriptor *
txd
)
txd_clear_parent()
argument
696
txd
_clear_next(struct dma_async_tx_descriptor *
txd
)
txd_clear_next()
argument
700
txd
_parent(struct dma_async_tx_descriptor *
txd
)
txd_parent()
argument
704
txd
_next(struct dma_async_tx_descriptor *
txd
)
txd_next()
argument
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H
A
D
r8168_n.c
3626
struct TxDesc *
txd
;
in rtl8168_mac_loopback_test()
local
3640
txd
= tp->TxDescArray;
in rtl8168_mac_loopback_test()
3660
txd
->addr = cpu_to_le64(mapping);
in rtl8168_mac_loopback_test()
3661
txd
->opts2 = 0;
in rtl8168_mac_loopback_test()
3667
txd
->opts1 = cpu_to_le32(DescOwn | FirstFrag | LastFrag | len);
in rtl8168_mac_loopback_test()
27506
struct TxDesc *
txd
= NULL;
global()
local
27756
struct TxDesc *
txd
;
global()
local
[all...]
Completed in 29 milliseconds