1CCW_DEVICE_HALT(9) The ccw bus CCW_DEVICE_HALT(9)
2
3
4
6 ccw_device_halt - halt I/O request processing
7
9 int ccw_device_halt(struct ccw_device * cdev, unsigned long intparm);
10
12 cdev
13 target ccw device
14
15 intparm
16 interruption parameter; value is only used if no I/O is
17 outstanding, otherwise the intparm associated with the I/O request
18 is returned
19
21 ccw_device_halt calls hsch on cdev´s subchannel.
22
24 0 on success, -ENODEV on device not operational, -EINVAL on invalid
25 device state, -EBUSY on device busy or interrupt pending.
26
28 Interrupts disabled, ccw device lock held
29
31 Cornelia Huck <cornelia.huck@de.ibm.com>
32 Author.
33
35Kernel Hackers Manual 2.6. June 2019 CCW_DEVICE_HALT(9)