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:OFFSET_X
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
H
A
D
ipu3-css-params.c
2865
const unsigned int
OFFSET_X
= 2 * IMGU_DVS_BLOCK_W + env_w + 1;
in imgu_css_cfg_gdc_table()
local
2878
gdc_luma.p0_x = (
OFFSET_X
- (
OFFSET_X
& XMEM_ALIGN_MASK)) << FRAC_BITS;
in imgu_css_cfg_gdc_table()
2888
OFFSET_X
- (
OFFSET_X
& XMEM_ALIGN_MASK);
in imgu_css_cfg_gdc_table()
2900
gdc_chroma.p0_x = (
OFFSET_X
/ 2 - (
OFFSET_X
/ 2 & XMEM_ALIGN_MASK)) <<
in imgu_css_cfg_gdc_table()
2924
x = (x0 * 2 + x1) * IMGU_DVS_BLOCK_W +
OFFSET_X
;
in imgu_css_cfg_gdc_table()
2934
x = x0 * IMGU_DVS_BLOCK_W +
OFFSET_X
/ 2;
in imgu_css_cfg_gdc_table()
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/
H
A
D
ipu3-css-params.c
2882
const unsigned int
OFFSET_X
= 2 * IMGU_DVS_BLOCK_W + env_w + 1;
in imgu_css_cfg_gdc_table()
local
2895
gdc_luma.p0_x = (
OFFSET_X
- (
OFFSET_X
& XMEM_ALIGN_MASK)) << FRAC_BITS;
in imgu_css_cfg_gdc_table()
2905
OFFSET_X
- (
OFFSET_X
& XMEM_ALIGN_MASK);
in imgu_css_cfg_gdc_table()
2917
gdc_chroma.p0_x = (
OFFSET_X
/ 2 - (
OFFSET_X
/ 2 & XMEM_ALIGN_MASK)) <<
in imgu_css_cfg_gdc_table()
2941
x = (x0 * 2 + x1) * IMGU_DVS_BLOCK_W +
OFFSET_X
;
in imgu_css_cfg_gdc_table()
2951
x = x0 * IMGU_DVS_BLOCK_W +
OFFSET_X
/ 2;
in imgu_css_cfg_gdc_table()
/kernel/linux/linux-5.10/drivers/misc/lis3lv02d/
H
A
D
lis3lv02d.h
28
OFFSET_X
= 0x16,
enumerator
/kernel/linux/linux-6.6/drivers/misc/lis3lv02d/
H
A
D
lis3lv02d.h
28
OFFSET_X
= 0x16,
enumerator
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
rohm_bu21023.c
176
#define
OFFSET_X
0x38
macro
943
error = i2c_smbus_write_byte_data(client,
OFFSET_X
, OFFSET_X_DEFAULT);
in rohm_ts_device_init()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
rohm_bu21023.c
176
#define
OFFSET_X
0x38
macro
943
error = i2c_smbus_write_byte_data(client,
OFFSET_X
, OFFSET_X_DEFAULT);
in rohm_ts_device_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H
A
D
dc.h
785
#define
OFFSET_X
(x) (((x) & 0xffff) << 0)
macro
H
A
D
hub.c
507
value =
OFFSET_X
(plane->state->src_y >> 16) |
in tegra_shared_plane_atomic_update()
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H
A
D
dc.h
838
#define
OFFSET_X
(x) (((x) & 0xffff) << 0)
macro
H
A
D
hub.c
712
value =
OFFSET_X
(new_state->src_y >> 16) |
in tegra_shared_plane_atomic_update()
Completed in 19 milliseconds