Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/tw686x/
Dtw686x.h107 struct tw686x_dma_ops { struct
108 int (*setup)(struct tw686x_dev *dev);
109 int (*alloc)(struct tw686x_video_channel *vc, unsigned int pb);
110 void (*free)(struct tw686x_video_channel *vc, unsigned int pb);
134 const struct tw686x_dma_ops *dma_ops; argument