Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/
H A Dhif.c32 bool from_dma) in ath6kl_hif_cp_scat_dma_buf() argument
40 if (from_dma) in ath6kl_hif_cp_scat_dma_buf()
/OK3568_Linux_fs/kernel/drivers/media/platform/omap3isp/
H A Dispstat.c852 static void __stat_isr(struct ispstat *stat, int from_dma) in __stat_isr() argument
873 if (buf_processing && !from_dma) { in __stat_isr()
897 if (!from_dma && stat->ops->buf_process) in __stat_isr()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/hdmirx/
H A Drk_hdmirx.c726 struct v4l2_bt_timings *bt, bool from_dma) in hdmirx_get_timings() argument
733 if (from_dma) { in hdmirx_get_timings()
771 if (!from_dma) in hdmirx_get_timings()
775 if (from_dma) { in hdmirx_get_timings()
780 if (!from_dma) in hdmirx_get_timings()
801 v4l2_dbg(1, debug, v4l2_dev, "get timings from %s\n", from_dma ? "dma" : "ctrl"); in hdmirx_get_timings()
835 struct v4l2_dv_timings *timings, bool from_dma) in hdmirx_get_detected_timings() argument
868 hdmirx_get_timings(hdmirx_dev, bt, from_dma); in hdmirx_get_detected_timings()
887 bool from_dma = false; in hdmirx_try_to_get_timings() local
898 ret = hdmirx_get_detected_timings(hdmirx_dev, timings, from_dma); in hdmirx_try_to_get_timings()