Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/mic/vop/
Dvop_vringh.c32 static inline struct device *vop_dev(struct vop_vdev *vdev) in vop_dev()
38 static inline int vop_vdev_inited(struct vop_vdev *vdev) in vop_vdev_inited()
60 struct vop_vdev *vdev = vvrh->vdev; in _vop_notify()
68 static void vop_virtio_init_post(struct vop_vdev *vdev) in vop_virtio_init_post()
95 static inline void vop_virtio_device_reset(struct vop_vdev *vdev) in vop_virtio_device_reset()
130 struct vop_vdev *vdev; in vop_virtio_reset_devices()
133 vdev = list_entry(pos, struct vop_vdev, list); in vop_virtio_reset_devices()
142 struct vop_vdev *vdev = container_of(work, struct vop_vdev, in vop_bh_handler()
157 struct vop_vdev *vdev = data; in _vop_virtio_intr_handler()
165 static int vop_virtio_config_change(struct vop_vdev *vdev, void *argp) in vop_virtio_config_change()
[all …]
Dvop_main.h102 struct vop_vdev *vdev;
135 struct vop_vdev { struct
161 static inline bool vop_vdevup(struct vop_vdev *vdev) in vop_vdevup() argument
Dvop_debugfs.c126 struct vop_vdev *vdev; in vop_vdev_info_show()
131 vdev = list_entry(pos, struct vop_vdev, list); in vop_vdev_info_show()
Dvop_main.c457 struct _vop_vdev *vop_vdev = in vop_virtio_release_dev() local
460 kfree(vop_vdev); in vop_virtio_release_dev()