Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dov2640.c294 struct ov2640_priv { struct
644 static struct ov2640_priv *to_ov2640(const struct i2c_client *client) in to_ov2640()
646 return container_of(i2c_get_clientdata(client), struct ov2640_priv, in to_ov2640()
713 &container_of(ctrl->handler, struct ov2640_priv, hdl)->subdev; in ov2640_s_ctrl()
715 struct ov2640_priv *priv = to_ov2640(client); in ov2640_s_ctrl()
783 static void ov2640_set_power(struct ov2640_priv *priv, int on) in ov2640_set_power()
800 struct ov2640_priv *priv = to_ov2640(client); in ov2640_s_power()
917 struct ov2640_priv *priv = to_ov2640(client); in ov2640_get_fmt()
946 struct ov2640_priv *priv = to_ov2640(client); in ov2640_set_fmt()
980 struct ov2640_priv *priv = to_ov2640(client); in ov2640_set_fmt()
[all …]