Home
last modified time | relevance | path

Searched refs:ccw_device_get_chp_desc (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dccwdev.h228 struct channel_path_desc_fmt0 *ccw_device_get_chp_desc(struct ccw_device *, int);
/openbmc/linux/drivers/s390/cio/
H A Ddevice_ops.c474 struct channel_path_desc_fmt0 *ccw_device_get_chp_desc(struct ccw_device *cdev, in ccw_device_get_chp_desc() function
860 EXPORT_SYMBOL_GPL(ccw_device_get_chp_desc);
/openbmc/linux/drivers/s390/block/
H A Ddasd_eckd.c1028 chp_desc = ccw_device_get_chp_desc(device->cdev, chp); in dasd_eckd_store_conf_data()
/openbmc/linux/drivers/s390/net/
H A Dqeth_core_main.c1511 chp_dsc = ccw_device_get_chp_desc(ccwdev, 0); in qeth_update_from_chp_desc()