Lines Matching refs:ccw_device
63 static int ur_probe(struct ccw_device *cdev);
64 static void ur_remove(struct ccw_device *cdev);
65 static int ur_set_online(struct ccw_device *cdev);
66 static int ur_set_offline(struct ccw_device *cdev);
104 static struct urdev *urdev_alloc(struct ccw_device *cdev) in urdev_alloc()
136 static struct urdev *urdev_get_from_cdev(struct ccw_device *cdev) in urdev_get_from_cdev()
152 struct ccw_device *cdev; in urdev_get_from_devno()
255 struct ccw_device *cdev = urd->cdev; in do_ur_io()
298 static void ur_int_handler(struct ccw_device *cdev, unsigned long intparm, in ur_int_handler()
819 static int ur_probe(struct ccw_device *cdev) in ur_probe()
866 static int ur_set_online(struct ccw_device *cdev) in ur_set_online()
936 static int ur_set_offline_force(struct ccw_device *cdev, int force) in ur_set_offline_force()
971 static int ur_set_offline(struct ccw_device *cdev) in ur_set_offline()
981 static void ur_remove(struct ccw_device *cdev) in ur_remove()