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:sgdata
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/misc/bcm-vk/
H
A
D
bcm_vk_sg.c
49
struct _vk_data *
sgdata
;
in bcm_vk_dma_alloc()
local
87
dma->sglen = (dma->nr_pages * sizeof(*
sgdata
)) +
in bcm_vk_dma_alloc()
101
sgdata
= (struct _vk_data *)&dma->sglist[SGLIST_VKDATA_START];
in bcm_vk_dma_alloc()
140
sgdata
->size = transfer_size;
in bcm_vk_dma_alloc()
141
put_unaligned(sg_addr, (u64 *)&
sgdata
->address);
in bcm_vk_dma_alloc()
145
sgdata
++;
in bcm_vk_dma_alloc()
151
sgdata
->size = transfer_size;
in bcm_vk_dma_alloc()
152
put_unaligned(sg_addr, (u64 *)&
sgdata
->address);
in bcm_vk_dma_alloc()
157
vkdata->size = (dma->sglist[SGLIST_NUM_SG] * sizeof(*
sgdata
)) +
in bcm_vk_dma_alloc()
/kernel/linux/linux-5.10/crypto/
H
A
D
scatterwalk.c
18
static inline void memcpy_dir(void *buf, void *
sgdata
, size_t nbytes, int out)
in memcpy_dir()
argument
20
void *src = out ? buf :
sgdata
;
in memcpy_dir()
21
void *dst = out ?
sgdata
: buf;
in memcpy_dir()
/kernel/linux/linux-6.6/crypto/
H
A
D
scatterwalk.c
18
static inline void memcpy_dir(void *buf, void *
sgdata
, size_t nbytes, int out)
in memcpy_dir()
argument
20
void *src = out ? buf :
sgdata
;
in memcpy_dir()
21
void *dst = out ?
sgdata
: buf;
in memcpy_dir()
Completed in 2 milliseconds