Searched defs:xvip_dma (Results 1 – 1 of 1) sorted by relevance
77 struct xvip_dma { struct78 struct list_head list;79 struct video_device video;103 #define to_xvip_dma(vdev) container_of(vdev, struct xvip_dma, video) argument