Lines Matching defs:mdev
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()
1068 static int mbochs_get_device_info(struct mdev_device *mdev, in mbochs_get_device_info()
1077 static int mbochs_query_gfx_plane(struct mdev_device *mdev, in mbochs_query_gfx_plane()
1143 static int mbochs_get_gfx_dmabuf(struct mdev_device *mdev, in mbochs_get_gfx_dmabuf()
1168 static long mbochs_ioctl(struct mdev_device *mdev, unsigned int cmd, in mbochs_ioctl()
1286 static int mbochs_open(struct mdev_device *mdev) in mbochs_open()
1294 static void mbochs_close(struct mdev_device *mdev) in mbochs_close()
1320 struct mdev_device *mdev = mdev_from_dev(dev); in memory_show() local