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:vdma1
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/common/saa7146/
H
A
D
saa7146_hlp.c
576
struct saa7146_video_dma
vdma1
;
in saa7146_set_position()
local
579
vdma1
.pitch = 2*b_bpl;
in saa7146_set_position()
581
vdma1
.base_even = base + (w_y * (
vdma1
.pitch/2)) + (w_x * (b_depth / 8));
in saa7146_set_position()
582
vdma1
.base_odd =
vdma1
.base_even + (
vdma1
.pitch / 2);
in saa7146_set_position()
583
vdma1
.prot_addr =
vdma1
.base_even + (w_height * (
vdma1
in saa7146_set_position()
705
struct saa7146_video_dma
vdma1
;
calculate_video_dma_grab_packed()
local
828
struct saa7146_video_dma
vdma1
;
calculate_video_dma_grab_planar()
local
[all...]
/kernel/linux/linux-6.6/drivers/media/common/saa7146/
H
A
D
saa7146_hlp.c
411
struct saa7146_video_dma
vdma1
;
in calculate_video_dma_grab_packed()
local
425
vdma1
.pitch = bytesperline*2;
in calculate_video_dma_grab_packed()
427
vdma1
.pitch = (width*depth*2)/8;
in calculate_video_dma_grab_packed()
429
vdma1
.num_line_byte = ((vv->standard->v_field<<16) + vv->standard->h_pixels);
in calculate_video_dma_grab_packed()
430
vdma1
.base_page = buf->pt[0].dma | ME1 | sfmt->swap;
in calculate_video_dma_grab_packed()
433
vdma1
.prot_addr = buf->pt[0].offset;
in calculate_video_dma_grab_packed()
434
vdma1
.base_even = buf->pt[0].offset+(
vdma1
.pitch/2)*height;
in calculate_video_dma_grab_packed()
435
vdma1
.base_odd =
vdma1
in calculate_video_dma_grab_packed()
536
struct saa7146_video_dma
vdma1
;
calculate_video_dma_grab_planar()
local
[all...]
Completed in 3 milliseconds