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:min_stride
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/base/regmap/
H
A
D
regmap-mmio.c
46
int
min_stride
;
in regmap_mmio_get_min_stride()
local
51
min_stride
= 0;
in regmap_mmio_get_min_stride()
54
min_stride
= 2;
in regmap_mmio_get_min_stride()
57
min_stride
= 4;
in regmap_mmio_get_min_stride()
61
min_stride
= 8;
in regmap_mmio_get_min_stride()
68
return
min_stride
;
in regmap_mmio_get_min_stride()
217
int
min_stride
;
in regmap_mmio_gen_context()
local
227
min_stride
= regmap_mmio_get_min_stride(config->val_bits);
in regmap_mmio_gen_context()
228
if (
min_stride
< 0)
in regmap_mmio_gen_context()
229
return ERR_PTR(
min_stride
);
in regmap_mmio_gen_context()
[all...]
/kernel/linux/linux-6.6/drivers/base/regmap/
H
A
D
regmap-mmio.c
45
int
min_stride
;
in regmap_mmio_get_min_stride()
local
50
min_stride
= 0;
in regmap_mmio_get_min_stride()
53
min_stride
= 2;
in regmap_mmio_get_min_stride()
56
min_stride
= 4;
in regmap_mmio_get_min_stride()
62
return
min_stride
;
in regmap_mmio_get_min_stride()
413
int
min_stride
;
in regmap_mmio_gen_context()
local
423
min_stride
= regmap_mmio_get_min_stride(config->val_bits);
in regmap_mmio_gen_context()
424
if (
min_stride
< 0)
in regmap_mmio_gen_context()
425
return ERR_PTR(
min_stride
);
in regmap_mmio_gen_context()
427
if (config->reg_stride && config->reg_stride <
min_stride
)
in regmap_mmio_gen_context()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/
H
A
D
mtk-mdp3-regs.h
202
u32
min_stride
;
in mdp_color_get_min_uv_stride()
local
206
min_stride
= mdp_color_get_min_y_stride(c, width)
in mdp_color_get_min_uv_stride()
209
min_stride
=
min_stride
* 2;
in mdp_color_get_min_uv_stride()
210
return
min_stride
;
in mdp_color_get_min_uv_stride()
Completed in 3 milliseconds