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()
758 struct ov9740_priv *priv = in ov9740_s_ctrl()
759 container_of(ctrl->handler, struct ov9740_priv, hdl); in ov9740_s_ctrl()
779 struct ov9740_priv *priv = to_ov9740(sd); in ov9740_s_power()
840 struct ov9740_priv *priv = to_ov9740(sd); in ov9740_video_probe()
938 struct ov9740_priv *priv; in ov9740_probe()
947 priv = devm_kzalloc(&client->dev, sizeof(struct ov9740_priv), GFP_KERNEL); in ov9740_probe()
981 struct ov9740_priv *priv = i2c_get_clientdata(client); in ov9740_remove()