Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/platform/renesas/rcar-vin/
Drcar-dma.c928 if (WARN_ON(vin->buf_hw[slot].buffer)) in rvin_fill_hw_slot()
933 if (vin->buf_hw[prev].type == HALF_TOP) { in rvin_fill_hw_slot()
934 vbuf = vin->buf_hw[prev].buffer; in rvin_fill_hw_slot()
935 vin->buf_hw[slot].buffer = vbuf; in rvin_fill_hw_slot()
936 vin->buf_hw[slot].type = HALF_BOTTOM; in rvin_fill_hw_slot()
940 phys_addr = vin->buf_hw[prev].phys + in rvin_fill_hw_slot()
944 phys_addr = vin->buf_hw[prev].phys + in rvin_fill_hw_slot()
950 vin->buf_hw[slot].buffer = NULL; in rvin_fill_hw_slot()
951 vin->buf_hw[slot].type = FULL; in rvin_fill_hw_slot()
958 vin->buf_hw[slot].buffer = vbuf; in rvin_fill_hw_slot()
[all …]
Drcar-vin.h237 } buf_hw[HW_BUFFER_NUM]; member