ccw_device_get_mdc  208 arch/s390/include/asm/ccwdev.h int ccw_device_get_mdc(struct ccw_device *cdev, u8 mask);
ccw_device_get_mdc 1184 drivers/s390/block/dasd_eckd.c 	mdc = ccw_device_get_mdc(device->cdev, 0);
ccw_device_get_mdc 1200 drivers/s390/block/dasd_eckd.c 		mdc = ccw_device_get_mdc(device->cdev, lpm);
ccw_device_get_mdc  676 drivers/s390/cio/device_ops.c EXPORT_SYMBOL(ccw_device_get_mdc);