Searched refs:vrfb_dma_tx (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/omap/
H A Domap_voutdef.h123 struct vid_vrfb_dma vrfb_dma_tx; member in struct:omap_vout_device
H A Domap_vout.c365 if (vout->vrfb_dma_tx.req_status == DMA_CHAN_ALLOTED) {
366 vout->vrfb_dma_tx.req_status = DMA_CHAN_NOT_ALLOTED;
367 omap_free_dma(vout->vrfb_dma_tx.dma_ch);
1110 tx = &vout->vrfb_dma_tx;
1881 vout->vrfb_dma_tx.req_status == DMA_CHAN_NOT_ALLOTED) {
2304 vout->vrfb_dma_tx.dev_id = OMAP_DMA_NO_DEVICE;
2305 vout->vrfb_dma_tx.dma_ch = -1;
2306 vout->vrfb_dma_tx.req_status = DMA_CHAN_ALLOTED;
2307 ret = omap_request_dma(vout->vrfb_dma_tx.dev_id, "VRFB DMA TX",
2309 (void *) &vout->vrfb_dma_tx,
[all...]

Completed in 26 milliseconds