Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/pci/ivtv/
Divtv-fileops.c235 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()
Divtv-driver.h221 #define IVTV_F_B_NEED_BUF_SWAP (1 << 0) /* this buffer should be byte swapped */ macro
Divtv-irq.c297 buf->b_flags |= IVTV_F_B_NEED_BUF_SWAP; in dma_post()