Home
last modified time | relevance | path

Searched refs:sch_is_pseudo_sch (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/s390/cio/
H A Dcss.h159 int sch_is_pseudo_sch(struct subchannel *);
H A Ddevice.c239 return sch_is_pseudo_sch(to_subchannel(cdev->dev.parent)); in ccw_device_is_orphan()
923 if (!sch_is_pseudo_sch(old_sch)) { in ccw_device_move_to_sch()
956 if (!sch_is_pseudo_sch(old_sch)) { in ccw_device_move_to_sch()
967 if (!sch_is_pseudo_sch(sch)) in ccw_device_move_to_sch()
970 if (!sch_is_pseudo_sch(sch)) in ccw_device_move_to_sch()
1872 if (!sch_is_pseudo_sch(sch)) in ccw_device_todo()
H A Dcss.c1347 int sch_is_pseudo_sch(struct subchannel *sch) in sch_is_pseudo_sch() function