Home
last modified time | relevance | path

Searched refs:edgectrl (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/media/i2c/soc_camera/
Dov772x.c716 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()
/Linux-v4.19/include/media/i2c/
Dov772x.h58 struct ov772x_edge_ctrl edgectrl; member
/Linux-v4.19/drivers/media/i2c/
Dov772x.c1013 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()
/Linux-v4.19/arch/sh/boards/mach-ap325rxa/
Dsetup.c370 .edgectrl = OV772X_AUTO_EDGECTRL(0xf, 0),