Lines Matching defs:cdev
101 static struct urdev *urdev_alloc(struct ccw_device *cdev) in urdev_alloc()
132 static struct urdev *urdev_get_from_cdev(struct ccw_device *cdev) in urdev_get_from_cdev()
148 struct ccw_device *cdev; in urdev_get_from_devno() local
175 static int ur_pm_suspend(struct ccw_device *cdev) in ur_pm_suspend()
273 struct ccw_device *cdev = urd->cdev; in do_ur_io() local
304 static void ur_int_handler(struct ccw_device *cdev, unsigned long intparm, in ur_int_handler()
828 static int ur_probe(struct ccw_device *cdev) in ur_probe()
875 static int ur_set_online(struct ccw_device *cdev) in ur_set_online()
946 static int ur_set_offline_force(struct ccw_device *cdev, int force) in ur_set_offline_force()
977 static int ur_set_offline(struct ccw_device *cdev) in ur_set_offline()
987 static void ur_remove(struct ccw_device *cdev) in ur_remove()