/kernel/linux/linux-6.6/drivers/char/tpm/ |
H A D | tpm_ibmvtpm.h | 34 struct vio_dev *vdev; member
|
/kernel/linux/linux-6.6/drivers/char/hw_random/ |
H A D | pseries-rng.c | 41 static unsigned long pseries_rng_get_desired_dma(struct vio_dev *vdev) in pseries_rng_get_desired_dma() argument
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/ |
H A D | camss-video.h | 41 struct video_device vdev; member
|
/kernel/linux/linux-6.6/sound/virtio/ |
H A D | virtio_card.h | 36 * @vdev: Underlying virtio device. 50 struct virtio_device *vdev; member
|
/kernel/linux/linux-5.10/drivers/media/platform/atmel/ |
H A D | atmel-isc-base.c | 2229 struct video_device *vdev = &isc->video_dev; in isc_async_complete() local 2290 strscpy(vdev->name, ATMEL_ISC_NAME, sizeof(vdev->name)); in isc_async_complete() 2291 vdev->release = video_device_release_empty; in isc_async_complete() 2292 vdev->fops = &isc_fops; in isc_async_complete() 2293 vdev->ioctl_ops = &isc_ioctl_ops; in isc_async_complete() 2294 vdev->v4l2_dev = &isc->v4l2_dev; in isc_async_complete() 2295 vdev->vfl_dir = VFL_DIR_RX; in isc_async_complete() 2296 vdev->queue = q; in isc_async_complete() 2297 vdev in isc_async_complete() [all...] |
/kernel/linux/linux-5.10/drivers/crypto/virtio/ |
H A D | virtio_crypto_algs.c | 360 dev_to_node(&vcrypto->vdev->dev)); in __virtio_crypto_skcipher_do_req() 365 dev_to_node(&vcrypto->vdev->dev)); in __virtio_crypto_skcipher_do_req() 422 dev_to_node(&vcrypto->vdev->dev)); in __virtio_crypto_skcipher_do_req() 625 dev_info(&vcrypto->vdev->dev, "Registered algo %s\n", in virtio_crypto_algs_register()
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-common.c | 186 int v4l2_g_parm_cap(struct video_device *vdev, in v4l2_g_parm_cap() argument 196 if (vdev->device_caps & V4L2_CAP_READWRITE) in v4l2_g_parm_cap() 207 int v4l2_s_parm_cap(struct video_device *vdev, in v4l2_s_parm_cap() argument 220 if (vdev->device_caps & V4L2_CAP_READWRITE) in v4l2_s_parm_cap()
|
/kernel/linux/linux-6.6/drivers/media/pci/cx18/ |
H A D | cx18-fileops.c | 685 struct video_device *vdev = &s->video_dev; in cx18_v4l2_close() local 712 filp->private_data == vdev->queue->owner) { in cx18_v4l2_close() 713 vb2_queue_release(vdev->queue); in cx18_v4l2_close() 714 vdev->queue->owner = NULL; in cx18_v4l2_close()
|
H A D | cx18-streams.c | 499 struct video_device *vdev; in cx18_streams_cleanup() local 535 vdev = &cx->streams[type].video_dev; in cx18_streams_cleanup() 537 if (vdev->v4l2_dev == NULL) in cx18_streams_cleanup() 543 vb2_video_unregister_device(vdev); in cx18_streams_cleanup() 545 video_unregister_device(vdev); in cx18_streams_cleanup()
|
/kernel/linux/linux-6.6/drivers/crypto/virtio/ |
H A D | virtio_crypto_skcipher_algs.c | 357 dev_to_node(&vcrypto->vdev->dev)); in __virtio_crypto_skcipher_do_req() 362 dev_to_node(&vcrypto->vdev->dev)); in __virtio_crypto_skcipher_do_req() 419 dev_to_node(&vcrypto->vdev->dev)); in __virtio_crypto_skcipher_do_req() 622 dev_info(&vcrypto->vdev->dev, "Registered algo %s\n", in virtio_crypto_skcipher_algs_register()
|
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/ |
H A D | media-dev.c | 893 sink = &fimc->ve.vdev.entity; in __fimc_md_create_flite_source_links() 932 sink = &isp->video_capture.ve.vdev.entity; in __fimc_md_create_fimc_is_links() 1039 sink = &fmd->fimc[i]->vid_cap.ve.vdev.entity; in fimc_md_create_links() 1133 struct video_device *vdev; in __fimc_md_modify_pipeline() local 1136 vdev = media_entity_to_video_device(entity); in __fimc_md_modify_pipeline() 1137 if (vdev->entity.use_count == 0) in __fimc_md_modify_pipeline() 1140 ve = vdev_to_exynos_video_entity(vdev); in __fimc_md_modify_pipeline()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/ |
H A D | media-dev.c | 895 sink = &fimc->ve.vdev.entity; in __fimc_md_create_flite_source_links() 934 sink = &isp->video_capture.ve.vdev.entity; in __fimc_md_create_fimc_is_links() 1041 sink = &fmd->fimc[i]->vid_cap.ve.vdev.entity; in fimc_md_create_links() 1135 struct video_device *vdev; in __fimc_md_modify_pipeline() local 1138 vdev = media_entity_to_video_device(entity); in __fimc_md_modify_pipeline() 1139 if (vdev->entity.use_count == 0) in __fimc_md_modify_pipeline() 1142 ve = vdev_to_exynos_video_entity(vdev); in __fimc_md_modify_pipeline()
|
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
H A D | nx-842-pseries.c | 102 struct vio_dev *vdev; member 351 ret = vio_h_cop_sync(local_devdata->vdev, &op); in nx842_pseries_compress() 483 ret = vio_h_cop_sync(local_devdata->vdev, &op); in nx842_pseries_decompress() 997 if (old_devdata && old_devdata->vdev != NULL) { in nx842_probe() 1005 new_devdata->vdev = viodev; in nx842_probe()
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | setup.c | 150 int vdev; in condev_setup() local 152 vdev = simple_strtoul(str, &str, 0); in condev_setup() 153 if (vdev >= 0 && vdev < 65536) { in condev_setup() 154 console_devno = vdev; in condev_setup()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | setup.c | 200 int vdev; in condev_setup() local 202 vdev = simple_strtoul(str, &str, 0); in condev_setup() 203 if (vdev >= 0 && vdev < 65536) { in condev_setup() 204 console_devno = vdev; in condev_setup()
|
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/ |
H A D | ispstat.c | 459 struct video_device *vdev = stat->subdev.devnode; in isp_stat_queue_event() local 471 v4l2_event_queue(vdev, &event); in isp_stat_queue_event() 1027 struct v4l2_device *vdev) in omap3isp_stat_register_entities() 1029 stat->subdev.dev = vdev->mdev->dev; in omap3isp_stat_register_entities() 1031 return v4l2_device_register_subdev(vdev, &stat->subdev); in omap3isp_stat_register_entities() 1026 omap3isp_stat_register_entities(struct ispstat *stat, struct v4l2_device *vdev) omap3isp_stat_register_entities() argument
|
/kernel/linux/linux-5.10/drivers/media/usb/uvc/ |
H A D | uvcvideo.h | 310 struct video_device *vdev; member 545 struct video_device vdev; member 577 struct video_device vdev; member 659 struct v4l2_device vdev; member 817 struct video_device *vdev,
|
/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/ |
H A D | cal-video.c | 792 struct video_device *vfd = &ctx->vdev; in cal_ctx_v4l2_register() 821 video_device_node_name(&ctx->vdev)); in cal_ctx_v4l2_unregister() 823 video_unregister_device(&ctx->vdev); in cal_ctx_v4l2_unregister() 829 struct video_device *vfd = &ctx->vdev; in cal_ctx_v4l2_init() 885 media_entity_cleanup(&ctx->vdev.entity); in cal_ctx_v4l2_cleanup()
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/ |
H A D | ispstat.c | 459 struct video_device *vdev = stat->subdev.devnode; in isp_stat_queue_event() local 471 v4l2_event_queue(vdev, &event); in isp_stat_queue_event() 1028 struct v4l2_device *vdev) in omap3isp_stat_register_entities() 1030 stat->subdev.dev = vdev->mdev->dev; in omap3isp_stat_register_entities() 1032 return v4l2_device_register_subdev(vdev, &stat->subdev); in omap3isp_stat_register_entities() 1027 omap3isp_stat_register_entities(struct ispstat *stat, struct v4l2_device *vdev) omap3isp_stat_register_entities() argument
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_subdev.c | 849 pipe->vdev.queue = &pipe->vb_queue; in atomisp_init_subdev_pipe() 850 pipe->vdev.queue->lock = &pipe->vb_queue_mutex; in atomisp_init_subdev_pipe() 877 sd->devnode = &asd->video_out.vdev; in isp_subdev_init_entities() 959 struct v4l2_device *vdev) in atomisp_subdev_register_subdev() 961 return v4l2_device_register_subdev(vdev, &asd->subdev); in atomisp_subdev_register_subdev() 958 atomisp_subdev_register_subdev(struct atomisp_sub_device *asd, struct v4l2_device *vdev) atomisp_subdev_register_subdev() argument
|
/kernel/linux/linux-6.6/drivers/crypto/nx/ |
H A D | nx-common-pseries.c | 127 struct vio_dev *vdev; member 378 ret = vio_h_cop_sync(local_devdata->vdev, &op); in nx842_pseries_compress() 510 ret = vio_h_cop_sync(local_devdata->vdev, &op); in nx842_pseries_decompress() 1052 if (old_devdata && old_devdata->vdev != NULL) { in nx842_probe() 1060 new_devdata->vdev = viodev; in nx842_probe()
|
/kernel/linux/linux-5.10/drivers/media/platform/am437x/ |
H A D | am437x-vpfe.c | 2210 struct video_device *vdev; in vpfe_probe_complete() local 2248 vdev = &vpfe->video_dev; in vpfe_probe_complete() 2249 strscpy(vdev->name, VPFE_MODULE_NAME, sizeof(vdev->name)); in vpfe_probe_complete() 2250 vdev->release = video_device_release_empty; in vpfe_probe_complete() 2251 vdev->fops = &vpfe_fops; in vpfe_probe_complete() 2252 vdev->ioctl_ops = &vpfe_ioctl_ops; in vpfe_probe_complete() 2253 vdev->v4l2_dev = &vpfe->v4l2_dev; in vpfe_probe_complete() 2254 vdev->vfl_dir = VFL_DIR_RX; in vpfe_probe_complete() 2255 vdev in vpfe_probe_complete() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/ti/am437x/ |
H A D | am437x-vpfe.c | 2213 struct video_device *vdev; in vpfe_probe_complete() local 2251 vdev = &vpfe->video_dev; in vpfe_probe_complete() 2252 strscpy(vdev->name, VPFE_MODULE_NAME, sizeof(vdev->name)); in vpfe_probe_complete() 2253 vdev->release = video_device_release_empty; in vpfe_probe_complete() 2254 vdev->fops = &vpfe_fops; in vpfe_probe_complete() 2255 vdev->ioctl_ops = &vpfe_ioctl_ops; in vpfe_probe_complete() 2256 vdev->v4l2_dev = &vpfe->v4l2_dev; in vpfe_probe_complete() 2257 vdev->vfl_dir = VFL_DIR_RX; in vpfe_probe_complete() 2258 vdev in vpfe_probe_complete() [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/tw68/ |
H A D | tw68-core.c | 324 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-5.10/include/media/ |
H A D | v4l2-ctrls.h | 1374 * @vdev: pointer to &struct video_device 1380 int v4l2_g_ext_ctrls(struct v4l2_ctrl_handler *hdl, struct video_device *vdev, 1388 * @vdev: pointer to &struct video_device 1395 struct video_device *vdev, 1405 * @vdev: pointer to &struct video_device 1412 struct video_device *vdev,
|