Searched defs:mdev (Results 1 – 3 of 3) sorted by relevance
/samples/vfio-mdev/ |
D | mdpy.c | 94 struct mdev_device *mdev; member 175 static ssize_t mdev_access(struct mdev_device *mdev, char *buf, size_t count, in mdev_access() 215 static int mdpy_reset(struct mdev_device *mdev) in mdpy_reset() 229 static int mdpy_create(struct kobject *kobj, struct mdev_device *mdev) in mdpy_create() 275 static int mdpy_remove(struct mdev_device *mdev) in mdpy_remove() 291 static ssize_t mdpy_read(struct mdev_device *mdev, char __user *buf, in mdpy_read() 350 static ssize_t mdpy_write(struct mdev_device *mdev, const char __user *buf, in mdpy_write() 407 static int mdpy_mmap(struct mdev_device *mdev, struct vm_area_struct *vma) in mdpy_mmap() 425 static int mdpy_get_region_info(struct mdev_device *mdev, in mdpy_get_region_info() 463 static int mdpy_get_irq_info(struct mdev_device *mdev, in mdpy_get_irq_info() [all …]
|
D | mtty.c | 136 struct mdev_device *mdev; member 634 static ssize_t mdev_access(struct mdev_device *mdev, u8 *buf, size_t count, in mdev_access() 711 static int mtty_create(struct kobject *kobj, struct mdev_device *mdev) in mtty_create() 761 static int mtty_remove(struct mdev_device *mdev) in mtty_remove() 783 static int mtty_reset(struct mdev_device *mdev) in mtty_reset() 799 static ssize_t mtty_read(struct mdev_device *mdev, char __user *buf, in mtty_read() 858 static ssize_t mtty_write(struct mdev_device *mdev, const char __user *buf, in mtty_write() 915 static int mtty_set_irqs(struct mdev_device *mdev, uint32_t flags, in mtty_set_irqs() 1043 static int mtty_get_region_info(struct mdev_device *mdev, in mtty_get_region_info() 1092 static int mtty_get_irq_info(struct mdev_device *mdev, in mtty_get_irq_info() [all …]
|
D | mbochs.c | 167 struct mdev_device *mdev; member 438 static ssize_t mdev_access(struct mdev_device *mdev, char *buf, size_t count, in mdev_access() 506 static int mbochs_reset(struct mdev_device *mdev) in mbochs_reset() 519 static int mbochs_create(struct kobject *kobj, struct mdev_device *mdev) in mbochs_create() 572 static int mbochs_remove(struct mdev_device *mdev) in mbochs_remove() 584 static ssize_t mbochs_read(struct mdev_device *mdev, char __user *buf, in mbochs_read() 643 static ssize_t mbochs_write(struct mdev_device *mdev, const char __user *buf, in mbochs_write() 768 static int mbochs_mmap(struct mdev_device *mdev, struct vm_area_struct *vma) in mbochs_mmap() 1005 static int mbochs_get_region_info(struct mdev_device *mdev, in mbochs_get_region_info() 1061 static int mbochs_get_irq_info(struct mdev_device *mdev, in mbochs_get_irq_info() [all …]
|