Lines Matching refs:ov5642
609 struct ov5642 { struct
624 static struct ov5642 *to_ov5642(const struct i2c_client *client) in to_ov5642() argument
626 return container_of(i2c_get_clientdata(client), struct ov5642, subdev); in to_ov5642()
739 struct ov5642 *priv = to_ov5642(client); in ov5642_set_resolution()
795 struct ov5642 *priv = to_ov5642(client); in ov5642_set_fmt()
826 struct ov5642 *priv = to_ov5642(client); in ov5642_get_fmt()
856 struct ov5642 *priv = to_ov5642(client); in ov5642_s_crop()
884 struct ov5642 *priv = to_ov5642(client); in ov5642_g_crop()
923 struct ov5642 *priv = to_ov5642(client); in ov5642_s_power()
1010 struct ov5642 *priv; in ov5642_probe()
1019 priv = devm_kzalloc(&client->dev, sizeof(struct ov5642), GFP_KERNEL); in ov5642_probe()
1048 struct ov5642 *priv = to_ov5642(client); in ov5642_remove()