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:margin
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H
A
D
drv_hdmi_dfm.h
74
hi_s32
margin
;
member
H
A
D
drv_hdmi_dfm.c
128
hdmi_info("
margin
= %d\n", info->
margin
);
in dfm_info_debug()
252
info->
margin
= 100000 - (info->utilization + info->overhead_max); /* step1.36 x100000 */
in dfm_info_init()
253
info->uncompress_support = (info->
margin
>= 0) ? HI_TRUE : HI_FALSE; /* step1.37 */
in dfm_info_init()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_modes.c
145
/* 1) top/bottom
margin
size (% of height) - default: 1.8, */
in drm_cvt_mode()
352
* @margins: desired
margin
(borders) size
369
{ /* 1) top/bottom
margin
size (% of height) - default: 1.8, */
in drm_gtf_mode_complex()
433
/* 4. Find number of lines in Top
margin
: */
in drm_gtf_mode_complex()
438
/* 5. Find number of lines in bottom
margin
: */
in drm_gtf_mode_complex()
476
/* 15. Find number of pixels in left
margin
: */
in drm_gtf_mode_complex()
483
/* 16.Find number of pixels in right
margin
: */
in drm_gtf_mode_complex()
546
* @margins: desired
margin
(borders) size
1603
unsigned int deg,
margin
, rotation = 0;
in drm_mode_parse_cmdline_options()
local
1646
if (drm_mode_parse_cmdline_int(delim, &
margin
)) {
in drm_mode_parse_cmdline_options()
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/video/backlight/
H
A
D
pwm_bl.c
400
unsigned int
margin
= (max_val - min_val) / 20; /* 5% */
in pwm_backlight_is_linear()
local
405
if (delta >
margin
) {
in pwm_backlight_is_linear()
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiservice/source/
H
A
D
wifi_hotspot.c
57
unsigned char
margin
;
member
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
fair.c
149
* The
margin
used when comparing utilization with CPU capacity.
4114
* Check if a (signed) value is within a specified (unsigned)
margin
,
4121
static inline bool within_margin(int value, int
margin
)
in within_margin()
argument
4123
return ((unsigned int)(value +
margin
- 1) < (0x2 *
margin
- 1));
in within_margin()
4610
* narrow
margin
doesn't have to wait for a full slice.
in check_preempt_tick()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H
A
D
802.11.h
356
uint8
margin
;
member
Completed in 37 milliseconds