Searched refs:vdev (Results 201 - 225 of 315) sorted by relevance

1234567891011>>

/drivers/media/platform/omap3isp/
H A Dispstat.c459 struct video_device *vdev = stat->subdev.devnode; local
471 v4l2_event_queue(vdev, &event);
1012 struct v4l2_device *vdev)
1014 return v4l2_device_register_subdev(vdev, &stat->subdev);
1011 omap3isp_stat_register_entities(struct ispstat *stat, struct v4l2_device *vdev) argument
H A Dispresizer.c1678 struct v4l2_device *vdev)
1683 ret = v4l2_device_register_subdev(vdev, &res->subdev);
1687 ret = omap3isp_video_register(&res->video_in, vdev);
1691 ret = omap3isp_video_register(&res->video_out, vdev);
1677 omap3isp_resizer_register_entities(struct isp_res_device *res, struct v4l2_device *vdev) argument
/drivers/media/platform/s3c-camif/
H A Dcamif-core.h190 * @vdev video device
215 struct video_device vdev; member in struct:camif_vp
/drivers/media/usb/au0828/
H A Dau0828.h225 struct video_device *vdev; member in struct:au0828_dev
/drivers/media/usb/go7007/
H A Dgo7007-priv.h169 struct video_device vdev; member in struct:go7007
/drivers/media/usb/gspca/
H A Dgspca.h146 struct video_device vdev; /* !! must be the first item */ member in struct:gspca_dev
H A Dvicam.c309 gspca_dev->vdev.ctrl_handler = hdl;
H A Dtv8532.c322 gspca_dev->vdev.ctrl_handler = hdl;
/drivers/media/usb/gspca/m5602/
H A Dm5602_ov7660.c128 sd->gspca_dev.vdev.ctrl_handler = hdl;
/drivers/crypto/nx/
H A Dnx-842.c93 struct vio_dev *vdev; member in struct:nx842_devdata
437 ret = vio_h_cop_sync(local_devdata->vdev, &op);
635 ret = vio_h_cop_sync(local_devdata->vdev, &op);
1144 if (old_devdata && old_devdata->vdev != NULL) {
1167 new_devdata->vdev = viodev;
/drivers/media/platform/vsp1/
H A Dvsp1_video.c901 struct vsp1_video *video = to_vsp1_video(vfh->vdev);
926 struct vsp1_video *video = to_vsp1_video(vfh->vdev);
942 struct vsp1_video *video = to_vsp1_video(vfh->vdev);
954 struct vsp1_video *video = to_vsp1_video(vfh->vdev);
984 struct vsp1_video *video = to_vsp1_video(vfh->vdev);
/drivers/scsi/cxgbi/
H A Dlibcxgbi.c215 struct net_device *vdev = NULL; local
220 vdev = ndev;
223 "vlan dev %s -> %s.\n", vdev->name, ndev->name);
230 cdev->hbas[i]->vdev = vdev;
248 struct net_device *vdev = NULL; local
253 vdev = ndev;
255 pr_info("vlan dev %s -> %s.\n", vdev->name, ndev->name);
262 cdev->hbas[i]->vdev = vdev;
282 struct net_device *vdev = NULL; local
[all...]
/drivers/media/pci/ivtv/
H A Divtv-ioctl.c990 itv->streams[i].vdev->tvnorms = std;
1041 if (s->vdev->vfl_dir)
1055 if (s->vdev->vfl_dir)
1550 if (s->vdev == NULL || s->buffers == 0)
1891 void ivtv_set_funcs(struct video_device *vdev) argument
1893 vdev->ioctl_ops = &ivtv_ioctl_ops;
H A Divtv-irq.c78 s->vdev == NULL || !ivtv_use_pio(s)) {
135 if (s->vdev == NULL) {
889 if (s && s->vdev)
890 v4l2_event_queue(s->vdev, frame ? &evtop : &evbottom);
/drivers/media/platform/marvell-ccic/
H A Dmcam-core.c1940 cam->vdev = mcam_v4l_template;
1941 cam->vdev.debug = 0;
1942 cam->vdev.v4l2_dev = &cam->v4l2_dev;
1943 video_set_drvdata(&cam->vdev, cam);
1944 ret = video_register_device(&cam->vdev, VFL_TYPE_GRABBER, -1);
1982 video_unregister_device(&cam->vdev);
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c4362 static int ixgbe_fwd_ring_down(struct net_device *vdev, argument
4370 netif_tx_stop_all_queues(vdev);
4386 static int ixgbe_fwd_ring_up(struct net_device *vdev, argument
4397 netdev_dbg(vdev, "pool %i:%i queues %i:%i VSI bitmask %lx\n",
4402 accel->netdev = vdev;
4410 adapter->rx_ring[rxbase + i]->netdev = vdev;
4416 adapter->tx_ring[txbase + i]->netdev = vdev;
4421 adapter->num_rx_queues_per_pool, vdev->num_tx_queues);
4422 err = netif_set_real_num_tx_queues(vdev, queues);
4426 err = netif_set_real_num_rx_queues(vdev, queue
7722 ixgbe_fwd_add(struct net_device *pdev, struct net_device *vdev) argument
[all...]
/drivers/media/pci/bt8xx/
H A Dbttv-driver.c1899 struct video_device *vdev = video_devdata(file); local
1903 v4l2_ctrl_handler_log_status(vdev->ctrl_handler, btv->c.v4l2_dev.name);
2467 struct video_device *vdev = video_devdata(file); local
2498 if (vdev->vfl_type == VFL_TYPE_GRABBER)
2505 else if (vdev->vfl_type == VFL_TYPE_VBI)
2992 struct video_device *vdev = video_devdata(file); local
2997 dprintk("open dev=%s\n", video_device_node_name(vdev));
2999 if (vdev->vfl_type == VFL_TYPE_GRABBER) {
3001 } else if (vdev->vfl_type == VFL_TYPE_VBI) {
3019 v4l2_fh_init(&fh->fh, vdev);
3185 struct video_device *vdev = video_devdata(file); local
[all...]
/drivers/media/pci/meye/
H A Dmeye.c1639 meye.vdev = video_device_alloc();
1640 if (!meye.vdev) {
1664 memcpy(meye.vdev, &meye_template, sizeof(meye_template));
1665 meye.vdev->v4l2_dev = &meye.v4l2_dev;
1749 meye.vdev->ctrl_handler = &meye.hdl;
1751 if (video_register_device(meye.vdev, VFL_TYPE_GRABBER,
1783 video_device_release(meye.vdev);
1790 video_unregister_device(meye.vdev);
/drivers/media/pci/saa7134/
H A Dsaa7134-video.c1108 struct video_device *vdev = video_devdata(file); local
1116 if (vdev->vfl_type == VFL_TYPE_RADIO) {
1131 struct video_device *vdev = video_devdata(file); local
1148 if (vdev->vfl_type == VFL_TYPE_RADIO)
1160 if (vdev->vfl_type == VFL_TYPE_RADIO)
1444 struct video_device *vdev = video_devdata(file); local
1468 switch (vdev->vfl_type) {
1481 if (vdev->vfl_type == VFL_TYPE_RADIO) {
/drivers/media/pci/cx25821/
H A Dcx25821.h215 struct video_device vdev; member in struct:cx25821_channel
/drivers/media/platform/exynos4-is/
H A Dfimc-lite-reg.c142 v4l2_err(&dev->ve.vdev,
/drivers/media/usb/cpia2/
H A Dcpia2.h391 struct video_device vdev; /* v4l videodev */ member in struct:camera_data
/drivers/media/usb/pwc/
H A Dpwc.h221 struct video_device vdev; member in struct:pwc_device
/drivers/media/usb/stk1160/
H A Dstk1160-core.c422 video_unregister_device(&dev->vdev);
/drivers/media/usb/usbvision/
H A Dusbvision.h360 struct video_device *vdev; /* Video Device */ member in struct:usb_usbvision

Completed in 450 milliseconds

1234567891011>>