Home
last modified time | relevance | path

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

/linux/drivers/media/platform/renesas/rcar-vin/
A Drcar-dma.c1019 vbuf = vin->buf_hw[prev].buffer; in rvin_fill_hw_slot()
1020 vin->buf_hw[slot].buffer = vbuf; in rvin_fill_hw_slot()
1035 vin->buf_hw[slot].buffer = NULL; in rvin_fill_hw_slot()
1036 vin->buf_hw[slot].type = FULL; in rvin_fill_hw_slot()
1045 vin->buf_hw[slot].type = in rvin_fill_hw_slot()
1054 slot, vin->buf_hw[slot].type, vin->buf_hw[slot].buffer); in rvin_fill_hw_slot()
1066 vin->buf_hw[slot].type = FULL; in rvin_capture_start()
1150 if (vin->buf_hw[slot].buffer) { in rvin_irq()
1457 if (vin->buf_hw[i].buffer) in rvin_stop_streaming()
1501 if (vin->buf_hw[i].buffer) in rvin_stop_streaming()
[all …]
A Drcar-vin.h240 } buf_hw[HW_BUFFER_NUM]; member
/linux/drivers/hwtracing/coresight/
A Dcoresight-tmc-etr.c851 bool has_sg = buf_hw->has_catu || buf_hw->has_etr_sg; in etr_can_use_flat_mode()
870 struct etr_buf_hw buf_hw; in tmc_alloc_etr_buf() local
873 get_etr_buf_hw(dev, &buf_hw); in tmc_alloc_etr_buf()
900 if (rc && buf_hw.has_etr_sg) in tmc_alloc_etr_buf()
903 if (rc && buf_hw.has_catu) in tmc_alloc_etr_buf()
1840 struct etr_buf_hw buf_hw; in buf_modes_available_show() local
1843 get_etr_buf_hw(dev, &buf_hw); in buf_modes_available_show()
1846 if (buf_hw.has_etr_sg) in buf_modes_available_show()
1849 if (buf_hw.has_catu) in buf_modes_available_show()
1870 struct etr_buf_hw buf_hw; in buf_mode_preferred_store() local
[all …]

Completed in 670 milliseconds