Searched refs:mipi_frames (Results 1 – 2 of 2) sorted by relevance
368 if (my_css.mipi_frames[port][i]) { in allocate_mipi_frames()369 ia_css_frame_free(my_css.mipi_frames[port][i]); in allocate_mipi_frames()370 my_css.mipi_frames[port][i] = NULL; in allocate_mipi_frames()376 &my_css.mipi_frames[port][i], in allocate_mipi_frames()380 if (my_css.mipi_frames[port][j]) { in allocate_mipi_frames()382 my_css.mipi_frames[port][j] = NULL; in allocate_mipi_frames()465 if (my_css.mipi_frames[port][i]) { in free_mipi_frames()469 my_css.mipi_frames[port][i] = NULL; in free_mipi_frames()487 if (my_css.mipi_frames[port][i]) { in free_mipi_frames()491 my_css.mipi_frames[port][i] = NULL; in free_mipi_frames()[all …]
51 *mipi_frames[N_CSI_PORTS][NUM_MIPI_FRAMES_PER_STREAM]; member