Searched refs:adjusted (Results 1 – 6 of 6) sorted by relevance
245 u16 adjusted; in bh1770_psraw_to_adjusted() local246 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() argument296 return (u32)adjusted * BH1770_LUX_CORR_SCALE / chip->lux_corr; in bh1770_lux_adjusted_to_raw()
53 device (TV) so that the output of the decoder can be adjusted
791 struct drm_display_mode adjusted = *mode; in drm_mode_get_hv_timing() local793 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()
143 struct drm_display_mode *adjusted) in rockchip_dp_drm_encoder_mode_set() argument
546 struct drm_display_mode *adjusted) in cdn_dp_encoder_mode_set() argument568 drm_mode_copy(&dp->mode, adjusted); in cdn_dp_encoder_mode_set()
751 const struct drm_display_mode *adjusted) in mtk_dsi_bridge_mode_set() argument755 drm_display_mode_to_videomode(adjusted, &dsi->vm); in mtk_dsi_bridge_mode_set()