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:dst_v
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_display.c
703
u32 src_v = 1,
dst_v
= 1;
in amdgpu_display_crtc_scaling_mode_fixup()
local
728
dst_v
= amdgpu_crtc->native_mode.vdisplay;
in amdgpu_display_crtc_scaling_mode_fixup()
748
dst_v
= crtc->mode.vdisplay - (amdgpu_crtc->v_border * 2);
in amdgpu_display_crtc_scaling_mode_fixup()
756
b.full = dfixed_const(
dst_v
);
in amdgpu_display_crtc_scaling_mode_fixup()
/kernel/linux/linux-5.10/drivers/dma/xilinx/
H
A
D
zynqmp_dma.c
176
* @
dst_v
: Virtual address of the dst descriptor
188
struct zynqmp_dma_desc_ll *
dst_v
;
member
390
desc->
dst_v
->nxtdscraddr = new->dst_p;
in zynqmp_dma_tx_submit()
391
desc->
dst_v
->ctrl &= ~ZYNQMP_DMA_DESC_CTRL_STOP;
in zynqmp_dma_tx_submit()
421
memset((void *)desc->
dst_v
, 0, ZYNQMP_DMA_DESC_SIZE(chan));
in zynqmp_dma_get_descriptor()
503
desc->
dst_v
= (struct zynqmp_dma_desc_ll *) (desc->src_v + 1);
in zynqmp_dma_alloc_chan_resources()
/kernel/linux/linux-6.6/drivers/dma/xilinx/
H
A
D
zynqmp_dma.c
174
* @
dst_v
: Virtual address of the dst descriptor
186
struct zynqmp_dma_desc_ll *
dst_v
;
member
388
desc->
dst_v
->nxtdscraddr = new->dst_p;
in zynqmp_dma_tx_submit()
389
desc->
dst_v
->ctrl &= ~ZYNQMP_DMA_DESC_CTRL_STOP;
in zynqmp_dma_tx_submit()
419
memset((void *)desc->
dst_v
, 0, ZYNQMP_DMA_DESC_SIZE(chan));
in zynqmp_dma_get_descriptor()
500
desc->
dst_v
= (struct zynqmp_dma_desc_ll *) (desc->src_v + 1);
in zynqmp_dma_alloc_chan_resources()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
radeon_display.c
1702
u32 src_v = 1,
dst_v
= 1;
in radeon_crtc_scaling_mode_fixup()
local
1728
dst_v
= radeon_crtc->native_mode.vdisplay;
in radeon_crtc_scaling_mode_fixup()
1749
dst_v
= crtc->mode.vdisplay - (radeon_crtc->v_border * 2);
in radeon_crtc_scaling_mode_fixup()
1770
b.full = dfixed_const(
dst_v
);
in radeon_crtc_scaling_mode_fixup()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_display.c
1387
u32 src_v = 1,
dst_v
= 1;
in amdgpu_display_crtc_scaling_mode_fixup()
local
1412
dst_v
= amdgpu_crtc->native_mode.vdisplay;
in amdgpu_display_crtc_scaling_mode_fixup()
1432
dst_v
= crtc->mode.vdisplay - (amdgpu_crtc->v_border * 2);
in amdgpu_display_crtc_scaling_mode_fixup()
1441
b.full = dfixed_const(
dst_v
);
in amdgpu_display_crtc_scaling_mode_fixup()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
radeon_display.c
1696
u32 src_v = 1,
dst_v
= 1;
in radeon_crtc_scaling_mode_fixup()
local
1722
dst_v
= radeon_crtc->native_mode.vdisplay;
in radeon_crtc_scaling_mode_fixup()
1743
dst_v
= crtc->mode.vdisplay - (radeon_crtc->v_border * 2);
in radeon_crtc_scaling_mode_fixup()
1764
b.full = dfixed_const(
dst_v
);
in radeon_crtc_scaling_mode_fixup()
Completed in 12 milliseconds