Searched refs:USBTV_ODD (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/media/usb/usbtv/ | ||
D | usbtv.h | 68 #define USBTV_ODD(chunk) ((be32_to_cpu(chunk[0]) & 0x0000f000) >> 15) macro |
D | usbtv-video.c | 402 odd = USBTV_ODD(chunk); in usbtv_image_chunk() |