Home
last modified time | relevance | path

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

/linux/drivers/s390/cio/
H A Ddevice_fsm.c125 ccw_device_cancel_halt_clear(struct ccw_device *cdev) in ccw_device_cancel_halt_clear() function
803 ret = ccw_device_cancel_halt_clear(cdev); in ccw_device_online_timeout()
887 ret = ccw_device_cancel_halt_clear(cdev); in ccw_device_killing_timeout()
906 ret = ccw_device_cancel_halt_clear(cdev); in ccw_device_kill_io()
1013 ret = ccw_device_cancel_halt_clear(cdev); in ccw_device_quiesce_timeout()
H A Ddevice.h90 int ccw_device_cancel_halt_clear(struct ccw_device *);
H A Ddevice.c1220 ret = ccw_device_cancel_halt_clear(cdev); in io_subchannel_quiesce()