Lines Matching refs:mdev_device
146 struct mdev_device *mdev;
368 static ssize_t mdev_access(struct mdev_device *mdev, char *buf, size_t count, in mdev_access()
424 static int mbochs_reset(struct mdev_device *mdev) in mbochs_reset()
437 static int mbochs_create(struct kobject *kobj, struct mdev_device *mdev) in mbochs_create()
486 static int mbochs_remove(struct mdev_device *mdev) in mbochs_remove()
498 static ssize_t mbochs_read(struct mdev_device *mdev, char __user *buf, in mbochs_read()
557 static ssize_t mbochs_write(struct mdev_device *mdev, const char __user *buf, in mbochs_write()
682 static int mbochs_mmap(struct mdev_device *mdev, struct vm_area_struct *vma) in mbochs_mmap()
934 static int mbochs_get_region_info(struct mdev_device *mdev, in mbochs_get_region_info()
976 static int mbochs_get_irq_info(struct mdev_device *mdev, in mbochs_get_irq_info()
983 static int mbochs_get_device_info(struct mdev_device *mdev, in mbochs_get_device_info()
992 static int mbochs_query_gfx_plane(struct mdev_device *mdev, in mbochs_query_gfx_plane()
1058 static int mbochs_get_gfx_dmabuf(struct mdev_device *mdev, in mbochs_get_gfx_dmabuf()
1083 static long mbochs_ioctl(struct mdev_device *mdev, unsigned int cmd, in mbochs_ioctl()
1206 static int mbochs_open(struct mdev_device *mdev) in mbochs_open()
1214 static void mbochs_close(struct mdev_device *mdev) in mbochs_close()
1240 struct mdev_device *mdev = mdev_from_dev(dev); in memory_show()