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:sg_pos
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
tifm_sd.c
105
int
sg_pos
;
member
173
if (host->
sg_pos
== host->sg_len)
in tifm_sd_transfer_data()
176
cnt = sg[host->
sg_pos
].length - host->block_pos;
in tifm_sd_transfer_data()
179
host->
sg_pos
++;
in tifm_sd_transfer_data()
180
if (host->
sg_pos
== host->sg_len) {
in tifm_sd_transfer_data()
189
cnt = sg[host->
sg_pos
].length;
in tifm_sd_transfer_data()
191
off = sg[host->
sg_pos
].offset + host->block_pos;
in tifm_sd_transfer_data()
193
pg = nth_page(sg_page(&sg[host->
sg_pos
]), off >> PAGE_SHIFT);
in tifm_sd_transfer_data()
232
cnt = sg[host->
sg_pos
].length - host->block_pos;
in tifm_sd_bounce_block()
235
host->
sg_pos
in tifm_sd_bounce_block()
[all...]
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
tifm_sd.c
105
int
sg_pos
;
member
173
if (host->
sg_pos
== host->sg_len)
in tifm_sd_transfer_data()
176
cnt = sg[host->
sg_pos
].length - host->block_pos;
in tifm_sd_transfer_data()
179
host->
sg_pos
++;
in tifm_sd_transfer_data()
180
if (host->
sg_pos
== host->sg_len) {
in tifm_sd_transfer_data()
189
cnt = sg[host->
sg_pos
].length;
in tifm_sd_transfer_data()
191
off = sg[host->
sg_pos
].offset + host->block_pos;
in tifm_sd_transfer_data()
193
pg = nth_page(sg_page(&sg[host->
sg_pos
]), off >> PAGE_SHIFT);
in tifm_sd_transfer_data()
232
cnt = sg[host->
sg_pos
].length - host->block_pos;
in tifm_sd_bounce_block()
235
host->
sg_pos
in tifm_sd_bounce_block()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_pages.c
40
obj->mm.get_page.
sg_pos
= pages->sgl;
in __i915_gem_object_set_pages()
42
obj->mm.get_dma_page.
sg_pos
= pages->sgl;
in __i915_gem_object_set_pages()
550
sg = iter->
sg_pos
;
in __i915_gem_object_page_iter_get_sg()
584
iter->
sg_pos
= sg;
in __i915_gem_object_page_iter_get_sg()
H
A
D
i915_gem_object_types.h
233
struct scatterlist *
sg_pos
;
member
H
A
D
i915_gem_ttm_move.c
679
obj->ttm.get_io_page.
sg_pos
= dst_rsgt->table.sgl;
in i915_ttm_move()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_pages.c
36
obj->mm.get_page.
sg_pos
= pages->sgl;
in __i915_gem_object_set_pages()
482
sg = iter->
sg_pos
;
in i915_gem_object_get_sg()
516
iter->
sg_pos
= sg;
in i915_gem_object_get_sg()
H
A
D
i915_gem_object_types.h
253
struct scatterlist *
sg_pos
;
member
Completed in 7 milliseconds