Searched refs:streams (Results 1 - 25 of 36) sorted by relevance

12

/drivers/media/usb/tm6000/
H A Dtm6000-dvb.c108 if (dev->dvb->streams > 0) {
201 if (dvb->streams == 0) {
202 dvb->streams = 1;
206 ++(dvb->streams);
222 printk(KERN_INFO "stream %#x\n", dvb->streams);
223 --(dvb->streams);
224 if (dvb->streams == 0) {
267 dvb->streams = 0;
H A Dtm6000.h149 unsigned int streams; member in struct:tm6000_dvb
/drivers/media/pci/cx18/
H A Dcx18-streams.c4 * Derived from ivtv-streams.c
32 #include "cx18-streams.h"
248 struct cx18_stream *s = &cx->streams[type];
306 struct cx18_stream *s = &cx->streams[type];
313 * For analog capture related streams, if video_dev == NULL then the
333 /* User explicitly selected 0 buffers for these streams, so don't
395 ret = cx18_stream_alloc(&cx->streams[type]);
402 /* One or more streams could not be initialized. Clean 'em all up. */
409 struct cx18_stream *s = &cx->streams[type];
428 struct cx18_stream *s_mpg = &cx->streams[CX18_ENC_STREAM_TYPE_MP
[all...]
H A DMakefile2 cx18-queue.o cx18-streams.o cx18-fileops.o cx18-ioctl.o cx18-controls.o \
H A Dcx18-fileops.c33 #include "cx18-streams.h"
40 associated VBI and IDX streams are also automatically claimed.
46 struct cx18_stream *s = &cx->streams[type];
82 * For all other streams we're done.
87 s_assoc = &cx->streams[CX18_ENC_STREAM_TYPE_IDX];
89 s_assoc = &cx->streams[CX18_ENC_STREAM_TYPE_VBI];
102 account associated VBI streams. */
131 * CX18_ENC_STREAM_TYPE_VBI and/or CX18_ENC_STREAM_TYPE_IDX streams.
133 * For all other streams we're done.
139 s_assoc = &cx->streams[CX18_ENC_STREAM_TYPE_ID
[all...]
H A Dcx18-ioctl.c35 #include "cx18-streams.h"
152 struct cx18_stream *s = &cx->streams[id->type];
270 struct cx18_stream *s = &cx->streams[id->type];
528 /* prevent others from messing with the streams until
586 with already running streams, prevent that by
761 struct cx18_stream *s = &cx->streams[CX18_ENC_STREAM_TYPE_IDX];
808 struct cx18_stream *s = &cx->streams[id->type];
827 struct cx18_stream *s = &cx->streams[id->type];
848 struct cx18_stream *s = &cx->streams[id->type];
866 struct cx18_stream *s = &cx->streams[i
[all...]
H A Dcx18-alsa-pcm.c3 * ALSA interface to cx18 PCM capture streams
37 #include "cx18-streams.h"
161 s = &cx->streams[CX18_ENC_STREAM_TYPE_PCM];
206 s = &cx->streams[CX18_ENC_STREAM_TYPE_PCM];
H A Dcx18-alsa-main.c2 * ALSA interface to cx18 PCM capture streams
218 s = &cx->streams[CX18_ENC_STREAM_TYPE_PCM];
H A Dcx18-driver.c34 #include "cx18-streams.h"
624 /* All other streams have stream_buf_size in kB here */
753 cx->cxhdl.priv = &cx->streams[CX18_ENC_STREAM_TYPE_MPG];
774 /* IVTV style VBI insertion into MPEG streams */
1121 CX18_ERR("Error %d setting up streams\n", retval);
1269 if (&cx->streams[i].video_dev != NULL)
1270 cancel_work_sync(&cx->streams[i].out_work_order);
1284 CX18_DEBUG_INFO("Stopping all streams\n");
/drivers/media/pci/ivtv/
H A Divtv-fileops.c31 #include "ivtv-streams.h"
41 associated VBI streams are also automatically claimed.
47 struct ivtv_stream *s = &itv->streams[type];
79 other streams we're done */
88 s_vbi = &itv->streams[vbi_type];
102 account associated VBI streams. */
127 for all other streams we're done */
129 s_vbi = &itv->streams[IVTV_DEC_STREAM_TYPE_VBI];
131 s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI];
208 struct ivtv_stream *s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VB
[all...]
H A DMakefile4 ivtv-mailbox.o ivtv-queue.o ivtv-streams.o ivtv-udma.o \
H A Divtv-irq.c43 struct ivtv_stream *s = &itv->streams[IVTV_ENC_STREAM_TYPE_PCM];
72 struct ivtv_stream *s = &itv->streams[itv->cur_pio_stream];
144 /* determine offset, size and PTS for the various streams */
458 struct ivtv_stream *s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI];
549 s = &itv->streams[itv->cur_dma_stream];
613 s = &itv->streams[itv->cur_dma_stream];
641 s = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI];
657 s = &itv->streams[itv->cur_pio_stream];
670 s = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI];
702 struct ivtv_stream *s = &itv->streams[it
[all...]
H A Divtv-streams.c44 #include "ivtv-streams.h"
161 struct ivtv_stream *s = &itv->streams[type];
193 struct ivtv_stream *s = &itv->streams[type];
211 /* User explicitly selected 0 buffers for these streams, so don't
269 if (itv->streams[type].vdev == NULL)
273 if (ivtv_stream_alloc(&itv->streams[type]))
279 /* One or more streams could not be initialized. Clean 'em all up. */
286 struct ivtv_stream *s = &itv->streams[type];
297 struct ivtv_stream *s_mpg = &itv->streams[IVTV_ENC_STREAM_TYPE_MPG];
348 /* One or more streams coul
[all...]
H A Divtv-alsa-pcm.c3 * ALSA interface to ivtv PCM capture streams
37 #include "ivtv-streams.h"
168 s = &itv->streams[IVTV_ENC_STREAM_TYPE_PCM];
213 s = &itv->streams[IVTV_ENC_STREAM_TYPE_PCM];
H A Divtv-ioctl.c29 #include "ivtv-streams.h"
247 struct ivtv_stream *s = &itv->streams[IVTV_DEC_STREAM_TYPE_MPG];
737 struct ivtv_stream *s = &itv->streams[id->type];
911 struct ivtv_stream *s = &itv->streams[fh2id(fh)->type];
937 struct ivtv_stream *s = &itv->streams[fh2id(fh)->type];
990 itv->streams[i].vdev->tvnorms = std;
992 /* prevent others from messing with the streams until
1039 struct ivtv_stream *s = &itv->streams[fh2id(fh)->type];
1053 struct ivtv_stream *s = &itv->streams[fh2id(fh)->type];
1154 streams, preven
[all...]
H A Divtv-alsa-main.c2 * ALSA interface to ivtv PCM capture streams
226 s = &itv->streams[IVTV_ENC_STREAM_TYPE_PCM];
H A Divtv-driver.c51 #include "ivtv-streams.h"
341 return &itv->streams[IVTV_DEC_STREAM_TYPE_MPG];
343 return &itv->streams[IVTV_DEC_STREAM_TYPE_YUV];
1272 IVTV_ERR("Error %d setting up streams\n", retval);
1416 IVTV_DEBUG_INFO("Stopping all streams\n");
1433 ivtv_stop_v4l2_decode_stream(&itv->streams[type],
/drivers/net/wireless/ath/ath9k/
H A Dcommon.c355 int streams = 0; local
358 if (++streams == max)
362 return streams;
H A Dxmit.c808 int width, streams, half_gi, ndelim, mindelim; local
858 streams = HT_RC_2_STREAMS(rix);
859 nsymbits = bits_per_symbol[rix % 8][width] * streams;
1042 int streams; local
1045 streams = HT_RC_2_STREAMS(rix);
1047 nsymbits = bits_per_symbol[rix % 8][width] * streams;
1056 duration += L_STF + L_LTF + L_SIG + HT_SIG + HT_STF + HT_LTF(streams);
1063 int streams = HT_RC_2_STREAMS(mcs); local
1067 usec -= L_STF + L_LTF + L_SIG + HT_SIG + HT_STF + HT_LTF(streams);
1069 bits = symbols * bits_per_symbol[mcs % 8][ht40] * streams;
[all...]
/drivers/staging/line6/
H A Dpcm.h46 (line6pcm->pcm->streams[stream].substream)
/drivers/media/pci/solo6x10/
H A Dsolo6x10-g723.c90 &solo_dev->snd_pcm->streams[SNDRV_PCM_STREAM_CAPTURE];
336 for (i = 0, ss = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream;
/drivers/uwb/
H A Drsv.c156 streams_bm = rsv->target.dev->streams;
159 streams_bm = rc->uwb_dev.streams;
187 streams_bm = rsv->target.dev->streams;
190 streams_bm = rc->uwb_dev.streams;
996 bitmap_complement(rc->uwb_dev.streams, rc->uwb_dev.streams, UWB_NUM_STREAMS);
H A Dlc-dev.c122 bitmap_fill(uwb_dev->streams, UWB_NUM_GLOBAL_STREAMS);
/drivers/usb/gadget/legacy/
H A DKconfig66 on the device - the audio streams are simply sinked to and
258 UAS utilizes the USB 3.0 feature called streams support.
/drivers/media/usb/uvc/
H A Duvc_driver.c313 list_for_each_entry(stream, &dev->streams, list) {
809 list_add_tail(&streaming->list, &dev->streams);
1658 list_for_each_safe(p, n, &dev->streams) {
1677 /* Decrement the registered streams count and delete the device when it
1693 * that, increment the stream count before iterating over the streams
1698 list_for_each_entry(stream, &dev->streams, list) {
1856 INIT_LIST_HEAD(&dev->streams);
1980 list_for_each_entry(stream, &dev->streams, list) {
2016 list_for_each_entry(stream, &dev->streams, list) {

Completed in 327 milliseconds

12