Lines Matching refs:ccw_device

63 	struct ccw_device *cdev = to_ccwdev(dev);  in ccw_bus_match()
106 struct ccw_device *cdev = to_ccwdev(dev); in ccw_uevent()
200 struct ccw_device *cdev = to_ccwdev(dev); in devtype_show()
213 struct ccw_device *cdev = to_ccwdev(dev); in cutype_show()
223 struct ccw_device *cdev = to_ccwdev(dev); in modalias_show()
235 struct ccw_device *cdev = to_ccwdev(dev); in online_show()
240 int ccw_device_is_orphan(struct ccw_device *cdev) in ccw_device_is_orphan()
245 static void ccw_device_unregister(struct ccw_device *cdev) in ccw_device_unregister()
271 int ccw_device_set_offline(struct ccw_device *cdev) in ccw_device_set_offline()
348 int ccw_device_set_online(struct ccw_device *cdev) in ccw_device_set_online()
435 static int online_store_handle_offline(struct ccw_device *cdev) in online_store_handle_offline()
448 static int online_store_recog_and_online(struct ccw_device *cdev) in online_store_recog_and_online()
466 static int online_store_handle_online(struct ccw_device *cdev, int force) in online_store_handle_online()
489 struct ccw_device *cdev = to_ccwdev(dev); in online_store()
539 struct ccw_device *cdev = to_ccwdev(dev); in available_show()
626 struct ccw_device *cdev = to_ccwdev(dev); in match_dev_id()
642 struct ccw_device *get_ccwdev_by_dev_id(struct ccw_dev_id *dev_id) in get_ccwdev_by_dev_id()
652 static void ccw_device_do_unbind_bind(struct ccw_device *cdev) in ccw_device_do_unbind_bind()
666 struct ccw_device *cdev; in ccw_device_release()
678 static struct ccw_device * io_subchannel_allocate_dev(struct subchannel *sch) in io_subchannel_allocate_dev()
680 struct ccw_device *cdev; in io_subchannel_allocate_dev()
728 struct ccw_device *cdev) in io_subchannel_initialize_dev()
772 static struct ccw_device * io_subchannel_create_ccwdev(struct subchannel *sch) in io_subchannel_create_ccwdev()
774 struct ccw_device *cdev; in io_subchannel_create_ccwdev()
786 static void io_subchannel_recog(struct ccw_device *, struct subchannel *);
790 struct ccw_device *cdev; in sch_create_and_recog_new_device()
806 static void io_subchannel_register(struct ccw_device *cdev) in io_subchannel_register()
874 io_subchannel_recog_done(struct ccw_device *cdev) in io_subchannel_recog_done()
900 static void io_subchannel_recog(struct ccw_device *cdev, struct subchannel *sch) in io_subchannel_recog()
911 static int ccw_device_move_to_sch(struct ccw_device *cdev, in ccw_device_move_to_sch()
974 static int ccw_device_move_to_orph(struct ccw_device *cdev) in ccw_device_move_to_orph()
984 struct ccw_device *cdev; in io_subchannel_irq()
1027 struct ccw_device *cdev; in io_subchannel_probe()
1094 struct ccw_device *cdev; in io_subchannel_remove()
1114 struct ccw_device *cdev; in io_subchannel_verify()
1123 struct ccw_device *cdev; in io_subchannel_terminate_path()
1151 struct ccw_device *cdev = sch_get_cdev(sch); in io_subchannel_chp_event()
1206 struct ccw_device *cdev; in io_subchannel_quiesce()
1242 static int device_is_disconnected(struct ccw_device *cdev) in device_is_disconnected()
1252 struct ccw_device *cdev = to_ccwdev(dev); in recovery_check()
1323 struct ccw_device *cdev = to_ccwdev(dev); in purge_fn()
1357 void ccw_device_set_disconnected(struct ccw_device *cdev) in ccw_device_set_disconnected()
1368 void ccw_device_set_notoper(struct ccw_device *cdev) in ccw_device_set_notoper()
1393 struct ccw_device *cdev; in sch_get_action()
1439 struct ccw_device *cdev; in io_subchannel_sch_event()
1558 static void ccw_device_set_int_class(struct ccw_device *cdev) in ccw_device_set_int_class()
1571 int __init ccw_device_enable_console(struct ccw_device *cdev) in ccw_device_enable_console()
1610 struct ccw_device * __init ccw_device_create_console(struct ccw_driver *drv) in ccw_device_create_console()
1613 struct ccw_device *cdev; in ccw_device_create_console()
1649 void __init ccw_device_destroy_console(struct ccw_device *cdev) in ccw_device_destroy_console()
1670 void ccw_device_wait_idle(struct ccw_device *cdev) in ccw_device_wait_idle()
1694 struct ccw_device *get_ccwdev_by_busid(struct ccw_driver *cdrv, in get_ccwdev_by_busid()
1717 struct ccw_device *cdev = to_ccwdev(dev); in ccw_device_probe()
1735 struct ccw_device *cdev = to_ccwdev(dev); in ccw_device_remove()
1771 struct ccw_device *cdev; in ccw_device_shutdown()
1819 struct ccw_device *cdev; in ccw_device_todo()
1870 void ccw_device_sched_todo(struct ccw_device *cdev, enum cdev_todo todo) in ccw_device_sched_todo()
1894 int ccw_device_siosl(struct ccw_device *cdev) in ccw_device_siosl()