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/
A Dsh_css_mipi.c265 ref_count_mipi_allocation[i] = 0; in mipi_init()
447 if (ref_count_mipi_allocation[port] != 0) { in allocate_mipi_frames()
459 if (ref_count_mipi_allocation[port] != 0) { in allocate_mipi_frames()
460 ref_count_mipi_allocation[port]++; in allocate_mipi_frames()
468 ref_count_mipi_allocation[port]++; in allocate_mipi_frames()
569 if (ref_count_mipi_allocation[port] > 0) { in free_mipi_frames()
571 assert(ref_count_mipi_allocation[port] == 1); in free_mipi_frames()
572 if (ref_count_mipi_allocation[port] != 1) { in free_mipi_frames()
580 ref_count_mipi_allocation[port]--; in free_mipi_frames()
582 if (ref_count_mipi_allocation[port] == 0) { in free_mipi_frames()
[all …]

Completed in 11 milliseconds