Searched refs:vdev (Results 51 - 75 of 315) sorted by relevance

1234567891011>>

/drivers/media/pci/zoran/
H A Dzoran_card.h50 extern void zoran_vdev_release(struct video_device *vdev);
/drivers/net/ethernet/neterion/vxge/
H A Dvxge-ethtool.c84 struct vxgedev *vdev = netdev_priv(dev); local
87 strlcpy(info->fw_version, vdev->fw_version, sizeof(info->fw_version));
88 strlcpy(info->bus_info, pci_name(vdev->pdev), sizeof(info->bus_info));
90 * vdev->no_of_vpath;
112 struct vxgedev *vdev = netdev_priv(dev); local
113 struct __vxge_hw_device *hldev = vdev->devh;
115 regs->len = sizeof(struct vxge_hw_vpath_reg) * vdev->no_of_vpath;
116 regs->version = vdev->pdev->subsystem_device;
117 for (index = 0; index < vdev->no_of_vpath; index++) {
122 vdev
146 struct vxgedev *vdev = netdev_priv(dev); local
177 struct vxgedev *vdev = netdev_priv(dev); local
196 struct vxgedev *vdev = netdev_priv(dev); local
214 struct vxgedev *vdev = netdev_priv(dev); local
583 struct vxgedev *vdev = netdev_priv(dev); local
1070 struct vxgedev *vdev = netdev_priv(dev); local
1077 struct vxgedev *vdev = netdev_priv(dev); local
1096 struct vxgedev *vdev = netdev_priv(dev); local
[all...]
H A Dvxge-main.h310 struct vxgedev *vdev; member in struct:vxge_vpath
323 #define VXGE_COPY_DEBUG_INFO_TO_LL(vdev, err, trace) { \
324 for (i = 0; i < vdev->no_of_vpath; i++) { \
325 vdev->vpaths[i].level_err = err; \
326 vdev->vpaths[i].level_trace = trace; \
328 vdev->level_err = err; \
329 vdev->level_trace = trace; \
421 struct vxgedev *vdev, unsigned long timeout)
425 timer->data = (unsigned long)vdev;
430 int vxge_fw_upgrade(struct vxgedev *vdev, cha
420 vxge_os_timer(struct timer_list *timer, void (*func)(unsigned long data), struct vxgedev *vdev, unsigned long timeout) argument
[all...]
/drivers/scsi/fnic/
H A Dvnic_rq.c30 struct vnic_dev *vdev; local
34 vdev = rq->vdev;
70 struct vnic_dev *vdev; local
73 vdev = rq->vdev;
75 vnic_dev_free_desc_ring(vdev, &rq->ring);
85 int vnic_rq_alloc(struct vnic_dev *vdev, struct vnic_rq *rq, unsigned int index, argument
91 rq->vdev = vdev;
[all...]
H A Dfnic_res.c41 err = vnic_dev_spec(fnic->vdev, \
196 return vnic_dev_cmd(fnic->vdev, CMD_NIC_CFG, &a0, &a1, wait);
201 fnic->wq_count = vnic_dev_get_res_count(fnic->vdev, RES_TYPE_WQ);
204 fnic->rq_count = vnic_dev_get_res_count(fnic->vdev, RES_TYPE_RQ);
205 fnic->cq_count = vnic_dev_get_res_count(fnic->vdev, RES_TYPE_CQ);
206 fnic->intr_count = vnic_dev_get_res_count(fnic->vdev,
241 intr_mode = vnic_dev_get_intr_mode(fnic->vdev);
256 err = vnic_wq_alloc(fnic->vdev, &fnic->wq[i], i,
265 err = vnic_wq_copy_alloc(fnic->vdev, &fnic->wq_copy[i],
275 err = vnic_rq_alloc(fnic->vdev,
[all...]
H A Dvnic_cq.h63 struct vnic_dev *vdev; member in struct:vnic_cq
72 int (*q_service)(struct vnic_dev *vdev, struct cq_desc *cq_desc,
88 if ((*q_service)(cq->vdev, cq_desc, type,
112 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index,
70 vnic_cq_service(struct vnic_cq *cq, unsigned int work_to_do, int (*q_service)(struct vnic_dev *vdev, struct cq_desc *cq_desc, u8 type, u16 q_number, u16 completed_index, void *opaque), void *opaque) argument
/drivers/media/platform/exynos4-is/
H A Dfimc-isp-video.c106 isp_dbg(2, &video->ve.vdev,
173 v4l2_err(&video->ve.vdev,
221 isp_dbg(2, &video->ve.vdev,
276 struct media_entity *me = &ve->vdev.entity;
314 struct media_entity *entity = &ivc->ve.vdev.entity;
495 struct media_entity *me = &ve->vdev.entity;
528 media_entity_pipeline_stop(&video->ve.vdev.entity);
575 struct video_device *vdev; local
607 vdev = &iv->ve.vdev;
[all...]
/drivers/net/
H A Dvirtio_net.c101 struct virtio_device *vdev; member in struct:virtnet_info
216 struct virtnet_info *vi = vq->vdev->priv;
248 struct virtnet_info *vi = rq->vq->vdev->priv;
435 struct virtnet_info *vi = rq->vq->vdev->priv;
540 struct virtnet_info *vi = rq->vq->vdev->priv;
665 struct virtnet_info *vi = rq->vq->vdev->priv;
688 struct virtnet_info *vi = rvq->vdev->priv;
738 struct virtnet_info *vi = rq->vq->vdev->priv;
786 struct virtnet_info *vi = rq->vq->vdev->priv;
837 struct virtnet_info *vi = sq->vq->vdev
1016 struct virtio_device *vdev = vi->vdev; local
1323 struct virtio_device *vdev = vi->vdev; local
1444 virtnet_config_changed(struct virtio_device *vdev) argument
1510 struct virtio_device *vdev = vi->vdev; local
1676 virtnet_fail_on_feature(struct virtio_device *vdev, unsigned int fbit, const char *fname, const char *dname) argument
1692 virtnet_validate_features(struct virtio_device *vdev) argument
1710 virtnet_probe(struct virtio_device *vdev) argument
1910 virtnet_remove(struct virtio_device *vdev) argument
1928 virtnet_freeze(struct virtio_device *vdev) argument
1954 virtnet_restore(struct virtio_device *vdev) argument
[all...]
/drivers/char/tpm/
H A Dtpm_ibmvtpm.c43 * @vdev: vio device struct
51 static int ibmvtpm_send_crq(struct vio_dev *vdev, u64 w1, u64 w2) argument
53 return plpar_hcall_norets(H_SEND_CRQ, vdev->unit_address, w1, w2);
151 rc = ibmvtpm_send_crq(ibmvtpm->vdev, word[0], word[1]);
189 rc = ibmvtpm_send_crq(ibmvtpm->vdev, buf[0], buf[1]);
215 rc = ibmvtpm_send_crq(ibmvtpm->vdev, buf[0], buf[1]);
235 rc = ibmvtpm_send_crq(ibmvtpm->vdev, INIT_CRQ_COMP_CMD, 0);
255 rc = ibmvtpm_send_crq(ibmvtpm->vdev, INIT_CRQ_CMD, 0);
265 * @vdev: vio device struct
270 static int tpm_ibmvtpm_remove(struct vio_dev *vdev) argument
307 tpm_ibmvtpm_get_desired_dma(struct vio_dev *vdev) argument
[all...]
/drivers/media/common/saa7146/
H A Dsaa7146_fops.c197 struct video_device *vdev = video_devdata(file); local
202 DEB_EE("file:%p, dev:%s\n", file, video_device_node_name(vdev));
204 if (mutex_lock_interruptible(vdev->lock))
224 v4l2_fh_init(&fh->fh, vdev);
229 if (vdev->vfl_type == VFL_TYPE_VBI) {
256 mutex_unlock(vdev->lock);
262 struct video_device *vdev = video_devdata(file); local
268 mutex_lock(vdev->lock);
270 if (vdev->vfl_type == VFL_TYPE_VBI) {
285 mutex_unlock(vdev
292 struct video_device *vdev = video_devdata(file); local
325 struct video_device *vdev = video_devdata(file); local
364 struct video_device *vdev = video_devdata(file); local
375 struct video_device *vdev = video_devdata(file); local
406 struct video_device *vdev = video_devdata(file); local
[all...]
/drivers/vme/
H A Dvme.c231 struct vme_resource *vme_slave_request(struct vme_dev *vdev, u32 address, argument
240 bridge = vdev->bridge;
387 struct vme_resource *vme_master_request(struct vme_dev *vdev, u32 address, argument
396 bridge = vdev->bridge;
645 struct vme_resource *vme_dma_request(struct vme_dev *vdev, u32 route) argument
656 bridge = vdev->bridge;
984 int vme_irq_request(struct vme_dev *vdev, int level, int statid, argument
990 bridge = vdev->bridge;
1027 void vme_irq_free(struct vme_dev *vdev, int level, int statid) argument
1031 bridge = vdev
1062 vme_irq_generate(struct vme_dev *vdev, int level, int statid) argument
1089 vme_lm_request(struct vme_dev *vdev) argument
1277 vme_slot_num(struct vme_dev *vdev) argument
1296 vme_bus_num(struct vme_dev *vdev) argument
1341 struct vme_dev *vdev; local
1363 struct vme_dev *vdev; local
1472 struct vme_dev *vdev = dev_to_vme_dev(dev); local
1486 struct vme_dev *vdev = dev_to_vme_dev(dev); local
1500 struct vme_dev *vdev = dev_to_vme_dev(dev); local
[all...]
/drivers/media/platform/vivid/
H A Dvivid-core.c216 struct video_device *vdev = video_devdata(file); local
223 if (vdev->vfl_type == VFL_TYPE_GRABBER && vdev->vfl_dir == VFL_DIR_RX)
225 if (vdev->vfl_type == VFL_TYPE_GRABBER && vdev->vfl_dir == VFL_DIR_TX)
227 else if (vdev->vfl_type == VFL_TYPE_VBI && vdev->vfl_dir == VFL_DIR_RX)
229 else if (vdev->vfl_type == VFL_TYPE_VBI && vdev->vfl_dir == VFL_DIR_TX)
231 else if (vdev
246 struct video_device *vdev = video_devdata(file); local
255 struct video_device *vdev = video_devdata(file); local
266 struct video_device *vdev = video_devdata(file); local
277 struct video_device *vdev = video_devdata(file); local
289 struct video_device *vdev = video_devdata(file); local
303 struct video_device *vdev = video_devdata(file); local
316 struct video_device *vdev = video_devdata(file); local
325 struct video_device *vdev = video_devdata(file); local
334 struct video_device *vdev = video_devdata(file); local
343 struct video_device *vdev = video_devdata(file); local
352 struct video_device *vdev = video_devdata(file); local
361 struct video_device *vdev = video_devdata(file); local
371 struct video_device *vdev = video_devdata(file); local
381 struct video_device *vdev = video_devdata(file); local
391 struct video_device *vdev = video_devdata(file); local
401 struct video_device *vdev = video_devdata(file); local
411 struct video_device *vdev = video_devdata(file); local
421 struct video_device *vdev = video_devdata(file); local
430 struct video_device *vdev = video_devdata(file); local
437 vivid_is_in_use(struct video_device *vdev) argument
464 struct video_device *vdev = video_devdata(file); local
[all...]
/drivers/rpmsg/
H A Dvirtio_rpmsg_bus.c39 * @vdev: the virtio device
60 struct virtio_device *vdev; member in struct:virtproc_info
218 struct device *dev = rpdev ? &rpdev->dev : &vrp->vdev->dev;
383 virtio_has_feature(vrp->vdev, VIRTIO_RPMSG_F_NS)) {
408 virtio_has_feature(vrp->vdev, VIRTIO_RPMSG_F_NS)) {
500 struct device *tmp, *dev = &vrp->vdev->dev;
534 rpdev->dev.parent = &vrp->vdev->dev;
555 struct virtio_device *vdev = vrp->vdev; local
558 dev = device_find_child(&vdev
943 rpmsg_probe(struct virtio_device *vdev) argument
1042 rpmsg_remove(struct virtio_device *vdev) argument
[all...]
/drivers/media/radio/
H A Dradio-raremono.c119 struct video_device vdev; member in struct:raremono_device
182 video_unregister_device(&radio->vdev);
353 strlcpy(radio->vdev.name, radio->v4l2_dev.name,
354 sizeof(radio->vdev.name));
355 radio->vdev.v4l2_dev = &radio->v4l2_dev;
356 radio->vdev.fops = &usb_raremono_fops;
357 radio->vdev.ioctl_ops = &usb_raremono_ioctl_ops;
358 radio->vdev.lock = &radio->lock;
359 radio->vdev.release = video_device_release_empty;
363 video_set_drvdata(&radio->vdev, radi
[all...]
/drivers/staging/media/davinci_vpfe/
H A Dvpfe_video.h71 #define to_vpfe_video(vdev) \
72 container_of(vdev, struct vpfe_video_device, video_dev)
147 struct v4l2_device *vdev);
/drivers/tty/hvc/
H A Dhvc_vio.c297 static int hvc_vio_probe(struct vio_dev *vdev, argument
307 if (!vdev || !id)
310 if (of_device_is_compatible(vdev->dev.of_node, "hvterm1")) {
313 } else if (of_device_is_compatible(vdev->dev.of_node, "hvterm-protocol")) {
317 pr_err("hvc_vio: Unknown protocol for %s\n", vdev->dev.of_node->full_name);
322 vdev->dev.of_node->full_name,
327 vdev->unit_address == hvterm_priv0.termno) {
343 pv->termno = vdev->unit_address;
351 hp = hvc_alloc(termno, vdev->irq, ops, MAX_VIO_PUT_CHARS);
354 dev_set_drvdata(&vdev
366 hvc_vio_remove(struct vio_dev *vdev) argument
[all...]
H A Dhvcs.c301 struct vio_dev *vdev; member in struct:hvcs_struct
436 hvcsd->vdev->unit_address,
535 vio_disable_interrupts(hvcsd->vdev);
549 vio_disable_interrupts(hvcsd->vdev);
560 uint32_t unit_address = hvcsd->vdev->unit_address;
598 unit_address = hvcsd->vdev->unit_address;
631 vio_enable_interrupts(hvcsd->vdev);
701 struct vio_dev *vdev; local
714 hvcsd->vdev->unit_address,
719 hvcsd->vdev
1037 hvcs_enable_device(struct hvcs_struct *hvcsd, uint32_t unit_address, unsigned int irq, struct vio_dev *vdev) argument
1103 struct vio_dev *vdev; local
[all...]
/drivers/media/usb/usbvision/
H A Dusbvision-video.c168 struct video_device *vdev = local
170 return video_get_drvdata(vdev);
183 struct video_device *vdev = local
185 struct usb_usbvision *usbvision = video_get_drvdata(vdev);
194 struct video_device *vdev = local
196 struct usb_usbvision *usbvision = video_get_drvdata(vdev);
209 struct video_device *vdev = local
211 struct usb_usbvision *usbvision = video_get_drvdata(vdev);
224 struct video_device *vdev = local
226 struct usb_usbvision *usbvision = video_get_drvdata(vdev);
239 struct video_device *vdev = local
254 struct video_device *vdev = local
265 struct video_device *vdev = local
276 struct video_device *vdev = local
283 usbvision_create_sysfs(struct video_device *vdev) argument
322 usbvision_remove_sysfs(struct video_device *vdev) argument
1324 struct video_device *vdev; local
[all...]
/drivers/media/pci/ivtv/
H A Divtv-ioctl.h29 void ivtv_set_funcs(struct video_device *vdev);
/drivers/net/ethernet/cisco/enic/
H A Dvnic_cq.h60 struct vnic_dev *vdev; member in struct:vnic_cq
74 int (*q_service)(struct vnic_dev *vdev, struct cq_desc *cq_desc,
90 if ((*q_service)(cq->vdev, cq_desc, type,
114 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index,
72 vnic_cq_service(struct vnic_cq *cq, unsigned int work_to_do, int (*q_service)(struct vnic_dev *vdev, struct cq_desc *cq_desc, u8 type, u16 q_number, u16 completed_index, void *opaque), void *opaque) argument
H A Dvnic_rq.c67 struct vnic_dev *vdev; local
70 vdev = rq->vdev;
72 vnic_dev_free_desc_ring(vdev, &rq->ring);
84 int vnic_rq_alloc(struct vnic_dev *vdev, struct vnic_rq *rq, unsigned int index, argument
90 rq->vdev = vdev;
92 rq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_RQ, index);
100 err = vnic_dev_alloc_desc_ring(vdev, &rq->ring, desc_count, desc_size);
H A Dvnic_wq.c67 struct vnic_dev *vdev; local
70 vdev = wq->vdev;
72 vnic_dev_free_desc_ring(vdev, &wq->ring);
84 int vnic_wq_alloc(struct vnic_dev *vdev, struct vnic_wq *wq, unsigned int index, argument
90 wq->vdev = vdev;
92 wq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_WQ, index);
100 err = vnic_dev_alloc_desc_ring(vdev, &wq->ring, desc_count, desc_size);
/drivers/staging/media/omap4iss/
H A Diss_ipipe.h61 struct v4l2_device *vdev);
/drivers/s390/kvm/
H A Dvirtio_ccw.c52 struct virtio_device vdev; member in struct:virtio_ccw_device
139 static struct virtio_ccw_device *to_vc_device(struct virtio_device *vdev) argument
141 return container_of(vdev, struct virtio_ccw_device, vdev);
367 vcdev = to_vc_device(info->vq->vdev);
389 struct virtio_ccw_device *vcdev = to_vc_device(vq->vdev);
417 dev_warn(&vq->vdev->dev, "Error %d while deleting queue %d",
427 static void virtio_ccw_del_vqs(struct virtio_device *vdev) argument
431 struct virtio_ccw_device *vcdev = to_vc_device(vdev);
439 list_for_each_entry_safe(vq, n, &vdev
445 virtio_ccw_setup_vq(struct virtio_device *vdev, int i, vq_callback_t *callback, const char *name, struct ccw1 *ccw) argument
575 virtio_ccw_find_vqs(struct virtio_device *vdev, unsigned nvqs, struct virtqueue *vqs[], vq_callback_t *callbacks[], const char *names[]) argument
642 virtio_ccw_reset(struct virtio_device *vdev) argument
663 virtio_ccw_get_features(struct virtio_device *vdev) argument
700 virtio_ccw_finalize_features(struct virtio_device *vdev) argument
736 virtio_ccw_get_config(struct virtio_device *vdev, unsigned int offset, void *buf, unsigned len) argument
769 virtio_ccw_set_config(struct virtio_device *vdev, unsigned int offset, const void *buf, unsigned len) argument
799 virtio_ccw_get_status(struct virtio_device *vdev) argument
806 virtio_ccw_set_status(struct virtio_device *vdev, u8 status) argument
[all...]
/drivers/char/
H A Dvirtio_console.c134 * ports for that device (vdev->priv).
159 struct virtio_device *vdev; member in struct:ports_device
345 static bool is_rproc_serial(const struct virtio_device *vdev) argument
347 return is_rproc_enabled && vdev->id.device == VIRTIO_ID_RPROC_SERIAL;
356 if (!portdev->vdev)
358 return portdev->vdev->features[0] & (1 << VIRTIO_CONSOLE_F_MULTIPORT);
442 if (is_rproc_serial(vq->vdev)) {
447 * vdev => rproc => platform-dev.
452 if (!vq->vdev->dev.parent || !vq->vdev
1170 struct virtio_device *vdev; local
1829 config_intr(struct virtio_device *vdev) argument
1977 virtcons_probe(struct virtio_device *vdev) argument
2086 virtcons_remove(struct virtio_device *vdev) argument
2142 virtcons_freeze(struct virtio_device *vdev) argument
2175 virtcons_restore(struct virtio_device *vdev) argument
[all...]

Completed in 599 milliseconds

1234567891011>>