Home
last modified time | relevance | path

Searched defs:ov2775 (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov2775.c132 struct ov2775 { struct
133 struct i2c_client *client;
134 struct clk *xvclk;
135 struct gpio_desc *rst_gpio;
136 struct gpio_desc *pd_gpio;
160 const struct ov2775_mode *cur_mode; argument
161 const struct ov2775_mode *support_modes; argument
170 #define to_ov2775(sd) container_of(sd, struct ov2775, subdev) argument
3967 struct ov2775 *ov2775 = to_ov2775(sd); in ov2775_find_best_fit() local
3990 struct ov2775 *ov2775 = to_ov2775(sd); in ov2775_set_fmt() local
[all …]