Home
last modified time | relevance | path

Searched refs:tw686x_dev (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/pci/tw686x/
H A Dtw686x.h66 struct tw686x_dev *dev;
79 struct tw686x_dev *dev;
105 int (*setup)(struct tw686x_dev *dev);
115 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);
[all …]
H A Dtw686x-audio.c31 void tw686x_audio_irq(struct tw686x_dev *dev, unsigned long requests, in tw686x_audio_irq()
106 struct tw686x_dev *dev = snd_pcm_substream_chip(ss); in tw686x_pcm_open()
123 struct tw686x_dev *dev = snd_pcm_substream_chip(ss); in tw686x_pcm_close()
132 struct tw686x_dev *dev = snd_pcm_substream_chip(ss); in tw686x_pcm_prepare()
213 struct tw686x_dev *dev = snd_pcm_substream_chip(ss); in tw686x_pcm_trigger()
252 struct tw686x_dev *dev = snd_pcm_substream_chip(ss); in tw686x_pcm_pointer()
266 static int tw686x_snd_pcm_init(struct tw686x_dev *dev) in tw686x_snd_pcm_init()
295 static void tw686x_audio_dma_free(struct tw686x_dev *dev, in tw686x_audio_dma_free()
310 static int tw686x_audio_dma_alloc(struct tw686x_dev *dev, in tw686x_audio_dma_alloc()
343 void tw686x_audio_free(struct tw686x_dev *dev) in tw686x_audio_free()
[all …]