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:V_SIZE
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
edid.h
114
#define
V_SIZE
COMBINE_HI_8LO( V_SIZE_HI, V_SIZE_LO )
macro
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
edid.h
114
#define
V_SIZE
COMBINE_HI_8LO( V_SIZE_HI, V_SIZE_LO )
macro
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H
A
D
hub.c
489
value =
V_SIZE
(plane->state->crtc_h) | H_SIZE(plane->state->crtc_w);
in tegra_shared_plane_atomic_update()
495
value =
V_SIZE
(plane->state->crtc_h) | H_SIZE(plane->state->crtc_w);
in tegra_shared_plane_atomic_update()
H
A
D
dc.h
632
#define
V_SIZE
(x) (((x) & 0x1fff) << 16) /* XXX 0x7fff on Tegra186 */
macro
H
A
D
dc.c
363
value =
V_SIZE
(window->dst.h) | H_SIZE(window->dst.w);
in tegra_dc_setup_window()
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H
A
D
hub.c
651
value =
V_SIZE
(new_state->crtc_h) | H_SIZE(new_state->crtc_w);
in tegra_shared_plane_atomic_update()
657
value =
V_SIZE
(new_state->src_h >> 16) | H_SIZE(new_state->src_w >> 16);
in tegra_shared_plane_atomic_update()
H
A
D
dc.h
656
#define
V_SIZE
(x) (((x) & 0x1fff) << 16) /* XXX 0x7fff on Tegra186 */
macro
H
A
D
dc.c
371
value =
V_SIZE
(window->dst.h) | H_SIZE(window->dst.w);
in tegra_dc_setup_window()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H
A
D
regs.h
1864
#define
V_SIZE
(x) ((x) << S_SIZE)
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H
A
D
regs.h
1855
#define
V_SIZE
(x) ((x) << S_SIZE)
macro
Completed in 32 milliseconds