Searched refs:ccw_device_get_chid (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | ccwdev.h | 246 int ccw_device_get_chid(struct ccw_device *cdev, int chp_idx, u16 *chid);
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | ccwdev.h | 236 int ccw_device_get_chid(struct ccw_device *cdev, int chp_idx, u16 *chid);
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | device_ops.c | 791 * ccw_device_get_chid() - obtain Channel ID associated with specified CHPID 796 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); variable
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | device_ops.c | 791 * ccw_device_get_chid() - obtain Channel ID associated with specified CHPID 796 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); variable
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_core_main.c | 5009 !ccw_device_get_chid(cdev, 0, &info->chid); in qeth_read_ccw_conf_data()
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_core_main.c | 5032 !ccw_device_get_chid(cdev, 0, &info->chid); in qeth_read_ccw_conf_data()
|
Completed in 20 milliseconds