Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/platform/rcar-vin/
Drcar-dma.c887 if (WARN_ON(vin->buf_hw[slot].buffer)) in rvin_fill_hw_slot()
892 if (vin->buf_hw[prev].type == HALF_TOP) { in rvin_fill_hw_slot()
893 vbuf = vin->buf_hw[prev].buffer; in rvin_fill_hw_slot()
894 vin->buf_hw[slot].buffer = vbuf; in rvin_fill_hw_slot()
895 vin->buf_hw[slot].type = HALF_BOTTOM; in rvin_fill_hw_slot()
899 phys_addr = vin->buf_hw[prev].phys + in rvin_fill_hw_slot()
903 phys_addr = vin->buf_hw[prev].phys + in rvin_fill_hw_slot()
908 vin->buf_hw[slot].buffer = NULL; in rvin_fill_hw_slot()
909 vin->buf_hw[slot].type = FULL; in rvin_fill_hw_slot()
916 vin->buf_hw[slot].buffer = vbuf; in rvin_fill_hw_slot()
[all …]
Drcar-vin.h233 } buf_hw[HW_BUFFER_NUM]; member