Searched refs:ref_count_mipi_allocation (Results 1 – 1 of 1) sorted by relevance
194 ref_count_mipi_allocation[i] = 0; in mipi_init()202 if (ref_count_mipi_allocation[i]) in mipi_is_free()356 if (ref_count_mipi_allocation[port] != 0) { in allocate_mipi_frames()358 ref_count_mipi_allocation[port]++; in allocate_mipi_frames()366 ref_count_mipi_allocation[port]++; in allocate_mipi_frames()457 if (ref_count_mipi_allocation[port] > 0) { in free_mipi_frames()459 assert(ref_count_mipi_allocation[port] == 1); in free_mipi_frames()460 if (ref_count_mipi_allocation[port] != 1) { in free_mipi_frames()467 ref_count_mipi_allocation[port]--; in free_mipi_frames()469 if (ref_count_mipi_allocation[port] == 0) { in free_mipi_frames()[all …]
Completed in 3 milliseconds