Home
last modified time | relevance | path

Searched defs:tw686x_dma_ops (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/pci/tw686x/
H A Dtw686x.h104 struct tw686x_dma_ops { struct
105 int (*setup)(struct tw686x_dev *dev);
106 int (*alloc)(struct tw686x_video_channel *vc, unsigned int pb);
107 void (*free)(struct tw686x_video_channel *vc, unsigned int pb);
131 const struct tw686x_dma_ops *dma_ops; argument