/linux-6.8/drivers/net/ |
D | virtio_net.c | 250 struct virtio_device *vdev; member 2562 struct virtio_device *vdev = vi->vdev; in virtnet_set_mac_address() local 3214 struct virtio_device *vdev = vi->vdev; in virtnet_get_drvinfo() local 3853 static void virtnet_freeze_down(struct virtio_device *vdev) in virtnet_freeze_down() 3869 static int virtnet_restore_up(struct virtio_device *vdev) in virtnet_restore_up() 4178 static void virtnet_config_changed(struct virtio_device *vdev) in virtnet_config_changed() 4269 struct virtio_device *vdev = vi->vdev; in virtnet_del_vqs() local 4485 static bool virtnet_fail_on_feature(struct virtio_device *vdev, in virtnet_fail_on_feature() 4498 #define VIRTNET_FAIL_ON(vdev, fbit, dbit) \ argument 4501 static bool virtnet_validate_features(struct virtio_device *vdev) in virtnet_validate_features() [all …]
|
/linux-6.8/include/media/ |
D | v4l2-fh.h | 44 struct video_device *vdev; member
|
/linux-6.8/drivers/media/v4l2-core/ |
D | v4l2-subdev.c | 73 struct video_device *vdev = video_devdata(file); in subdev_open() local 123 struct video_device *vdev = video_devdata(file); in subdev_close() local 563 struct video_device *vdev = video_devdata(file); in subdev_do_ioctl() local 1024 struct video_device *vdev = video_devdata(file); in subdev_do_ioctl_lock() local 1063 struct video_device *vdev = video_devdata(file); in subdev_compat_ioctl32() local 1088 struct video_device *vdev = video_devdata(file); in subdev_poll() local
|
D | v4l2-common.c | 186 int v4l2_g_parm_cap(struct video_device *vdev, in v4l2_g_parm_cap() 207 int v4l2_s_parm_cap(struct video_device *vdev, in v4l2_s_parm_cap()
|
/linux-6.8/drivers/accel/ivpu/ |
D | ivpu_job.h | 46 struct ivpu_device *vdev; member
|
D | ivpu_fw.h | 38 static inline bool ivpu_fw_is_cold_boot(struct ivpu_device *vdev) in ivpu_fw_is_cold_boot()
|
/linux-6.8/drivers/vfio/platform/reset/ |
D | vfio_platform_amdxgbe.c | 48 static int vfio_platform_amdxgbe_reset(struct vfio_platform_device *vdev) in vfio_platform_amdxgbe_reset()
|
/linux-6.8/drivers/media/test-drivers/vimc/ |
D | vimc-capture.c | 18 struct video_device vdev; member 402 struct video_device *vdev; in vimc_capture_add() local
|
D | vimc-common.c | 259 struct video_device *vdev = container_of(pad->entity, in vimc_get_pix_format() local
|
/linux-6.8/tools/virtio/ |
D | vringh_test.c | 65 struct virtio_device vdev; member 441 struct virtio_device vdev; in main() local
|
/linux-6.8/drivers/usb/host/ |
D | xhci.c | 1456 static int xhci_check_ep0_maxpacket(struct xhci_hcd *xhci, struct xhci_virt_device *vdev) in xhci_check_ep0_maxpacket() 1675 struct xhci_virt_device *vdev; in xhci_urb_dequeue() local 2886 struct xhci_virt_device *vdev, int i) in xhci_check_bw_drop_ep_streams() 3049 struct xhci_virt_device *vdev; in xhci_endpoint_disable() local 3105 struct xhci_virt_device *vdev; in xhci_endpoint_reset() local 3408 struct xhci_virt_device *vdev; in xhci_alloc_streams() local 3575 struct xhci_virt_device *vdev; in xhci_free_streams() local 3976 struct xhci_virt_device *vdev; in xhci_alloc_dev() local 5033 struct xhci_virt_device *vdev; in xhci_update_hub_device() local
|
/linux-6.8/drivers/nvdimm/ |
D | virtio_pmem.h | 33 struct virtio_device *vdev; member
|
/linux-6.8/tools/virtio/linux/ |
D | virtio.h | 24 struct virtio_device *vdev; member
|
/linux-6.8/drivers/staging/media/imx/ |
D | imx-media-vdic.c | 104 struct imx_media_video_dev *vdev; member 241 struct imx_media_video_dev *vdev = priv->vdev; in setup_vdi_channel() local 720 struct imx_media_video_dev *vdev = priv->vdev; in vdic_link_setup() local
|
/linux-6.8/drivers/scsi/fnic/ |
D | vnic_wq_copy.h | 17 struct vnic_dev *vdev; member
|
/linux-6.8/drivers/media/platform/renesas/vsp1/ |
D | vsp1_video.h | 49 static inline struct vsp1_video *to_vsp1_video(struct video_device *vdev) in to_vsp1_video()
|
D | vsp1_histo.h | 54 static inline struct vsp1_histogram *vdev_to_histo(struct video_device *vdev) in vdev_to_histo()
|
/linux-6.8/drivers/media/platform/st/sti/bdisp/ |
D | bdisp.h | 137 struct video_device *vdev; member 187 struct video_device vdev; member
|
/linux-6.8/drivers/media/platform/st/stm32/stm32-dcmipp/ |
D | dcmipp-bytecap.c | 100 struct video_device vdev; member 636 static void dcmipp_bytecap_release(struct video_device *vdev) in dcmipp_bytecap_release() 854 struct video_device *vdev; in dcmipp_bytecap_ent_init() local
|
/linux-6.8/drivers/staging/vme_user/ |
D | vme_user.c | 503 static int vme_user_match(struct vme_dev *vdev) in vme_user_match() 522 static int vme_user_probe(struct vme_dev *vdev) in vme_user_probe()
|
/linux-6.8/sound/virtio/ |
D | virtio_jack.c | 133 struct virtio_device *vdev = snd->vdev; in virtsnd_jack_parse_cfg() local
|
D | virtio_card.h | 50 struct virtio_device *vdev; member
|
/linux-6.8/drivers/vfio/fsl-mc/ |
D | vfio_fsl_mc_private.h | 34 struct vfio_device vdev; member
|
/linux-6.8/drivers/media/platform/qcom/camss/ |
D | camss-video.h | 41 struct video_device vdev; member
|
/linux-6.8/drivers/media/platform/mediatek/mdp3/ |
D | mtk-mdp3-core.c | 128 void mdp_video_device_release(struct video_device *vdev) in mdp_video_device_release()
|