Searched refs:IVTV_F_B_NEED_BUF_SWAP (Results 1 – 3 of 3) sorted by relevance
235 if ((buf->b_flags & IVTV_F_B_NEED_BUF_SWAP) == 0) in ivtv_get_buffer()237 buf->b_flags &= ~IVTV_F_B_NEED_BUF_SWAP; in ivtv_get_buffer()
223 #define IVTV_F_B_NEED_BUF_SWAP (1 << 0) /* this buffer should be byte swapped */ macro
297 buf->b_flags |= IVTV_F_B_NEED_BUF_SWAP; in dma_post()