Searched refs:edgectrl (Results 1 – 4 of 4) sorted by relevance
716 if (priv->info->edgectrl.strength & OV772X_MANUAL_EDGE_CTRL) { in ov772x_set_params()731 priv->info->edgectrl.threshold); in ov772x_set_params()737 priv->info->edgectrl.strength); in ov772x_set_params()741 } else if (priv->info->edgectrl.upper > priv->info->edgectrl.lower) { in ov772x_set_params()749 priv->info->edgectrl.upper); in ov772x_set_params()755 priv->info->edgectrl.lower); in ov772x_set_params()
58 struct ov772x_edge_ctrl edgectrl; member
1013 if (priv->info->edgectrl.strength & OV772X_MANUAL_EDGE_CTRL) { in ov772x_edgectrl()1027 priv->info->edgectrl.threshold); in ov772x_edgectrl()1033 priv->info->edgectrl.strength); in ov772x_edgectrl()1037 } else if (priv->info->edgectrl.upper > priv->info->edgectrl.lower) { in ov772x_edgectrl()1045 priv->info->edgectrl.upper); in ov772x_edgectrl()1051 priv->info->edgectrl.lower); in ov772x_edgectrl()
370 .edgectrl = OV772X_AUTO_EDGECTRL(0xf, 0),