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:mapped_buff
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H
A
D
t7xx_hif_cldma.c
100
req->
mapped_buff
= dma_map_single(md_ctrl->dev, req->skb->data, size, DMA_FROM_DEVICE);
in t7xx_cldma_alloc_and_map_skb()
101
if (dma_mapping_error(md_ctrl->dev, req->
mapped_buff
)) {
in t7xx_cldma_alloc_and_map_skb()
104
req->
mapped_buff
= 0;
in t7xx_cldma_alloc_and_map_skb()
154
if (req->
mapped_buff
) {
in t7xx_cldma_gpd_rx_from_q()
155
dma_unmap_single(md_ctrl->dev, req->
mapped_buff
,
in t7xx_cldma_gpd_rx_from_q()
157
req->
mapped_buff
= 0;
in t7xx_cldma_gpd_rx_from_q()
182
t7xx_cldma_gpd_set_data_ptr(gpd, req->
mapped_buff
);
in t7xx_cldma_gpd_rx_from_q()
281
dma_free = req->
mapped_buff
;
in t7xx_cldma_gpd_tx_collect()
376
if (req_cur->
mapped_buff
&& req_cur->skb) {
in t7xx_cldma_ring_free()
377
dma_unmap_single(md_ctrl->dev, req_cur->
mapped_buff
,
in t7xx_cldma_ring_free()
[all...]
H
A
D
t7xx_hif_cldma.h
62
dma_addr_t
mapped_buff
;
member
Completed in 2 milliseconds