Home
last modified time | relevance | path

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 Ddrv_hdmi_dfm.h74 hi_s32 margin; member
H A Ddrv_hdmi_dfm.c128 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 Ddrm_modes.c145 /* 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 Dpwm_bl.c400 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 Dwifi_hotspot.c57 unsigned char margin; member
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c149 * 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 D802.11.h356 uint8 margin; member

Completed in 37 milliseconds