Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_mipi.c25 ref_count_mipi_allocation[N_CSI_PORTS]; /* Initialized in mipi_init */ variable
185 ref_count_mipi_allocation[i] = 0; in mipi_init()
336 if (ref_count_mipi_allocation[port] != 0) { in allocate_mipi_frames()
338 ref_count_mipi_allocation[port]++; in allocate_mipi_frames()
346 ref_count_mipi_allocation[port]++; in allocate_mipi_frames()
437 if (ref_count_mipi_allocation[port] > 0) { in free_mipi_frames()
439 assert(ref_count_mipi_allocation[port] == 1); in free_mipi_frames()
440 if (ref_count_mipi_allocation[port] != 1) { in free_mipi_frames()
442 pipe, ref_count_mipi_allocation[port]); in free_mipi_frames()
447 ref_count_mipi_allocation[port]--; in free_mipi_frames()
[all …]