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:txdesc
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/spi/
H
A
D
spi-rockchip.c
457
struct dma_async_tx_descriptor *rxdesc, *
txdesc
;
in rockchip_spi_prepare_dma()
local
485
txdesc
= NULL;
in rockchip_spi_prepare_dma()
496
txdesc
= dmaengine_prep_slave_sg(ctlr->dma_tx, xfer->tx_sg.sgl, xfer->tx_sg.nents, DMA_MEM_TO_DEV,
in rockchip_spi_prepare_dma()
498
if (!
txdesc
) {
in rockchip_spi_prepare_dma()
505
txdesc
->callback = rockchip_spi_dma_txcb;
in rockchip_spi_prepare_dma()
506
txdesc
->callback_param = ctlr;
in rockchip_spi_prepare_dma()
522
if (
txdesc
) {
in rockchip_spi_prepare_dma()
524
dmaengine_submit(
txdesc
);
in rockchip_spi_prepare_dma()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
dhd_msgbuf.c
714
static void dhd_update_hp2p_txdesc(dhd_pub_t *dhd, host_txbuf_post_t *
txdesc
);
6650
host_txbuf_post_t *
txdesc
= NULL;
in dhd_prot_txdata()
local
6705
txdesc
= (host_txbuf_post_t *)
in dhd_prot_txdata()
6707
if (
txdesc
== NULL) {
in dhd_prot_txdata()
6720
bcopy(pktdata,
txdesc
->txhdr, ETHER_HDR_LEN);
in dhd_prot_txdata()
6759
ring->start_addr = (void *)
txdesc
;
in dhd_prot_txdata()
6766
txdesc
->cmn_hdr.msg_type = MSG_TYPE_TX_POST;
in dhd_prot_txdata()
6767
txdesc
->cmn_hdr.if_id = ifidx;
in dhd_prot_txdata()
6768
txdesc
->cmn_hdr.flags = ring->current_phase;
in dhd_prot_txdata()
6770
txdesc
in dhd_prot_txdata()
9663
host_txbuf_post_t *
txdesc
;
dhd_prot_flow_ring_fastdelete()
local
11121
dhd_update_hp2p_
txdesc
(dhd_pub_t *dhd, host_txbuf_post_t *
txdesc
)
dhd_update_hp2p_txdesc()
argument
[all...]
Completed in 11 milliseconds