Searched refs:dasd_device_set_stop_bits (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/s390/block/ |
D | dasd.c | 2018 void dasd_device_set_stop_bits(struct dasd_device *device, int bits) in dasd_device_set_stop_bits() function 2022 EXPORT_SYMBOL_GPL(dasd_device_set_stop_bits); 2577 dasd_device_set_stop_bits(basedev, in __dasd_process_request_queue() 2678 dasd_device_set_stop_bits(base, DASD_STOPPED_QUIESCE); in __dasd_process_block_ccw_queue() 3474 dasd_device_set_stop_bits(device, DASD_STOPPED_DC_WAIT); in dasd_generic_last_path_gone() 3555 dasd_device_set_stop_bits(device, in dasd_generic_path_event() 3617 dasd_device_set_stop_bits(device, DASD_STOPPED_PM); in dasd_generic_pm_freeze()
|
D | dasd_alias.c | 845 dasd_device_set_stop_bits(pos, DASD_STOPPED_SU); in __stop_device_on_lcu() 849 dasd_device_set_stop_bits(pos, DASD_STOPPED_SU); in __stop_device_on_lcu()
|
D | dasd_int.h | 723 void dasd_device_set_stop_bits(struct dasd_device *, int);
|
D | dasd_ioctl.c | 115 dasd_device_set_stop_bits(base, DASD_STOPPED_QUIESCE); in dasd_ioctl_quiesce()
|
D | dasd_3990_erp.c | 80 dasd_device_set_stop_bits(device, DASD_STOPPED_PENDING); in dasd_3990_erp_block_queue()
|