Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/platform/rcar-vin/
Drcar-dma.c888 if (WARN_ON(vin->buf_hw[slot].buffer)) in rvin_fill_hw_slot()
893 if (vin->buf_hw[prev].type == HALF_TOP) { in rvin_fill_hw_slot()
894 vbuf = vin->buf_hw[prev].buffer; in rvin_fill_hw_slot()
895 vin->buf_hw[slot].buffer = vbuf; in rvin_fill_hw_slot()
896 vin->buf_hw[slot].type = HALF_BOTTOM; in rvin_fill_hw_slot()
900 phys_addr = vin->buf_hw[prev].phys + in rvin_fill_hw_slot()
904 phys_addr = vin->buf_hw[prev].phys + in rvin_fill_hw_slot()
909 vin->buf_hw[slot].buffer = NULL; in rvin_fill_hw_slot()
910 vin->buf_hw[slot].type = FULL; in rvin_fill_hw_slot()
917 vin->buf_hw[slot].buffer = vbuf; in rvin_fill_hw_slot()
[all …]
Drcar-vin.h229 } buf_hw[HW_BUFFER_NUM]; member