Searched refs:vchan (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/sn/
H A Dio.h253 sn_pci_set_vchan(struct pci_dev *pci_dev, unsigned long *addr, int vchan) argument
256 if (vchan > 1) {
263 if (vchan == 1) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/drivers/dma/
H A Ddma-sysfs.c83 dma_configure_channel(channel->vchan, config);
123 dev->id = chan->vchan;
H A Ddma-api.c378 chan->vchan = info->first_channel_nr + i + total_channels;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Ddma.h82 unsigned int vchan; /* Virtual channel number */ member in struct:dma_channel
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dkonicawc.c757 memset(&uvd->vchan, 0, sizeof(uvd->vchan));
758 uvd->vchan.flags = 0 ;
759 uvd->vchan.tuners = 0;
760 uvd->vchan.channel = 0;
761 uvd->vchan.type = VIDEO_TYPE_CAMERA;
762 strcpy(uvd->vchan.name, "Camera");
H A Dquickcam_messenger.c909 memset(&uvd->vchan, 0, sizeof(uvd->vchan));
910 uvd->vchan.flags = 0 ;
911 uvd->vchan.tuners = 0;
912 uvd->vchan.channel = 0;
913 uvd->vchan.type = VIDEO_TYPE_CAMERA;
914 strcpy(uvd->vchan.name, "Camera");
H A Dultracam.c491 memset(&uvd->vchan, 0, sizeof(uvd->vchan));
492 uvd->vchan.flags = 0;
493 uvd->vchan.tuners = 0;
494 uvd->vchan.channel = 0;
495 uvd->vchan.type = VIDEO_TYPE_CAMERA;
496 strcpy(uvd->vchan.name, "Camera");
H A Dusbvideo.h244 struct video_channel vchan; /* May be used for tuner support */ member in struct:uvd
H A Dibmcam.c3565 memset(&uvd->vchan, 0, sizeof(uvd->vchan));
3566 uvd->vchan.flags = 0;
3567 uvd->vchan.tuners = 0;
3568 uvd->vchan.channel = 0;
3569 uvd->vchan.type = VIDEO_TYPE_CAMERA;
3570 strcpy(uvd->vchan.name, "Camera");
H A Dusbvideo.c1276 *v = uvd->vchan;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dzoran_driver.c2059 struct video_channel *vchan = arg; local
2060 int channel = vchan->channel;
2063 ZR_DEVNAME(zr), vchan->channel);
2065 memset(vchan, 0, sizeof(struct video_channel));
2074 strcpy(vchan->name, zr->card.input[channel].name);
2076 vchan->tuners = 0;
2077 vchan->flags = 0;
2078 vchan->type = VIDEO_TYPE_CAMERA;
2080 vchan->norm = zr->norm;
2082 vchan
2100 struct video_channel *vchan = arg; local
[all...]

Completed in 517 milliseconds