Searched refs:dmaq (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/media/pci/saa7134/ |
| H A D | saa7134-ts.c | 70 struct saa7134_dmaqueue *dmaq = vb2->vb2_queue->drv_priv; in saa7134_ts_buffer_init() local 73 dmaq->curr = NULL; in saa7134_ts_buffer_init() 83 struct saa7134_dmaqueue *dmaq = vb2->vb2_queue->drv_priv; in saa7134_ts_buffer_prepare() local 84 struct saa7134_dev *dev = dmaq->dev; in saa7134_ts_buffer_prepare() 101 return saa7134_pgtable_build(dev->pci, &dmaq->pt, dma->sgl, dma->nents, in saa7134_ts_buffer_prepare() 110 struct saa7134_dmaqueue *dmaq = q->drv_priv; in saa7134_ts_queue_setup() local 111 struct saa7134_dev *dev = dmaq->dev; in saa7134_ts_queue_setup() 127 struct saa7134_dmaqueue *dmaq = vq->drv_priv; in saa7134_ts_start_streaming() local 128 struct saa7134_dev *dev = dmaq->dev; in saa7134_ts_start_streaming() 137 list_for_each_entry_safe(buf, tmp, &dmaq->queue, entry) { in saa7134_ts_start_streaming() [all …]
|
| H A D | saa7134-vbi.c | 73 struct saa7134_dmaqueue *dmaq = buf->vb2.vb2_buf.vb2_queue->drv_priv; in buffer_activate() local 88 (dmaq->pt.dma >> 12); in buffer_activate() 100 mod_timer(&dmaq->timeout, jiffies + BUFFER_TIMEOUT); in buffer_activate() 107 struct saa7134_dmaqueue *dmaq = vb2->vb2_queue->drv_priv; in buffer_prepare() local 108 struct saa7134_dev *dev = dmaq->dev; in buffer_prepare() 124 return saa7134_pgtable_build(dev->pci, &dmaq->pt, dma->sgl, dma->nents, in buffer_prepare() 132 struct saa7134_dmaqueue *dmaq = q->drv_priv; in queue_setup() local 133 struct saa7134_dev *dev = dmaq->dev; in queue_setup() 150 struct saa7134_dmaqueue *dmaq = vb2->vb2_queue->drv_priv; in buffer_init() local 154 dmaq->curr = NULL; in buffer_init()
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | siena_sriov.h | 77 void efx_siena_sriov_desc_fetch_err(struct efx_nic *efx, unsigned dmaq);
|
| H A D | siena_sriov.c | 1535 void efx_siena_sriov_desc_fetch_err(struct efx_nic *efx, unsigned dmaq) in efx_siena_sriov_desc_fetch_err() argument 1540 if (map_vi_index(efx, dmaq, &vf, &rel)) in efx_siena_sriov_desc_fetch_err()
|
| /linux/drivers/media/pci/dt3155/ |
| H A D | dt3155.h | 176 struct list_head dmaq; member
|
| /linux/drivers/media/pci/cx88/ |
| H A D | cx88-video.c | 532 struct cx88_dmaqueue *dmaq = &dev->vidq; in start_streaming() local 533 struct cx88_buffer *buf = list_entry(dmaq->active.next, in start_streaming() 536 start_video_dma(dev, dmaq, buf); in start_streaming() 544 struct cx88_dmaqueue *dmaq = &dev->vidq; in stop_streaming() local 550 while (!list_empty(&dmaq->active)) { in stop_streaming() 551 struct cx88_buffer *buf = list_entry(dmaq->active.next, in stop_streaming()
|
| /linux/drivers/media/usb/em28xx/ |
| H A D | em28xx-video.c | 723 struct em28xx_dmaqueue *dmaq = &dev->vidq; in process_frame_data_em25xx() local 745 buf = finish_field_prepare_next(dev, buf, dmaq); in process_frame_data_em25xx() 761 buf = finish_field_prepare_next(dev, buf, dmaq); in process_frame_data_em25xx()
|