Home
last modified time | relevance | path

Searched refs:sch_get_cdev (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/s390/cio/
Ddevice.c157 cdev = sch_get_cdev(sch); in io_subchannel_prepare()
1028 cdev = sch_get_cdev(sch); in io_subchannel_irq()
1087 cdev = sch_get_cdev(sch); in io_subchannel_probe()
1128 cdev = sch_get_cdev(sch); in io_subchannel_remove()
1149 cdev = sch_get_cdev(sch); in io_subchannel_verify()
1158 cdev = sch_get_cdev(sch); in io_subchannel_terminate_path()
1184 struct ccw_device *cdev = sch_get_cdev(sch); in io_subchannel_chp_event()
1230 cdev = sch_get_cdev(sch); in io_subchannel_quiesce()
1407 cdev = sch_get_cdev(sch); in sch_get_action()
1461 cdev = sch_get_cdev(sch); in io_subchannel_sch_event()
Dio_sch.h26 static inline struct ccw_device *sch_get_cdev(struct subchannel *sch) in sch_get_cdev() function