Searched refs:sch_is_pseudo_sch (Results 1 – 4 of 4) sorted by relevance
139 int sch_is_pseudo_sch(struct subchannel *);
292 return sch_is_pseudo_sch(to_subchannel(cdev->dev.parent)); in ccw_device_is_orphan()959 if (!sch_is_pseudo_sch(old_sch)) { in ccw_device_move_to_sch()992 if (!sch_is_pseudo_sch(old_sch)) { in ccw_device_move_to_sch()1003 if (!sch_is_pseudo_sch(sch)) in ccw_device_move_to_sch()1006 if (!sch_is_pseudo_sch(sch)) in ccw_device_move_to_sch()2096 if (!sch_is_pseudo_sch(sch)) in ccw_device_todo()2100 if (sch_is_pseudo_sch(sch)) in ccw_device_todo()
415 if (sch_is_pseudo_sch(sch)) in cio_enable_subchannel()449 if (sch_is_pseudo_sch(sch)) in cio_disable_subchannel()
1121 int sch_is_pseudo_sch(struct subchannel *sch) in sch_is_pseudo_sch() function