Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/media/atomisp/pci/
Dsh_css_mipi.c34 ref_count_mipi_allocation[N_CSI_PORTS]; /* Initialized in mipi_init */ variable
224 ref_count_mipi_allocation[i] = 0; in mipi_init()
232 if (ref_count_mipi_allocation[i]) in mipi_is_free()
398 if (ref_count_mipi_allocation[port] != 0) { in allocate_mipi_frames()
399 ref_count_mipi_allocation[port]++; in allocate_mipi_frames()
406 if (ref_count_mipi_allocation[port] != 0) { in allocate_mipi_frames()
414 ref_count_mipi_allocation[port]++; in allocate_mipi_frames()
506 if (ref_count_mipi_allocation[port] > 0) { in free_mipi_frames()
508 assert(ref_count_mipi_allocation[port] == 1); in free_mipi_frames()
509 if (ref_count_mipi_allocation[port] != 1) { in free_mipi_frames()
[all …]