Home
last modified time | relevance | path

Searched refs:adjusted (Results 1 – 6 of 6) sorted by relevance

/drivers/misc/
Dbh1770glc.c245 u16 adjusted; in bh1770_psraw_to_adjusted() local
246 adjusted = (u16)(((u32)(psraw + chip->prox_const) * chip->prox_coef) / in bh1770_psraw_to_adjusted()
248 if (adjusted > BH1770_PROX_RANGE) in bh1770_psraw_to_adjusted()
249 adjusted = BH1770_PROX_RANGE; in bh1770_psraw_to_adjusted()
250 return adjusted; in bh1770_psraw_to_adjusted()
294 u16 adjusted) in bh1770_lux_adjusted_to_raw() argument
296 return (u32)adjusted * BH1770_LUX_CORR_SCALE / chip->lux_corr; in bh1770_lux_adjusted_to_raw()
/drivers/staging/media/av7110/
Dvideo-set-format.rst53 device (TV) so that the output of the decoder can be adjusted
/drivers/gpu/drm/
Ddrm_modes.c791 struct drm_display_mode adjusted = *mode; in drm_mode_get_hv_timing() local
793 drm_mode_set_crtcinfo(&adjusted, CRTC_STEREO_DOUBLE_ONLY); in drm_mode_get_hv_timing()
794 *hdisplay = adjusted.crtc_hdisplay; in drm_mode_get_hv_timing()
795 *vdisplay = adjusted.crtc_vdisplay; in drm_mode_get_hv_timing()
/drivers/gpu/drm/rockchip/
Danalogix_dp-rockchip.c143 struct drm_display_mode *adjusted) in rockchip_dp_drm_encoder_mode_set() argument
Dcdn-dp-core.c546 struct drm_display_mode *adjusted) in cdn_dp_encoder_mode_set() argument
568 drm_mode_copy(&dp->mode, adjusted); in cdn_dp_encoder_mode_set()
/drivers/gpu/drm/mediatek/
Dmtk_dsi.c751 const struct drm_display_mode *adjusted) in mtk_dsi_bridge_mode_set() argument
755 drm_display_mode_to_videomode(adjusted, &dsi->vm); in mtk_dsi_bridge_mode_set()