Lines Matching refs:tw686x_dev
66 struct tw686x_dev *dev;
79 struct tw686x_dev *dev;
105 int (*setup)(struct tw686x_dev *dev);
119 struct tw686x_dev { struct
145 static inline uint32_t reg_read(struct tw686x_dev *dev, unsigned int reg) in reg_read() argument
150 static inline void reg_write(struct tw686x_dev *dev, unsigned int reg, in reg_write()
156 static inline unsigned int max_channels(struct tw686x_dev *dev) in max_channels()
161 static inline unsigned is_second_gen(struct tw686x_dev *dev) in is_second_gen()
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,