Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/include/asm/
Dccwdev.h234 int ccw_device_get_chid(struct ccw_device *cdev, int chp_idx, u16 *chid);
/linux-6.1.9/drivers/s390/cio/
Ddevice_ops.c796 int ccw_device_get_chid(struct ccw_device *cdev, int chp_idx, u16 *chid) in ccw_device_get_chid() function
819 EXPORT_SYMBOL_GPL(ccw_device_get_chid);
/linux-6.1.9/drivers/s390/net/
Dqeth_core_main.c5030 !ccw_device_get_chid(cdev, 0, &info->chid); in qeth_read_ccw_conf_data()