Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov7725.c43 struct ov7725_mode { struct
61 const struct ov7725_mode *cur_mode; argument
148 static const struct ov7725_mode supported_modes[] = {
189 static int ov7725_get_reso_dist(const struct ov7725_mode *mode, in ov7725_get_reso_dist()
196 static const struct ov7725_mode *
221 const struct ov7725_mode *mode; in ov7725_set_fmt()
252 const struct ov7725_mode *mode = ov7725->cur_mode; in ov7725_get_fmt()
393 const struct ov7725_mode *def_mode = &supported_modes[0]; in ov7725_open()