Lines Matching refs:urdev

102 static struct urdev *urdev_alloc(struct ccw_device *cdev)  in urdev_alloc()
104 struct urdev *urd; in urdev_alloc()
106 urd = kzalloc(sizeof(struct urdev), GFP_KERNEL); in urdev_alloc()
120 static void urdev_free(struct urdev *urd) in urdev_free()
128 static void urdev_get(struct urdev *urd) in urdev_get()
133 static struct urdev *urdev_get_from_cdev(struct ccw_device *cdev) in urdev_get_from_cdev()
135 struct urdev *urd; in urdev_get_from_cdev()
146 static struct urdev *urdev_get_from_devno(u16 devno) in urdev_get_from_devno()
150 struct urdev *urd; in urdev_get_from_devno()
161 static void urdev_put(struct urdev *urd) in urdev_put()
178 struct urdev *urd = dev_get_drvdata(&cdev->dev); in ur_pm_suspend()
271 static int do_ur_io(struct urdev *urd, struct ccw1 *cpa) in do_ur_io()
308 struct urdev *urd; in ur_int_handler()
338 struct urdev *urd; in ur_attr_reclen_show()
368 static int get_urd_class(struct urdev *urd) in get_urd_class()
392 static struct urfile *urfile_alloc(struct urdev *urd) in urfile_alloc()
416 static ssize_t do_write(struct urdev *urd, const char __user *udata, in do_write()
517 struct urdev *urd; in diag14_read()
563 struct urdev *urd; in ur_read()
599 static int verify_uri_device(struct urdev *urd) in verify_uri_device()
647 static int verify_device(struct urdev *urd) in verify_device()
659 static int get_uri_file_reclen(struct urdev *urd) in get_uri_file_reclen()
680 static int get_file_reclen(struct urdev *urd) in get_file_reclen()
695 struct urdev *urd; in ur_open()
819 struct urdev *urd; in ur_probe()
866 struct urdev *urd; in ur_set_online()
936 struct urdev *urd; in ur_set_offline_force()