Lines Matching refs:urdev
104 static struct urdev *urdev_alloc(struct ccw_device *cdev) in urdev_alloc()
106 struct urdev *urd; in urdev_alloc()
108 urd = kzalloc(sizeof(struct urdev), GFP_KERNEL); in urdev_alloc()
123 static void urdev_free(struct urdev *urd) in urdev_free()
131 static void urdev_get(struct urdev *urd) in urdev_get()
136 static struct urdev *urdev_get_from_cdev(struct ccw_device *cdev) in urdev_get_from_cdev()
138 struct urdev *urd; in urdev_get_from_cdev()
149 static struct urdev *urdev_get_from_devno(u16 devno) in urdev_get_from_devno()
153 struct urdev *urd; in urdev_get_from_devno()
164 static void urdev_put(struct urdev *urd) in urdev_put()
252 static int do_ur_io(struct urdev *urd, struct ccw1 *cpa) in do_ur_io()
285 struct urdev *urd = container_of(ws, struct urdev, uevent_work); in ur_uevent()
301 struct urdev *urd; in ur_int_handler()
340 struct urdev *urd; in ur_attr_reclen_show()
370 static int get_urd_class(struct urdev *urd) in get_urd_class()
394 static struct urfile *urfile_alloc(struct urdev *urd) in urfile_alloc()
418 static ssize_t do_write(struct urdev *urd, const char __user *udata, in do_write()
519 struct urdev *urd; in diag14_read()
565 struct urdev *urd; in ur_read()
601 static int verify_uri_device(struct urdev *urd) in verify_uri_device()
649 static int verify_device(struct urdev *urd) in verify_device()
661 static int get_uri_file_reclen(struct urdev *urd) in get_uri_file_reclen()
682 static int get_file_reclen(struct urdev *urd) in get_file_reclen()
697 struct urdev *urd; in ur_open()
821 struct urdev *urd; in ur_probe()
868 struct urdev *urd; in ur_set_online()
938 struct urdev *urd; in ur_set_offline_force()