Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
Dov2659.c173 struct ov2659_framesize { struct
208 const struct ov2659_framesize *frame_size;
738 static const struct ov2659_framesize ov2659_framesizes[] = {
1055 const struct ov2659_framesize **size) in __ov2659_try_frame_size()
1057 const struct ov2659_framesize *fsize = &ov2659_framesizes[0]; in __ov2659_try_frame_size()
1058 const struct ov2659_framesize *match = NULL; in __ov2659_try_frame_size()
1089 const struct ov2659_framesize *size = NULL; in ov2659_set_fmt()