Home
last modified time | relevance | path

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

/drivers/s390/cio/
Ddevice.c986 cdev = sch_get_cdev(sch); in io_subchannel_irq()
1048 cdev = sch_get_cdev(sch); in io_subchannel_probe()
1096 cdev = sch_get_cdev(sch); in io_subchannel_remove()
1116 cdev = sch_get_cdev(sch); in io_subchannel_verify()
1127 cdev = sch_get_cdev(sch); in io_subchannel_terminate_path()
1153 struct ccw_device *cdev = sch_get_cdev(sch); in io_subchannel_chp_event()
1212 cdev = sch_get_cdev(sch); in io_subchannel_quiesce()
1396 cdev = sch_get_cdev(sch); in sch_get_action()
1450 cdev = sch_get_cdev(sch); in io_subchannel_sch_event()
Dio_sch.h32 static inline struct ccw_device *sch_get_cdev(struct subchannel *sch) in sch_get_cdev() function