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()
42 -raw_bayer_order, adjusted by the ov2680 driver when flipping since
1323 struct drm_display_mode adjusted; in drm_mode_get_hv_timing() local1325 drm_mode_init(&adjusted, mode); in drm_mode_get_hv_timing()1327 drm_mode_set_crtcinfo(&adjusted, CRTC_STEREO_DOUBLE_ONLY); in drm_mode_get_hv_timing()1328 *hdisplay = adjusted.crtc_hdisplay; in drm_mode_get_hv_timing()1329 *vdisplay = adjusted.crtc_vdisplay; in drm_mode_get_hv_timing()
516 const struct drm_display_mode *adjusted) in cdn_dp_bridge_mode_set() argument525 drm_mode_copy(&dp->mode, adjusted); in cdn_dp_bridge_mode_set()
196 struct drm_display_mode *adjusted) in rockchip_dp_drm_encoder_mode_set() argument
822 const struct drm_display_mode *adjusted) in mtk_dsi_bridge_mode_set() argument826 drm_display_mode_to_videomode(adjusted, &dsi->vm); in mtk_dsi_bridge_mode_set()
Completed in 21 milliseconds