Home
last modified time | relevance | path

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

/openbmc/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
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()
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);
[all …]
H A Dtw686x-core.c93 void tw686x_disable_channel(struct tw686x_dev *dev, unsigned int channel) in tw686x_disable_channel()
112 void tw686x_enable_channel(struct tw686x_dev *dev, unsigned int channel) in tw686x_enable_channel()
128 struct tw686x_dev *dev = from_timer(dev, t, dma_delay_timer); in tw686x_dma_delay()
141 static void tw686x_reset_channels(struct tw686x_dev *dev, unsigned int ch_mask) in tw686x_reset_channels()
167 struct tw686x_dev *dev = (struct tw686x_dev *)dev_id; in tw686x_irq()
226 struct tw686x_dev *dev = container_of(v4l2_dev, struct tw686x_dev, in tw686x_dev_release()
243 struct tw686x_dev *dev; in tw686x_probe()
366 struct tw686x_dev *dev = pci_get_drvdata(pci_dev); in tw686x_remove()
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 …]
H A Dtw686x-video.c53 struct tw686x_dev *dev = vc->dev; in tw686x_buf_done()
81 struct tw686x_dev *dev = vc->dev; in tw686x_memcpy_dma_free()
104 struct tw686x_dev *dev = vc->dev; in tw686x_memcpy_dma_alloc()
227 struct tw686x_dev *dev = vc->dev; in tw686x_sg_buf_refill()
258 struct tw686x_dev *dev = vc->dev; in tw686x_sg_dma_free()
273 struct tw686x_dev *dev = vc->dev; in tw686x_sg_dma_alloc()
450 struct tw686x_dev *dev = vc->dev; in tw686x_buf_queue()
495 struct tw686x_dev *dev = vc->dev; in tw686x_start_streaming()
547 struct tw686x_dev *dev = vc->dev; in tw686x_stop_streaming()
588 struct tw686x_dev *dev; in tw686x_s_ctrl()
[all …]