Searched refs:vdev (Results 1 - 25 of 56) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dzoran_card.h43 extern void zoran_vdev_release(struct video_device *vdev);
H A Dzr364xx.c105 struct video_device *vdev; /* v4l video device */ member in struct:zr364xx_camera
394 struct video_device *vdev = video_devdata(file); local
399 if (vdev == NULL)
401 cam = video_get_drvdata(vdev);
458 struct video_device *vdev = video_devdata(file); local
461 if (vdev == NULL)
463 cam = video_get_drvdata(vdev);
484 struct video_device *vdev = video_devdata(file); local
487 if (vdev == NULL)
489 cam = video_get_drvdata(vdev);
504 struct video_device *vdev = video_devdata(file); local
540 struct video_device *vdev = video_devdata(file); local
567 struct video_device *vdev = video_devdata(file); local
592 struct video_device *vdev = video_devdata(file); local
633 struct video_device *vdev = video_devdata(file); local
682 struct video_device *vdev = video_devdata(file); local
726 struct video_device *vdev = video_devdata(file); local
[all...]
H A Dbw-qcam.h55 struct video_device vdev; member in struct:qcam_device
H A Dstv680.c504 struct video_device *vdev = to_video_device(class_dev); \
505 struct usb_stv *stv = video_get_drvdata(vdev); \
519 static int stv680_create_sysfs_files(struct video_device *vdev) argument
523 rc = video_device_create_file(vdev, &class_device_attr_model);
525 rc = video_device_create_file(vdev, &class_device_attr_in_use);
527 rc = video_device_create_file(vdev, &class_device_attr_streaming);
529 rc = video_device_create_file(vdev, &class_device_attr_palette);
531 rc = video_device_create_file(vdev, &class_device_attr_frames_total);
533 rc = video_device_create_file(vdev, &class_device_attr_frames_read);
535 rc = video_device_create_file(vdev,
560 stv680_remove_sysfs_files(struct video_device *vdev) argument
1126 struct video_device *vdev = file->private_data; local
[all...]
H A Dw9966.c108 struct video_device vdev; member in struct:w9966_dev
156 static inline void w9966_pdev_claim(struct w9966_dev *vdev);
157 static inline void w9966_pdev_release(struct w9966_dev *vdev);
328 memcpy(&cam->vdev, &w9966_template, sizeof(struct video_device));
329 cam->vdev.priv = cam;
331 if (video_register_device(&cam->vdev, VFL_TYPE_GRABBER, video_nr) == -1)
350 video_unregister_device(&cam->vdev);
654 struct video_device *vdev = video_devdata(file); local
655 struct w9966_dev *cam = vdev->priv;
813 struct video_device *vdev local
[all...]
H A Dstv680.h97 struct video_device *vdev; member in struct:usb_stv
H A Dov511.c3792 struct video_device *vdev = video_devdata(file); local
3793 struct usb_ov511 *ov = video_get_drvdata(vdev);
3836 file->private_data = vdev;
3849 struct video_device *vdev = file->private_data; local
3850 struct usb_ov511 *ov = video_get_drvdata(vdev);
3889 struct video_device *vdev = file->private_data; local
3890 struct usb_ov511 *ov = video_get_drvdata(vdev);
4273 vu->video = ov->vdev->minor;
4311 struct video_device *vdev = file->private_data; local
4312 struct usb_ov511 *ov = video_get_drvdata(vdev);
4327 struct video_device *vdev = file->private_data; local
4478 struct video_device *vdev = file->private_data; local
5397 struct video_device *vdev = to_video_device(cd); local
5489 ov_create_sysfs(struct video_device *vdev) argument
[all...]
H A Darv.c103 struct video_device *vdev; member in struct:ar_device
405 strcpy(b->name, ar->vdev->name);
779 ar->vdev = video_device_alloc();
780 if (!ar->vdev) {
784 memcpy(ar->vdev, &ar_template, sizeof(ar_template));
785 ar->vdev->priv = ar;
816 if (ar_initialize(ar->vdev) != 0) {
828 if (video_register_device(ar->vdev, VFL_TYPE_GRABBER, video_nr) != 0) {
836 ar->vdev->minor, M32R_IRQ_INT3, freq);
874 video_unregister_device(ar->vdev);
[all...]
H A Dc-qcam.c43 struct video_device vdev; member in struct:qcam_device
719 memcpy(&q->vdev, &qcam_template, sizeof(qcam_template));
776 if (video_register_device(&qcam->vdev, VFL_TYPE_GRABBER, video_nr)==-1)
786 qcam->vdev.minor, qcam->pport->name);
795 video_unregister_device(&qcam->vdev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dhvc_vio.c81 static int __devinit hvc_vio_probe(struct vio_dev *vdev, argument
87 if (!vdev || !id)
90 hp = hvc_alloc(vdev->unit_address, vdev->irq, &hvc_get_put_ops,
94 dev_set_drvdata(&vdev->dev, hp);
99 static int __devexit hvc_vio_remove(struct vio_dev *vdev) argument
101 struct hvc_struct *hp = dev_get_drvdata(&vdev->dev);
H A Dhvcs.c307 struct vio_dev *vdev; member in struct:hvcs_struct
444 hvcsd->vdev->unit_address,
543 vio_disable_interrupts(hvcsd->vdev);
557 vio_disable_interrupts(hvcsd->vdev);
568 uint32_t unit_address = hvcsd->vdev->unit_address;
606 unit_address = hvcsd->vdev->unit_address;
639 vio_enable_interrupts(hvcsd->vdev);
710 struct vio_dev *vdev; local
723 hvcsd->vdev->unit_address,
728 hvcsd->vdev
1055 hvcs_enable_device(struct hvcs_struct *hvcsd, uint32_t unit_address, unsigned int irq, struct vio_dev *vdev) argument
1132 struct vio_dev *vdev; local
[all...]
H A Dhvc_iseries.c205 static int __devinit hvc_vio_probe(struct vio_dev *vdev, argument
212 if (!vdev || !id)
215 if (vdev->unit_address >= VTTY_PORTS)
218 pi = &port_info[vdev->unit_address];
220 hp = hvc_alloc(vdev->unit_address, vdev->irq, &hvc_get_put_ops,
225 dev_set_drvdata(&vdev->dev, pi);
230 static int __devexit hvc_vio_remove(struct vio_dev *vdev) argument
232 struct port_info *pi = dev_get_drvdata(&vdev->dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/ibmvscsi/
H A Drpa_vscsi.c74 struct vio_dev *vdev = to_vio_dev(hostdata->dev); local
75 free_irq(vdev->irq, (void *)hostdata);
78 rc = plpar_hcall_norets(H_FREE_CRQ, vdev->unit_address);
118 struct vio_dev *vdev = to_vio_dev(hostdata->dev); local
120 return plpar_hcall_norets(H_SEND_CRQ, vdev->unit_address, word1, word2);
130 struct vio_dev *vdev = to_vio_dev(hostdata->dev); local
141 vio_enable_interrupts(vdev);
143 vio_disable_interrupts(vdev);
207 struct vio_dev *vdev = to_vio_dev(hostdata->dev); local
226 vdev
289 struct vio_dev *vdev = to_vio_dev(hostdata->dev); local
311 struct vio_dev *vdev = to_vio_dev(hostdata->dev); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dvia82cxxx.c128 struct via82cxxx_dev *vdev = pci_get_drvdata(hwif->pci_dev); local
131 if (~vdev->via_config->flags & VIA_BAD_AST) {
143 switch (vdev->via_config->flags & VIA_UDMA) {
167 struct via82cxxx_dev *vdev = pci_get_drvdata(drive->hwif->pci_dev); local
176 switch (vdev->via_config->flags & VIA_UDMA) {
230 struct via82cxxx_dev *vdev = pci_get_drvdata(hwif->pci_dev); local
235 (vdev->via_config->flags & VIA_UDMA ? XFER_UDMA : 0) |
236 (w80 && (vdev->via_config->flags & VIA_UDMA) >= VIA_UDMA_66 ? XFER_UDMA_66 : 0) |
237 (w80 && (vdev->via_config->flags & VIA_UDMA) >= VIA_UDMA_100 ? XFER_UDMA_100 : 0) |
238 (w80 && (vdev
271 via_cable_detect(struct via82cxxx_dev *vdev, u32 u) argument
327 struct via82cxxx_dev *vdev; local
431 struct via82cxxx_dev *vdev = pci_get_drvdata(hwif->pci_dev); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvision/
H A Dusbvision-video.c202 struct video_device *vdev = container_of(cd, struct video_device, class_dev); local
203 return video_get_drvdata(vdev);
214 struct video_device *vdev = container_of(cd, struct video_device, class_dev); local
215 struct usb_usbvision *usbvision = video_get_drvdata(vdev);
222 struct video_device *vdev = container_of(cd, struct video_device, class_dev); local
223 struct usb_usbvision *usbvision = video_get_drvdata(vdev);
235 struct video_device *vdev = container_of(cd, struct video_device, class_dev); local
236 struct usb_usbvision *usbvision = video_get_drvdata(vdev);
248 struct video_device *vdev = container_of(cd, struct video_device, class_dev); local
249 struct usb_usbvision *usbvision = video_get_drvdata(vdev);
261 struct video_device *vdev = container_of(cd, struct video_device, class_dev); local
274 struct video_device *vdev = container_of(cd, struct video_device, class_dev); local
282 struct video_device *vdev = container_of(cd, struct video_device, class_dev); local
290 struct video_device *vdev = container_of(cd, struct video_device, class_dev); local
296 usbvision_create_sysfs(struct video_device *vdev) argument
343 usbvision_remove_sysfs(struct video_device *vdev) argument
1551 struct video_device *vdev; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dibmveth.c65 printk(KERN_ERR "(%s:%3.3d ua:%x) ERROR: " fmt, __FILE__, __LINE__ , adapter->vdev->unit_address, ## args)
71 printk(KERN_DEBUG "(%s:%3.3d ua:%x): " fmt, __FILE__, __LINE__ , adapter->vdev->unit_address, ## args)
74 printk(KERN_DEBUG "assertion failed (%s:%3.3d ua:%x): %s\n", __FILE__, __LINE__, adapter->vdev->unit_address, #expr); \
221 dma_addr = dma_map_single(&adapter->vdev->dev, skb->data,
236 lpar_rc = h_add_logical_lan_buffer(adapter->vdev->unit_address, desc.desc);
245 dma_unmap_single(&adapter->vdev->dev,
288 dma_unmap_single(&adapter->vdev->dev,
326 dma_unmap_single(&adapter->vdev->dev,
379 lpar_rc = h_add_logical_lan_buffer(adapter->vdev->unit_address, desc.desc);
408 dma_unmap_single(&adapter->vdev
[all...]
H A Dibmveth.h116 struct vio_dev *vdev; member in struct:ibmveth_adapter
H A Diseries_veth.c1040 struct device *vdev = &vio_dev->dev; local
1073 port->dev = vdev;
1090 SET_NETDEV_DEV(dev, vdev);
1566 static int veth_remove(struct vio_dev *vdev) argument
1573 dev = veth_dev[vdev->unit_address];
1589 veth_dev[vdev->unit_address] = NULL;
1598 static int veth_probe(struct vio_dev *vdev, const struct vio_device_id *id) argument
1600 int i = vdev->unit_address;
1604 dev = veth_probe_one(i, vdev);
1606 veth_remove(vdev);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pwc/
H A Dpwc-if.c43 vdev: struct video_device *
984 struct video_device *vdev = to_video_device(cd); local
985 return video_get_drvdata(vdev);
1025 static int pwc_create_sysfs_files(struct video_device *vdev) argument
1027 struct pwc_device *pdev = video_get_drvdata(vdev);
1030 rc = video_device_create_file(vdev, &class_device_attr_button);
1034 rc = video_device_create_file(vdev,&class_device_attr_pan_tilt);
1041 video_device_remove_file(vdev, &class_device_attr_button);
1046 static void pwc_remove_sysfs_files(struct video_device *vdev) argument
1048 struct pwc_device *pdev = video_get_drvdata(vdev);
1090 struct video_device *vdev = video_devdata(file); local
1202 struct video_device *vdev = file->private_data; local
1247 struct video_device *vdev = file->private_data; local
1320 struct video_device *vdev = file->private_data; local
1346 struct video_device *vdev = file->private_data; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dvio.h77 extern const void *vio_get_attribute(struct vio_dev *vdev, char *which,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/em28xx/
H A Dem28xx-video.c259 if (h->vdev->minor == minor) {
344 dev->vdev->minor-MINOR_VFL_TYPE_GRABBER_MIN,
347 video_unregister_device(dev->vdev);
712 dev->vdev->minor-MINOR_VFL_TYPE_GRABBER_MIN);
1603 dev->vdev = video_device_alloc();
1604 if (NULL == dev->vdev) {
1614 kfree(dev->vdev);
1631 dev->vdev->type = VID_TYPE_CAPTURE;
1633 dev->vdev->type |= VID_TYPE_TUNER;
1634 dev->vdev
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptscsih.c596 VirtDevice *vdev; local
722 vdev = sc->device->hostdata;
723 if (!vdev)
725 vtarget = vdev->vtarget;
1341 VirtDevice *vdev = SCpnt->device->hostdata; local
1396 if (vdev
1397 && (vdev->vtarget->tflags & MPT_TARGET_FLAGS_Q_YES)
1406 pScsiReq->TargetID = (u8) vdev->vtarget->id;
1407 pScsiReq->Bus = vdev->vtarget->channel;
1409 if (vdev
1771 VirtDevice *vdev; local
1853 VirtDevice *vdev; local
1901 VirtDevice *vdev; local
2437 VirtDevice *vdev; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dsetup.c203 int vdev; local
205 vdev = simple_strtoul(str, &str, 0);
206 if (vdev >= 0 && vdev < 65536) {
207 console_devno = vdev;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dviodasd.c717 static int viodasd_probe(struct vio_dev *vdev, const struct vio_device_id *id) argument
719 struct viodasd_device *d = &viodasd_devices[vdev->unit_address];
721 d->dev = &vdev->dev;
728 static int viodasd_remove(struct vio_dev *vdev) argument
732 d = &viodasd_devices[vdev->unit_address];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dviocd.c662 static int viocd_probe(struct vio_dev *vdev, const struct vio_device_id *id) argument
671 deviceno = vdev->unit_address;
719 d->dev = &vdev->dev;
732 static int viocd_remove(struct vio_dev *vdev) argument
734 struct disk_info *d = &viocd_diskinfo[vdev->unit_address];

Completed in 348 milliseconds

123