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,
215 static int mdpy_reset(struct mdev_device *mdev)
229 static int mdpy_create(struct kobject *kobj, struct mdev_device *mdev)
275 static int mdpy_remove(struct mdev_device *mdev)
291 static ssize_t mdpy_read(struct mdev_device *mdev, char __user *buf,
350 static ssize_t mdpy_write(struct mdev_device *mdev, const char __user *buf,
407 static int mdpy_mmap(struct mdev_device *mdev, struct vm_area_struct *vma)
425 static int mdpy_get_region_info(struct mdev_device *mdev,
463 static int mdpy_get_irq_info(struct mdev_device *mdev,
470 static int mdpy_get_device_info(struct mdev_device *mdev,
479 static int mdpy_query_gfx_plane(struct mdev_device *mdev,
512 static long mdpy_ioctl(struct mdev_device *mdev, unsigned int cmd,
625 static int mdpy_open(struct mdev_device *mdev)
633 static void mdpy_close(struct mdev_device *mdev)
642 struct mdev_device *mdev = mdev_from_dev(dev);