Lines Matching defs:tw686x_dev
66 struct tw686x_dev *dev;
79 struct tw686x_dev *dev;
105 int (*setup)(struct tw686x_dev *dev);
115 * struct tw686x_dev - global device status
119 struct tw686x_dev {
145 static inline uint32_t reg_read(struct tw686x_dev *dev, unsigned int reg)
150 static inline void reg_write(struct tw686x_dev *dev, unsigned int reg,
156 static inline unsigned int max_channels(struct tw686x_dev *dev)
161 static inline unsigned is_second_gen(struct tw686x_dev *dev)
167 void tw686x_enable_channel(struct tw686x_dev *dev, unsigned int channel);
168 void tw686x_disable_channel(struct tw686x_dev *dev, unsigned int channel);
170 int tw686x_video_init(struct tw686x_dev *dev);
171 void tw686x_video_free(struct tw686x_dev *dev);
172 void tw686x_video_irq(struct tw686x_dev *dev, unsigned long requests,
176 int tw686x_audio_init(struct tw686x_dev *dev);
177 void tw686x_audio_free(struct tw686x_dev *dev);
178 void tw686x_audio_irq(struct tw686x_dev *dev, unsigned long requests,