Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_mipi.c223 ref_count_mipi_allocation[i] = 0; in mipi_init()
231 if (ref_count_mipi_allocation[i]) in mipi_is_free()
385 if (ref_count_mipi_allocation[port] != 0) { in allocate_mipi_frames()
387 ref_count_mipi_allocation[port]++; in allocate_mipi_frames()
395 ref_count_mipi_allocation[port]++; in allocate_mipi_frames()
486 if (ref_count_mipi_allocation[port] > 0) { in free_mipi_frames()
488 assert(ref_count_mipi_allocation[port] == 1); in free_mipi_frames()
489 if (ref_count_mipi_allocation[port] != 1) { in free_mipi_frames()
496 ref_count_mipi_allocation[port]--; in free_mipi_frames()
498 if (ref_count_mipi_allocation[port] == 0) { in free_mipi_frames()
[all …]