Home
last modified time | relevance | path

Searched refs:vdev (Results 676 - 700 of 1086) sorted by relevance

1...<<21222324252627282930>>...44

/kernel/linux/linux-5.10/net/8021q/
H A Dvlan_core.c232 struct net_device *vdev; in vlan_for_each() local
242 vdev = vlan_group_get_device(&vlan_info->grp, vid_info->proto, in vlan_for_each()
244 ret = action(vdev, vid_info->vid, arg); in vlan_for_each()
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/
H A Drkisp1-dev.c161 sink = &rkisp1->capture_devs[i].vnode.vdev.entity; in rkisp1_create_links()
169 source = &rkisp1->params.vnode.vdev.entity; in rkisp1_create_links()
178 sink = &rkisp1->stats.vnode.vdev.entity; in rkisp1_create_links()
/kernel/linux/linux-6.6/include/media/
H A Dv4l2-ctrls.h1460 * @vdev: pointer to &struct video_device
1466 int v4l2_g_ext_ctrls(struct v4l2_ctrl_handler *hdl, struct video_device *vdev,
1474 * @vdev: pointer to &struct video_device
1481 struct video_device *vdev,
1491 * @vdev: pointer to &struct video_device
1498 struct video_device *vdev,
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-dev.c380 &rkisp1->capture_devs[i].vnode.vdev.entity; in rkisp1_create_links()
398 ret = media_create_pad_link(&rkisp1->params.vnode.vdev.entity, 0, in rkisp1_create_links()
409 &rkisp1->stats.vnode.vdev.entity, 0, in rkisp1_create_links()
/kernel/linux/linux-6.6/drivers/media/pci/tw68/
H A Dtw68-core.c324 dev->name, video_device_node_name(&dev->vdev)); in tw68_initdev()
329 video_unregister_device(&dev->vdev); in tw68_initdev()
351 video_unregister_device(&dev->vdev); in tw68_finidev()
/kernel/linux/linux-6.6/drivers/media/platform/sunxi/sun4i-csi/
H A Dsun4i_dma.c269 ret = video_device_pipeline_alloc_start(&csi->vdev); in sun4i_csi_start_streaming()
333 video_device_pipeline_stop(&csi->vdev); in sun4i_csi_start_streaming()
362 video_device_pipeline_stop(&csi->vdev); in sun4i_csi_stop_streaming()
/kernel/linux/linux-6.6/drivers/gpu/drm/virtio/
H A Dvirtgpu_drv.h220 struct virtio_device *vdev; member
285 int virtio_gpu_init(struct virtio_device *vdev, struct drm_device *dev);
445 void virtio_gpu_fence_event_process(struct virtio_gpu_device *vdev,
/kernel/linux/linux-6.6/net/8021q/
H A Dvlan_core.c233 struct net_device *vdev; in vlan_for_each() local
243 vdev = vlan_group_get_device(&vlan_info->grp, vid_info->proto, in vlan_for_each()
245 ret = action(vdev, vid_info->vid, arg); in vlan_for_each()
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
H A Dfimc-lite.c392 v4l2_err(&fimc->ve.vdev, in buffer_prepare()
462 struct media_entity *me = &fimc->ve.vdev.entity; in fimc_lite_open()
512 struct media_entity *entity = &fimc->ve.vdev.entity; in fimc_lite_release()
817 struct media_entity *entity = &fimc->ve.vdev.entity; in fimc_lite_streamon()
854 media_pipeline_stop(&fimc->ve.vdev.entity); in fimc_lite_streamoff()
1245 struct video_device *vfd = &fimc->ve.vdev; in fimc_lite_subdev_registered()
1310 if (video_is_registered(&fimc->ve.vdev)) { in fimc_lite_subdev_unregistered()
1311 video_unregister_device(&fimc->ve.vdev); in fimc_lite_subdev_unregistered()
1312 media_entity_cleanup(&fimc->ve.vdev.entity); in fimc_lite_subdev_unregistered()
1571 &fimc->ve.vdev in fimc_lite_resume()
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/marvell-ccic/
H A Dmcam-core.c1783 cam->vdev = mcam_v4l_template; in mccic_notify_bound()
1784 cam->vdev.v4l2_dev = &cam->v4l2_dev; in mccic_notify_bound()
1785 cam->vdev.lock = &cam->s_mutex; in mccic_notify_bound()
1786 cam->vdev.queue = &cam->vb_queue; in mccic_notify_bound()
1787 video_set_drvdata(&cam->vdev, cam); in mccic_notify_bound()
1788 ret = video_register_device(&cam->vdev, VFL_TYPE_VIDEO, -1); in mccic_notify_bound()
1811 video_unregister_device(&cam->vdev); in mccic_notify_unbind()
1939 if (!list_empty(&cam->vdev.fh_list)) { in mccic_shutdown()
1958 if (!list_empty(&cam->vdev.fh_list)) { in mccic_suspend()
1974 if (!list_empty(&cam->vdev in mccic_resume()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/tw5864/
H A Dtw5864-video.c1124 input->vdev = tw5864_video_template; in tw5864_video_input_init()
1125 input->vdev.v4l2_dev = &input->root->v4l2_dev; in tw5864_video_input_init()
1126 input->vdev.lock = &input->lock; in tw5864_video_input_init()
1127 input->vdev.queue = &input->vidq; in tw5864_video_input_init()
1128 video_set_drvdata(&input->vdev, input); in tw5864_video_input_init()
1157 input->vdev.ctrl_handler = hdl; in tw5864_video_input_init()
1164 ret = video_register_device(&input->vdev, VFL_TYPE_VIDEO, video_nr); in tw5864_video_input_init()
1169 video_device_node_name(&input->vdev)); in tw5864_video_input_init()
1194 vb2_video_unregister_device(&dev->vdev); in tw5864_video_input_fini()
1454 v4l2_event_queue(&input->vdev, in tw5864_handle_frame()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H A Dcpsw_new.c144 static int cpsw_update_vlan_mc(struct net_device *vdev, int vid, void *ctx) in cpsw_update_vlan_mc() argument
150 if (!vdev || !(vdev->flags & IFF_UP)) in cpsw_update_vlan_mc()
154 netdev_for_each_mc_addr(ha, vdev) { in cpsw_update_vlan_mc()
209 static int cpsw_purge_vlan_mc(struct net_device *vdev, int vid, void *ctx) in cpsw_purge_vlan_mc() argument
215 if (!vdev || !(vdev->flags & IFF_UP)) in cpsw_purge_vlan_mc()
219 netdev_for_each_mc_addr(ha, vdev) { in cpsw_purge_vlan_mc()
484 static int cpsw_restore_vlans(struct net_device *vdev, int vid, void *arg) in cpsw_restore_vlans() argument
488 if (!vdev || !vi in cpsw_restore_vlans()
[all...]
H A Dcpsw.c203 static int cpsw_update_vlan_mc(struct net_device *vdev, int vid, void *ctx) in cpsw_update_vlan_mc() argument
209 if (!vdev || !(vdev->flags & IFF_UP)) in cpsw_update_vlan_mc()
213 netdev_for_each_mc_addr(ha, vdev) { in cpsw_update_vlan_mc()
268 static int cpsw_purge_vlan_mc(struct net_device *vdev, int vid, void *ctx) in cpsw_purge_vlan_mc() argument
274 if (!vdev || !(vdev->flags & IFF_UP)) in cpsw_purge_vlan_mc()
278 netdev_for_each_mc_addr(ha, vdev) { in cpsw_purge_vlan_mc()
736 static int cpsw_restore_vlans(struct net_device *vdev, int vid, void *arg) in cpsw_restore_vlans() argument
740 if (!vdev) in cpsw_restore_vlans()
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/tm6000/
H A Dtm6000-video.c1292 struct video_device *vdev = video_devdata(file); in __tm6000_open() local
1300 video_device_node_name(vdev)); in __tm6000_open()
1302 switch (vdev->vfl_type) { in __tm6000_open()
1320 video_device_node_name(vdev), v4l2_type_names[type], in __tm6000_open()
1330 v4l2_fh_init(&fh->fh, vdev); in __tm6000_open()
1382 struct video_device *vdev = video_devdata(file); in tm6000_open() local
1385 mutex_lock(vdev->lock); in tm6000_open()
1387 mutex_unlock(vdev->lock); in tm6000_open()
1463 struct video_device *vdev = video_devdata(file); in tm6000_release() local
1466 video_device_node_name(vdev), de in tm6000_release()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H A Dcpsw_new.c146 static int cpsw_update_vlan_mc(struct net_device *vdev, int vid, void *ctx) in cpsw_update_vlan_mc() argument
152 if (!vdev || !(vdev->flags & IFF_UP)) in cpsw_update_vlan_mc()
156 netdev_for_each_mc_addr(ha, vdev) { in cpsw_update_vlan_mc()
211 static int cpsw_purge_vlan_mc(struct net_device *vdev, int vid, void *ctx) in cpsw_purge_vlan_mc() argument
217 if (!vdev || !(vdev->flags & IFF_UP)) in cpsw_purge_vlan_mc()
221 netdev_for_each_mc_addr(ha, vdev) { in cpsw_purge_vlan_mc()
476 static int cpsw_restore_vlans(struct net_device *vdev, int vid, void *arg) in cpsw_restore_vlans() argument
480 if (!vdev || !vi in cpsw_restore_vlans()
[all...]
H A Dcpsw.c203 static int cpsw_update_vlan_mc(struct net_device *vdev, int vid, void *ctx) in cpsw_update_vlan_mc() argument
209 if (!vdev || !(vdev->flags & IFF_UP)) in cpsw_update_vlan_mc()
213 netdev_for_each_mc_addr(ha, vdev) { in cpsw_update_vlan_mc()
268 static int cpsw_purge_vlan_mc(struct net_device *vdev, int vid, void *ctx) in cpsw_purge_vlan_mc() argument
274 if (!vdev || !(vdev->flags & IFF_UP)) in cpsw_purge_vlan_mc()
278 netdev_for_each_mc_addr(ha, vdev) { in cpsw_purge_vlan_mc()
730 static int cpsw_restore_vlans(struct net_device *vdev, int vid, void *arg) in cpsw_restore_vlans() argument
734 if (!vdev) in cpsw_restore_vlans()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/marvell/
H A Dmcam-core.c1786 cam->vdev = mcam_v4l_template; in mccic_notify_bound()
1787 cam->vdev.v4l2_dev = &cam->v4l2_dev; in mccic_notify_bound()
1788 cam->vdev.lock = &cam->s_mutex; in mccic_notify_bound()
1789 cam->vdev.queue = &cam->vb_queue; in mccic_notify_bound()
1790 video_set_drvdata(&cam->vdev, cam); in mccic_notify_bound()
1791 ret = video_register_device(&cam->vdev, VFL_TYPE_VIDEO, -1); in mccic_notify_bound()
1814 video_unregister_device(&cam->vdev); in mccic_notify_unbind()
1924 if (!list_empty(&cam->vdev.fh_list)) { in mccic_shutdown()
1942 if (!list_empty(&cam->vdev.fh_list)) { in mccic_suspend()
1958 if (!list_empty(&cam->vdev in mccic_resume()
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/tw5864/
H A Dtw5864-video.c1123 input->vdev = tw5864_video_template; in tw5864_video_input_init()
1124 input->vdev.v4l2_dev = &input->root->v4l2_dev; in tw5864_video_input_init()
1125 input->vdev.lock = &input->lock; in tw5864_video_input_init()
1126 input->vdev.queue = &input->vidq; in tw5864_video_input_init()
1127 video_set_drvdata(&input->vdev, input); in tw5864_video_input_init()
1156 input->vdev.ctrl_handler = hdl; in tw5864_video_input_init()
1163 ret = video_register_device(&input->vdev, VFL_TYPE_VIDEO, video_nr); in tw5864_video_input_init()
1168 video_device_node_name(&input->vdev)); in tw5864_video_input_init()
1193 vb2_video_unregister_device(&dev->vdev); in tw5864_video_input_fini()
1453 v4l2_event_queue(&input->vdev, in tw5864_handle_frame()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/
H A Dibmvfc.c735 struct vio_dev *vdev = to_vio_dev(vhost->dev); in ibmvfc_send_crq() local
736 return plpar_hcall_norets(H_SEND_CRQ, vdev->unit_address, word1, word2); in ibmvfc_send_crq()
742 struct vio_dev *vdev = to_vio_dev(vhost->dev); in ibmvfc_send_sub_crq() local
744 return plpar_hcall_norets(H_SEND_SUB_CRQ, vdev->unit_address, cookie, in ibmvfc_send_sub_crq()
893 struct vio_dev *vdev = to_vio_dev(vhost->dev); in ibmvfc_release_crq_queue() local
897 free_irq(vdev->irq, vhost); in ibmvfc_release_crq_queue()
902 rc = plpar_hcall_norets(H_FREE_CRQ, vdev->unit_address); in ibmvfc_release_crq_queue()
921 struct vio_dev *vdev = to_vio_dev(vhost->dev); in ibmvfc_reenable_crq_queue() local
930 rc = plpar_hcall_norets(H_ENABLE_CRQ, vdev->unit_address); in ibmvfc_reenable_crq_queue()
959 struct vio_dev *vdev in ibmvfc_reset_crq() local
3754 struct vio_dev *vdev = to_vio_dev(vhost->dev); ibmvfc_tasklet() local
3808 struct vio_dev *vdev = to_vio_dev(dev); ibmvfc_toggle_scrq_irq() local
5831 struct vio_dev *vdev = to_vio_dev(dev); ibmvfc_init_crq() local
5883 struct vio_dev *vdev = to_vio_dev(dev); ibmvfc_register_scsi_channel() local
5935 struct vio_dev *vdev = to_vio_dev(dev); ibmvfc_deregister_scsi_channel() local
6229 ibmvfc_probe(struct vio_dev *vdev, const struct vio_device_id *id) ibmvfc_probe() argument
6339 ibmvfc_remove(struct vio_dev *vdev) ibmvfc_remove() argument
6385 struct vio_dev *vdev = to_vio_dev(dev); ibmvfc_resume() local
6402 ibmvfc_get_desired_dma(struct vio_dev *vdev) ibmvfc_get_desired_dma() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/mtk-jpeg/
H A Dmtk_jpeg_core.h86 * @vdev: video device node for jpeg mem2mem mode
100 struct video_device *vdev; member
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H A Dispccdc.h165 struct v4l2_device *vdev);
H A Disppreview.h151 struct v4l2_device *vdev);
H A Dispresizer.h122 struct v4l2_device *vdev);
/kernel/linux/linux-5.10/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.h38 struct video_device vdev; member
/kernel/linux/linux-5.10/include/media/
H A Dv4l2-event.h97 * @vdev: pointer to &struct video_device
106 void v4l2_event_queue(struct video_device *vdev, const struct v4l2_event *ev);

Completed in 34 milliseconds

1...<<21222324252627282930>>...44