Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/atomisp/pci/
Dsh_css_mipi.c34 ref_count_mipi_allocation[N_CSI_PORTS]; /* Initialized in mipi_init */ variable
279 ref_count_mipi_allocation[i] = 0; in mipi_init()
463 if (ref_count_mipi_allocation[port] != 0) in allocate_mipi_frames()
476 if (ref_count_mipi_allocation[port] != 0) in allocate_mipi_frames()
478 ref_count_mipi_allocation[port]++; in allocate_mipi_frames()
486 ref_count_mipi_allocation[port]++; in allocate_mipi_frames()
588 if (ref_count_mipi_allocation[port] > 0) { in free_mipi_frames()
590 assert(ref_count_mipi_allocation[port] == 1); in free_mipi_frames()
591 if (ref_count_mipi_allocation[port] != 1) { in free_mipi_frames()
594 pipe, ref_count_mipi_allocation[port]); in free_mipi_frames()
[all …]