/kernel/linux/linux-5.10/drivers/media/usb/s2255/ |
H A D | s2255drv.c | 206 struct video_device vdev; member 252 struct mutex lock; /* channels[].vdev.lock */ 546 struct s2255_dev *dev = to_s2255_dev(vc->vdev.v4l2_dev); in s2255_got_frame() 988 struct s2255_dev *dev = to_s2255_dev(vc->vdev.v4l2_dev); in s2255_set_mode() 1037 struct s2255_dev *dev = to_s2255_dev(vc->vdev.v4l2_dev); in s2255_cmd_status() 1548 static void s2255_video_device_release(struct video_device *vdev) in s2255_video_device_release() argument 1550 struct s2255_dev *dev = to_s2255_dev(vdev->v4l2_dev); in s2255_video_device_release() 1552 container_of(vdev, struct s2255_vc, vdev); in s2255_video_device_release() 1642 vc->vdev in s2255_probe_v4l() [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/s2255/ |
H A D | s2255drv.c | 206 struct video_device vdev; member 252 struct mutex lock; /* channels[].vdev.lock */ 546 struct s2255_dev *dev = to_s2255_dev(vc->vdev.v4l2_dev); in s2255_got_frame() 986 struct s2255_dev *dev = to_s2255_dev(vc->vdev.v4l2_dev); in s2255_set_mode() 1035 struct s2255_dev *dev = to_s2255_dev(vc->vdev.v4l2_dev); in s2255_cmd_status() 1546 static void s2255_video_device_release(struct video_device *vdev) in s2255_video_device_release() argument 1548 struct s2255_dev *dev = to_s2255_dev(vdev->v4l2_dev); in s2255_video_device_release() 1550 container_of(vdev, struct s2255_vc, vdev); in s2255_video_device_release() 1640 vc->vdev in s2255_probe_v4l() [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/ |
H A D | fimc-capture.c | 325 fimc_pipeline_call(ve, open, &ve->vdev.entity, false); in fimc_capture_resume() 389 v4l2_err(&ctx->fimc_dev->vid_cap.ve.vdev, in buffer_prepare() 448 v4l2_err(&ve->vdev, "stream on failed: %d\n", ret); in buffer_queue() 494 ret = fimc_pipeline_call(ve, open, &ve->vdev.entity, true); in fimc_capture_open() 497 ve->vdev.entity.use_count++; in fimc_capture_open() 527 media_pipeline_stop(&vc->ve.vdev.entity); in fimc_capture_release() 539 vc->ve.vdev.entity.use_count--; in fimc_capture_release() 1179 struct media_entity *entity = &vc->ve.vdev.entity; in fimc_cap_streamon() 1237 media_pipeline_stop(&vc->ve.vdev.entity); in fimc_cap_streamoff() 1713 struct video_device *vfd = &fimc->vid_cap.ve.vdev; in fimc_register_capture_device() 1836 struct video_device *vdev; fimc_capture_subdev_unregistered() local [all...] |
/kernel/linux/linux-6.6/arch/um/include/linux/ |
H A D | virtio-uml.h | 10 void virtio_uml_set_no_vq_suspend(struct virtio_device *vdev,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | blk-mq-virtio.h | 9 struct virtio_device *vdev, int first_vec);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | blk-mq-virtio.h | 9 struct virtio_device *vdev, int first_vec);
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-ring.c | 572 stream_id, ep->vdev->slot_id, ep->ep_index); in xhci_virt_ep_to_ring() 603 static u64 xhci_get_hw_deq(struct xhci_hcd *xhci, struct xhci_virt_device *vdev, in xhci_get_hw_deq() argument 610 ep = &vdev->eps[ep_index]; in xhci_get_hw_deq() 616 ep_ctx = xhci_get_ep_ctx(xhci, vdev->out_ctx, ep_index); in xhci_get_hw_deq() 934 unsigned int slot_id = ep->vdev->slot_id; in xhci_handle_halted_endpoint() 941 if (ep->vdev->flags & VDEV_PORT_ERROR) in xhci_handle_halted_endpoint() 987 unsigned int slot_id = ep->vdev->slot_id; in xhci_invalidate_cancelled_tds() 1011 hw_deq = xhci_get_hw_deq(xhci, ep->vdev, ep->ep_index, in xhci_invalidate_cancelled_tds() 1070 hw_deq = xhci_get_hw_deq(ep->xhci, ep->vdev, ep->ep_index, 0); in find_halted_td() 1113 ep_ctx = xhci_get_ep_ctx(xhci, ep->vdev in xhci_handle_cmd_stop_ep() 1525 struct xhci_virt_device *vdev; xhci_handle_cmd_addr_dev() local 1537 struct xhci_virt_device *vdev; xhci_handle_cmd_reset_dev() local [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
H A D | vdec.c | 1616 struct video_device *vdev; in vdec_probe() local 1635 vdev = video_device_alloc(); in vdec_probe() 1636 if (!vdev) in vdec_probe() 1639 strscpy(vdev->name, "qcom-venus-decoder", sizeof(vdev->name)); in vdec_probe() 1640 vdev->release = video_device_release; in vdec_probe() 1641 vdev->fops = &vdec_fops; in vdec_probe() 1642 vdev->ioctl_ops = &vdec_ioctl_ops; in vdec_probe() 1643 vdev->vfl_dir = VFL_DIR_M2M; in vdec_probe() 1644 vdev in vdec_probe() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | vdec.c | 1778 struct video_device *vdev; in vdec_probe() local 1797 vdev = video_device_alloc(); in vdec_probe() 1798 if (!vdev) in vdec_probe() 1801 strscpy(vdev->name, "qcom-venus-decoder", sizeof(vdev->name)); in vdec_probe() 1802 vdev->release = video_device_release; in vdec_probe() 1803 vdev->fops = &vdec_fops; in vdec_probe() 1804 vdev->ioctl_ops = &vdec_ioctl_ops; in vdec_probe() 1805 vdev->vfl_dir = VFL_DIR_M2M; in vdec_probe() 1806 vdev in vdec_probe() [all...] |
H A D | venc.c | 1547 struct video_device *vdev; in venc_probe() local 1566 vdev = video_device_alloc(); in venc_probe() 1567 if (!vdev) in venc_probe() 1570 strscpy(vdev->name, "qcom-venus-encoder", sizeof(vdev->name)); in venc_probe() 1571 vdev->release = video_device_release; in venc_probe() 1572 vdev->fops = &venc_fops; in venc_probe() 1573 vdev->ioctl_ops = &venc_ioctl_ops; in venc_probe() 1574 vdev->vfl_dir = VFL_DIR_M2M; in venc_probe() 1575 vdev in venc_probe() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/fnic/ |
H A D | fnic_fcs.c | 59 fnic->link_status = vnic_dev_link_status(fnic->vdev); in fnic_handle_link() 60 fnic->link_down_cnt = vnic_dev_link_down_cnt(fnic->vdev); in fnic_handle_link() 62 new_port_speed = vnic_dev_port_speed(fnic->vdev); in fnic_handle_link() 70 switch (vnic_dev_port_speed(fnic->vdev)) { in fnic_handle_link() 725 vnic_dev_del_addr(fnic->vdev, data); in fnic_update_mac_locked() 728 vnic_dev_add_addr(fnic->vdev, new); in fnic_update_mac_locked() 820 struct fnic *fnic = vnic_dev_priv(rq->vdev); in fnic_rq_cmpl_frame_recv() 917 static int fnic_rq_cmpl_handler_cont(struct vnic_dev *vdev, in fnic_rq_cmpl_handler_cont() argument 922 struct fnic *fnic = vnic_dev_priv(vdev); in fnic_rq_cmpl_handler_cont() 960 struct fnic *fnic = vnic_dev_priv(rq->vdev); in fnic_alloc_rq_frame() 1248 fnic_wq_cmpl_handler_cont(struct vnic_dev *vdev, struct cq_desc *cq_desc, u8 type, u16 q_number, u16 completed_index, void *opaque) fnic_wq_cmpl_handler_cont() argument [all...] |
H A D | vnic_rq.h | 82 struct vnic_dev *vdev; member 212 int vnic_rq_alloc(struct vnic_dev *vdev, struct vnic_rq *rq, unsigned int index,
|
/kernel/linux/linux-5.10/drivers/staging/media/zoran/ |
H A D | zoran_card.h | 26 extern void zoran_vdev_release(struct video_device *vdev);
|
/kernel/linux/linux-6.6/drivers/vfio/cdx/ |
H A D | private.h | 24 struct vfio_device vdev; member
|
/kernel/linux/linux-6.6/drivers/media/pci/zoran/ |
H A D | zoran_card.h | 25 void zoran_vdev_release(struct video_device *vdev);
|
/kernel/linux/linux-5.10/drivers/crypto/virtio/ |
H A D | virtio_crypto_mgr.c | 194 if ((node == dev_to_node(&tmp_dev->vdev->dev) || in virtcrypto_get_dev_node() 195 dev_to_node(&tmp_dev->vdev->dev) < 0) && in virtcrypto_get_dev_node()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_rq.h | 87 struct vnic_dev *vdev; member 208 int vnic_rq_alloc(struct vnic_dev *vdev, struct vnic_rq *rq, unsigned int index,
|
/kernel/linux/linux-5.10/drivers/scsi/fnic/ |
H A D | vnic_rq.h | 94 struct vnic_dev *vdev; member 224 int vnic_rq_alloc(struct vnic_dev *vdev, struct vnic_rq *rq, unsigned int index,
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_file.c | 188 struct v4l2_device *vdev) in atomisp_file_input_register_entities() 191 return v4l2_device_register_subdev(vdev, &file_dev->sd); in atomisp_file_input_register_entities() 187 atomisp_file_input_register_entities(struct atomisp_file_device *file_dev, struct v4l2_device *vdev) atomisp_file_input_register_entities() argument
|
H A D | atomisp_cmd.c | 99 container_of(dev, struct atomisp_video_pipe, vdev); in atomisp_to_video_pipe() 108 container_of(dev, struct atomisp_acc_pipe, vdev); in atomisp_to_acc_pipe() 726 pipe->vdev.name); in atomisp_flush_video_pipe() 1544 dev_err(isp->dev, "%s, vdev %s buffers in css: %d\n", in atomisp_wdt_work() 1546 asd->video_out_capture.vdev.name, in atomisp_wdt_work() 1550 "%s, vdev %s buffers in css: %d\n", in atomisp_wdt_work() 1552 asd->video_out_vf.vdev.name, in atomisp_wdt_work() 1556 "%s, vdev %s buffers in css: %d\n", in atomisp_wdt_work() 1558 asd->video_out_preview.vdev.name, in atomisp_wdt_work() 1562 "%s, vdev in atomisp_wdt_work() 4223 atomisp_set_parameters(struct video_device *vdev, struct atomisp_parameters *arg) atomisp_set_parameters() argument 4836 atomisp_get_fmt(struct video_device *vdev, struct v4l2_format *f) atomisp_get_fmt() argument 4880 atomisp_try_fmt(struct video_device *vdev, struct v4l2_format *f, bool *res_overflow) atomisp_try_fmt() argument 5222 atomisp_set_fmt_to_isp(struct video_device *vdev, struct ia_css_frame_info *output_info, struct ia_css_frame_info *raw_output_info, struct v4l2_pix_format *pix, unsigned int source_pad) atomisp_set_fmt_to_isp() argument 5562 atomisp_set_fmt_to_snr(struct video_device *vdev, struct v4l2_format *f, unsigned int pixelformat, unsigned int padding_w, unsigned int padding_h, unsigned int dvs_env_w, unsigned int dvs_env_h) atomisp_set_fmt_to_snr() argument 5660 atomisp_set_fmt(struct video_device *vdev, struct v4l2_format *f) atomisp_set_fmt() argument 6109 atomisp_set_fmt_file(struct video_device *vdev, struct v4l2_format *f) atomisp_set_fmt_file() argument 6702 atomisp_get_invalid_frame_num(struct video_device *vdev, int *invalid_frame_num) atomisp_get_invalid_frame_num() argument [all...] |
H A D | atomisp_tpg.h | 37 struct v4l2_device *vdev);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_rq.h | 74 struct vnic_dev *vdev; member 195 int vnic_rq_alloc(struct vnic_dev *vdev, struct vnic_rq *rq, unsigned int index,
|
/kernel/linux/linux-6.6/drivers/crypto/virtio/ |
H A D | virtio_crypto_mgr.c | 194 if ((node == dev_to_node(&tmp_dev->vdev->dev) || in virtcrypto_get_dev_node() 195 dev_to_node(&tmp_dev->vdev->dev) < 0) && in virtcrypto_get_dev_node()
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/ |
H A D | params_v20.c | 99 static void fec_data_abandon(struct rkispp_params_vdev *vdev, struct fec_params_cfg *params) in fec_data_abandon() argument 105 if (params->fec_cfg.buf_fd == vdev->buf_fec[i].dma_fd) { in fec_data_abandon() 106 data = (struct rkispp_fec_head *)vdev->buf_fec[i].vaddr; in fec_data_abandon()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/ |
H A D | params_v20.c | 100 static void fec_data_abandon(struct rkispp_params_vdev *vdev, in fec_data_abandon() argument 107 if (params->fec_cfg.buf_fd == vdev->buf_fec[i].dma_fd) { in fec_data_abandon() 108 data = (struct rkispp_fec_head *)vdev->buf_fec[i].vaddr; in fec_data_abandon()
|