Lines Matching refs:urdev

101 static struct urdev *urdev_alloc(struct ccw_device *cdev)  in urdev_alloc()
103 struct urdev *urd; in urdev_alloc()
105 urd = kzalloc(sizeof(struct urdev), GFP_KERNEL); in urdev_alloc()
119 static void urdev_free(struct urdev *urd) in urdev_free()
127 static void urdev_get(struct urdev *urd) in urdev_get()
132 static struct urdev *urdev_get_from_cdev(struct ccw_device *cdev) in urdev_get_from_cdev()
134 struct urdev *urd; in urdev_get_from_cdev()
145 static struct urdev *urdev_get_from_devno(u16 devno) in urdev_get_from_devno()
149 struct urdev *urd; in urdev_get_from_devno()
160 static void urdev_put(struct urdev *urd) in urdev_put()
177 struct urdev *urd = dev_get_drvdata(&cdev->dev); in ur_pm_suspend()
270 static int do_ur_io(struct urdev *urd, struct ccw1 *cpa) in do_ur_io()
307 struct urdev *urd; in ur_int_handler()
336 struct urdev *urd; in ur_attr_reclen_show()
366 static int get_urd_class(struct urdev *urd) in get_urd_class()
390 static struct urfile *urfile_alloc(struct urdev *urd) in urfile_alloc()
414 static ssize_t do_write(struct urdev *urd, const char __user *udata, in do_write()
515 struct urdev *urd; in diag14_read()
561 struct urdev *urd; in ur_read()
597 static int verify_uri_device(struct urdev *urd) in verify_uri_device()
645 static int verify_device(struct urdev *urd) in verify_device()
657 static int get_uri_file_reclen(struct urdev *urd) in get_uri_file_reclen()
678 static int get_file_reclen(struct urdev *urd) in get_file_reclen()
693 struct urdev *urd; in ur_open()
830 struct urdev *urd; in ur_probe()
877 struct urdev *urd; in ur_set_online()
948 struct urdev *urd; in ur_set_offline_force()