Lines Matching refs:ov9740_priv
23 #define to_ov9740(sd) container_of(sd, struct ov9740_priv, subdev)
196 struct ov9740_priv { struct
508 struct ov9740_priv *priv = to_ov9740(sd); in ov9740_s_stream()
675 struct ov9740_priv *priv = to_ov9740(sd); in ov9740_s_fmt()
768 struct ov9740_priv *priv = in ov9740_s_ctrl()
769 container_of(ctrl->handler, struct ov9740_priv, hdl); in ov9740_s_ctrl()
789 struct ov9740_priv *priv = to_ov9740(sd); in ov9740_s_power()
850 struct ov9740_priv *priv = to_ov9740(sd); in ov9740_video_probe()
951 struct ov9740_priv *priv; in ov9740_probe()
960 priv = devm_kzalloc(&client->dev, sizeof(struct ov9740_priv), GFP_KERNEL); in ov9740_probe()
994 struct ov9740_priv *priv = i2c_get_clientdata(client); in ov9740_remove()