Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/s390/cio/
Dcss.h139 int sch_is_pseudo_sch(struct subchannel *);
Ddevice.c292 return sch_is_pseudo_sch(to_subchannel(cdev->dev.parent)); in ccw_device_is_orphan()
963 if (!sch_is_pseudo_sch(old_sch)) { in ccw_device_move_to_sch()
996 if (!sch_is_pseudo_sch(old_sch)) { in ccw_device_move_to_sch()
1008 if (!sch_is_pseudo_sch(sch)) in ccw_device_move_to_sch()
1011 if (!sch_is_pseudo_sch(sch)) in ccw_device_move_to_sch()
2101 if (!sch_is_pseudo_sch(sch)) in ccw_device_todo()
2105 if (sch_is_pseudo_sch(sch)) in ccw_device_todo()
Dcio.c417 if (sch_is_pseudo_sch(sch)) in cio_enable_subchannel()
451 if (sch_is_pseudo_sch(sch)) in cio_disable_subchannel()
Dcss.c1121 int sch_is_pseudo_sch(struct subchannel *sch) in sch_is_pseudo_sch() function