Searched refs:adjusted (Results 1 – 3 of 3) sorted by relevance
112 struct drm_display_mode *adjusted) in tegra_encoder_mode_fixup() argument127 struct drm_display_mode *adjusted) in tegra_encoder_mode_set() argument
279 struct drm_display_mode *adjusted) in tegra_crtc_mode_fixup() argument576 struct drm_display_mode *adjusted, in tegra_crtc_mode_set() argument
262 u16 adjusted; in bh1770_psraw_to_adjusted() local263 adjusted = (u16)(((u32)(psraw + chip->prox_const) * chip->prox_coef) / in bh1770_psraw_to_adjusted()265 if (adjusted > BH1770_PROX_RANGE) in bh1770_psraw_to_adjusted()266 adjusted = BH1770_PROX_RANGE; in bh1770_psraw_to_adjusted()267 return adjusted; in bh1770_psraw_to_adjusted()311 u16 adjusted) in bh1770_lux_adjusted_to_raw() argument313 return (u32)adjusted * BH1770_LUX_CORR_SCALE / chip->lux_corr; in bh1770_lux_adjusted_to_raw()