Home
last modified time | relevance | path

Searched refs:vdev (Results 776 - 800 of 1085) sorted by relevance

1...<<31323334353637383940>>...44

/kernel/linux/linux-6.6/drivers/media/pci/saa7134/
H A Dsaa7134.h725 struct video_device *vdev = video_devdata(file); in is_empress() local
726 struct saa7134_dev *dev = video_get_drvdata(vdev); in is_empress()
728 return vdev->queue == &dev->empress_vbq; in is_empress()
/kernel/linux/linux-6.6/drivers/staging/media/omap4iss/
H A Diss_ipipeif.c778 struct v4l2_device *vdev) in omap4iss_ipipeif_register_entities()
783 ret = v4l2_device_register_subdev(vdev, &ipipeif->subdev); in omap4iss_ipipeif_register_entities()
787 ret = omap4iss_video_register(&ipipeif->video_out, vdev); in omap4iss_ipipeif_register_entities()
777 omap4iss_ipipeif_register_entities(struct iss_ipipeif_device *ipipeif, struct v4l2_device *vdev) omap4iss_ipipeif_register_entities() argument
H A Diss_resizer.c818 struct v4l2_device *vdev) in omap4iss_resizer_register_entities()
823 ret = v4l2_device_register_subdev(vdev, &resizer->subdev); in omap4iss_resizer_register_entities()
827 ret = omap4iss_video_register(&resizer->video_out, vdev); in omap4iss_resizer_register_entities()
817 omap4iss_resizer_register_entities(struct iss_resizer_device *resizer, struct v4l2_device *vdev) omap4iss_resizer_register_entities() argument
/kernel/linux/linux-6.6/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c230 int node = dev_to_node(&vcrypto->vdev->dev); in __virtio_crypto_akcipher_do_req()
301 GFP_KERNEL, dev_to_node(&vcrypto->vdev->dev)); in virtio_crypto_rsa_do_req()
569 dev_info(&vcrypto->vdev->dev, "Registered akcipher algo %s\n", in virtio_crypto_akcipher_algs_register()
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/
H A Dvsp1_histo.c428 struct vsp1_histogram *histo = vdev_to_histo(vfh->vdev); in histo_v4l2_querycap()
445 struct vsp1_histogram *histo = vdev_to_histo(vfh->vdev); in histo_v4l2_enum_format()
459 struct vsp1_histogram *histo = vdev_to_histo(vfh->vdev); in histo_v4l2_get_format()
H A Dvsp1_video.c954 struct vsp1_video *video = to_vsp1_video(vfh->vdev); in vsp1_video_querycap()
971 struct vsp1_video *video = to_vsp1_video(vfh->vdev); in vsp1_video_get_format()
987 struct vsp1_video *video = to_vsp1_video(vfh->vdev); in vsp1_video_try_format()
999 struct vsp1_video *video = to_vsp1_video(vfh->vdev); in vsp1_video_set_format()
1029 struct vsp1_video *video = to_vsp1_video(vfh->vdev); in vsp1_video_streamon()
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc.c753 struct video_device *vdev = video_devdata(file); in s5p_mfc_open() local
770 v4l2_fh_init(&ctx->fh, vdev); in s5p_mfc_open()
791 if (vdev == dev->vfd_dec) { in s5p_mfc_open()
801 } else if (vdev == dev->vfd_enc) { in s5p_mfc_open()
847 if (vdev == dev->vfd_dec) { in s5p_mfc_open()
850 } else if (vdev == dev->vfd_enc) { in s5p_mfc_open()
874 if (vdev == dev->vfd_dec) { in s5p_mfc_open()
877 } else if (vdev == dev->vfd_enc) { in s5p_mfc_open()
979 /* vdev is gone if dev is null */ in s5p_mfc_release()
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c1100 struct video_device *vdev = video_devdata(file); in ctrl_is_pointer() local
1104 const struct v4l2_ioctl_ops *ops = vdev->ioctl_ops; in ctrl_is_pointer()
1106 if (test_bit(V4L2_FL_USES_V4L2_FH, &vdev->flags)) in ctrl_is_pointer()
1111 else if (vdev->ctrl_handler) in ctrl_is_pointer()
1112 hdl = vdev->ctrl_handler; in ctrl_is_pointer()
1778 * If the function is a private one it calls vdev->fops->compat_ioctl32
1783 struct video_device *vdev = video_devdata(file); in v4l2_compat_ioctl32() local
1791 else if (vdev->fops->compat_ioctl32) in v4l2_compat_ioctl32()
1792 ret = vdev->fops->compat_ioctl32(file, cmd, arg); in v4l2_compat_ioctl32()
/kernel/linux/linux-5.10/drivers/media/usb/hackrf/
H A Dhackrf.c917 struct video_device *vdev = video_devdata(file); in hackrf_s_fmt_sdr() local
924 if (vdev->vfl_dir == VFL_DIR_RX) in hackrf_s_fmt_sdr()
1093 struct video_device *vdev = video_devdata(file); in hackrf_s_frequency() local
1103 if (vdev->vfl_dir == VFL_DIR_RX) { in hackrf_s_frequency()
1113 if (vdev->vfl_dir == VFL_DIR_RX) { in hackrf_s_frequency()
1140 struct video_device *vdev = video_devdata(file); in hackrf_g_frequency() local
1147 if (vdev->vfl_dir == VFL_DIR_RX) in hackrf_g_frequency()
1153 if (vdev->vfl_dir == VFL_DIR_RX) in hackrf_g_frequency()
/kernel/linux/linux-6.6/drivers/media/usb/hackrf/
H A Dhackrf.c917 struct video_device *vdev = video_devdata(file); in hackrf_s_fmt_sdr() local
924 if (vdev->vfl_dir == VFL_DIR_RX) in hackrf_s_fmt_sdr()
1090 struct video_device *vdev = video_devdata(file); in hackrf_s_frequency() local
1100 if (vdev->vfl_dir == VFL_DIR_RX) { in hackrf_s_frequency()
1110 if (vdev->vfl_dir == VFL_DIR_RX) { in hackrf_s_frequency()
1137 struct video_device *vdev = video_devdata(file); in hackrf_g_frequency() local
1144 if (vdev->vfl_dir == VFL_DIR_RX) in hackrf_g_frequency()
1150 if (vdev->vfl_dir == VFL_DIR_RX) in hackrf_g_frequency()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc.c768 struct video_device *vdev = video_devdata(file); in s5p_mfc_open() local
785 v4l2_fh_init(&ctx->fh, vdev); in s5p_mfc_open()
806 if (vdev == dev->vfd_dec) { in s5p_mfc_open()
816 } else if (vdev == dev->vfd_enc) { in s5p_mfc_open()
862 if (vdev == dev->vfd_dec) { in s5p_mfc_open()
865 } else if (vdev == dev->vfd_enc) { in s5p_mfc_open()
889 if (vdev == dev->vfd_dec) { in s5p_mfc_open()
892 } else if (vdev == dev->vfd_enc) { in s5p_mfc_open()
994 /* vdev is gone if dev is null */ in s5p_mfc_release()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mem.c956 struct xhci_virt_device *vdev; in xhci_free_virt_devices_depth_first() local
961 vdev = xhci->devs[slot_id]; in xhci_free_virt_devices_depth_first()
962 if (!vdev) in xhci_free_virt_devices_depth_first()
965 if (vdev->real_port == 0 || in xhci_free_virt_devices_depth_first()
966 vdev->real_port > HCS_MAX_PORTS(xhci->hcs_params1)) { in xhci_free_virt_devices_depth_first()
967 xhci_dbg(xhci, "Bad vdev->real_port.\n"); in xhci_free_virt_devices_depth_first()
971 tt_list_head = &(xhci->rh_bw[vdev->real_port - 1].tts); in xhci_free_virt_devices_depth_first()
977 vdev = xhci->devs[i]; in xhci_free_virt_devices_depth_first()
978 if (vdev && (vdev in xhci_free_virt_devices_depth_first()
[all...]
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-mem.c912 struct xhci_virt_device *vdev; in xhci_free_virt_devices_depth_first() local
917 vdev = xhci->devs[slot_id]; in xhci_free_virt_devices_depth_first()
918 if (!vdev) in xhci_free_virt_devices_depth_first()
921 if (vdev->real_port == 0 || in xhci_free_virt_devices_depth_first()
922 vdev->real_port > HCS_MAX_PORTS(xhci->hcs_params1)) { in xhci_free_virt_devices_depth_first()
923 xhci_dbg(xhci, "Bad vdev->real_port.\n"); in xhci_free_virt_devices_depth_first()
927 tt_list_head = &(xhci->rh_bw[vdev->real_port - 1].tts); in xhci_free_virt_devices_depth_first()
933 vdev = xhci->devs[i]; in xhci_free_virt_devices_depth_first()
934 if (vdev && (vdev in xhci_free_virt_devices_depth_first()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dvio.c1087 * @vdev - Pointer to a struct vio_dev for device
1109 int vio_h_cop_sync(struct vio_dev *vdev, struct vio_pfo_op *op) in vio_h_cop_sync() argument
1111 struct device *dev = &vdev->dev; in vio_h_cop_sync()
1121 vdev->resource_id, in vio_h_cop_sync()
1625 * @vdev: The vio device to get property.
1632 const void *vio_get_attribute(struct vio_dev *vdev, char *which, int *length) in vio_get_attribute() argument
1634 return of_get_property(vdev->dev.of_node, which, length); in vio_get_attribute()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dvio.c1090 * @vdev - Pointer to a struct vio_dev for device
1112 int vio_h_cop_sync(struct vio_dev *vdev, struct vio_pfo_op *op) in vio_h_cop_sync() argument
1114 struct device *dev = &vdev->dev; in vio_h_cop_sync()
1124 vdev->resource_id, in vio_h_cop_sync()
1641 * @vdev: The vio device to get property.
1648 const void *vio_get_attribute(struct vio_dev *vdev, char *which, int *length) in vio_get_attribute() argument
1650 return of_get_property(vdev->dev.of_node, which, length); in vio_get_attribute()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dds.c1158 static int ds_probe(struct vio_dev *vdev, const struct vio_device_id *id) in ds_probe() argument
1181 val = mdesc_get_property(hp, vdev->mp, "id", NULL); in ds_probe()
1202 ds_cfg.tx_irq = vdev->tx_irq; in ds_probe()
1203 ds_cfg.rx_irq = vdev->rx_irq; in ds_probe()
1205 lp = ldc_alloc(vdev->channel_id, &ds_cfg, dp, "DS"); in ds_probe()
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H A Dispresizer.c1679 struct v4l2_device *vdev) in omap3isp_resizer_register_entities()
1684 res->subdev.dev = vdev->mdev->dev; in omap3isp_resizer_register_entities()
1685 ret = v4l2_device_register_subdev(vdev, &res->subdev); in omap3isp_resizer_register_entities()
1689 ret = omap3isp_video_register(&res->video_in, vdev); in omap3isp_resizer_register_entities()
1693 ret = omap3isp_video_register(&res->video_out, vdev); in omap3isp_resizer_register_entities()
1678 omap3isp_resizer_register_entities(struct isp_res_device *res, struct v4l2_device *vdev) omap3isp_resizer_register_entities() argument
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
H A Dvsp1_video.c953 struct vsp1_video *video = to_vsp1_video(vfh->vdev); in vsp1_video_querycap()
972 struct vsp1_video *video = to_vsp1_video(vfh->vdev); in vsp1_video_get_format()
988 struct vsp1_video *video = to_vsp1_video(vfh->vdev); in vsp1_video_try_format()
1000 struct vsp1_video *video = to_vsp1_video(vfh->vdev); in vsp1_video_set_format()
1030 struct vsp1_video *video = to_vsp1_video(vfh->vdev); in vsp1_video_streamon()
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
H A Dispresizer.c1687 struct v4l2_device *vdev) in omap3isp_resizer_register_entities()
1692 res->subdev.dev = vdev->mdev->dev; in omap3isp_resizer_register_entities()
1693 ret = v4l2_device_register_subdev(vdev, &res->subdev); in omap3isp_resizer_register_entities()
1697 ret = omap3isp_video_register(&res->video_in, vdev); in omap3isp_resizer_register_entities()
1701 ret = omap3isp_video_register(&res->video_out, vdev); in omap3isp_resizer_register_entities()
1686 omap3isp_resizer_register_entities(struct isp_res_device *res, struct v4l2_device *vdev) omap3isp_resizer_register_entities() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/
H A Dibmveth.h134 struct vio_dev *vdev; member
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H A Divtv-alsa-main.c206 if (s->vdev.v4l2_dev == NULL) { in ivtv_alsa_load()
/kernel/linux/linux-5.10/drivers/media/pci/tw5864/
H A Dtw5864.h87 struct mutex lock; /* used for vidq and vdev */
89 struct video_device vdev; member
/kernel/linux/linux-5.10/drivers/media/pci/tw68/
H A Dtw68.h138 struct video_device vdev; member
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/
H A Dibmveth.h137 struct vio_dev *vdev; member
/kernel/linux/linux-6.6/drivers/vdpa/mlx5/net/
H A Ddebug.c143 ndev->debugfs = debugfs_create_dir(dev_name(&ndev->mvdev.vdev.dev), in mlx5_vdpa_add_debugfs()

Completed in 43 milliseconds

1...<<31323334353637383940>>...44