Home
last modified time | relevance | path

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

/Linux-v6.6/arch/s390/include/asm/
Dccwdev.h160 int ccw_device_is_pathgroup(struct ccw_device *cdev);
/Linux-v6.6/drivers/s390/cio/
Ddevice_ops.c106 int ccw_device_is_pathgroup(struct ccw_device *cdev) in ccw_device_is_pathgroup() function
110 EXPORT_SYMBOL(ccw_device_is_pathgroup);
/Linux-v6.6/drivers/s390/block/
Ddasd_eckd.c2077 if (!ccw_device_is_pathgroup(device->cdev)) { in dasd_eckd_check_characteristics()