Home
last modified time | relevance | path

Searched refs:vop_vdev (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/misc/mic/vop/
Dvop_vringh.c20 static inline struct device *vop_dev(struct vop_vdev *vdev) in vop_dev()
26 static inline int vop_vdev_inited(struct vop_vdev *vdev) in vop_vdev_inited()
48 struct vop_vdev *vdev = vvrh->vdev; in _vop_notify()
56 static void vop_virtio_init_post(struct vop_vdev *vdev) in vop_virtio_init_post()
83 static inline void vop_virtio_device_reset(struct vop_vdev *vdev) in vop_virtio_device_reset()
118 struct vop_vdev *vdev; in vop_virtio_reset_devices()
121 vdev = list_entry(pos, struct vop_vdev, list); in vop_virtio_reset_devices()
130 struct vop_vdev *vdev = container_of(work, struct vop_vdev, in vop_bh_handler()
145 struct vop_vdev *vdev = data; in _vop_virtio_intr_handler()
153 static int vop_virtio_config_change(struct vop_vdev *vdev, void *argp) in vop_virtio_config_change()
[all …]
Dvop_main.h90 struct vop_vdev *vdev;
123 struct vop_vdev { struct
149 static inline bool vop_vdevup(struct vop_vdev *vdev) in vop_vdevup() argument
Dvop_debugfs.c98 struct vop_vdev *vdev; in vop_vdev_info_show()
103 vdev = list_entry(pos, struct vop_vdev, list); in vop_vdev_info_show()
Dvop_main.c470 struct _vop_vdev *vop_vdev = in vop_virtio_release_dev() local
473 kfree(vop_vdev); in vop_virtio_release_dev()