Lines Matching refs:mdev_device
94 struct mdev_device *mdev;
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()
470 static int mdpy_get_device_info(struct mdev_device *mdev, in mdpy_get_device_info()
479 static int mdpy_query_gfx_plane(struct mdev_device *mdev, in mdpy_query_gfx_plane()
512 static long mdpy_ioctl(struct mdev_device *mdev, unsigned int cmd, in mdpy_ioctl()
625 static int mdpy_open(struct mdev_device *mdev) in mdpy_open()
633 static void mdpy_close(struct mdev_device *mdev) in mdpy_close()
642 struct mdev_device *mdev = mdev_from_dev(dev); in resolution_show()