Searched refs:ccw_device_get_chpid (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | device_ops.c | 769 * ccw_device_get_chpid() - obtain Channel Path ID 774 int ccw_device_get_chpid(struct ccw_device *cdev, int chp_idx, u8 *chpid) in ccw_device_get_chpid() function 788 EXPORT_SYMBOL_GPL(ccw_device_get_chpid); variable 803 rc = ccw_device_get_chpid(cdev, chp_idx, &cssid_chpid.id); in ccw_device_get_chid()
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | device_ops.c | 769 * ccw_device_get_chpid() - obtain Channel Path ID 774 int ccw_device_get_chpid(struct ccw_device *cdev, int chp_idx, u8 *chpid) in ccw_device_get_chpid() function 788 EXPORT_SYMBOL_GPL(ccw_device_get_chpid); variable 803 rc = ccw_device_get_chpid(cdev, chp_idx, &cssid_chpid.id); in ccw_device_get_chid()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | ccwdev.h | 245 int ccw_device_get_chpid(struct ccw_device *cdev, int chp_idx, u8 *chpid);
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | ccwdev.h | 235 int ccw_device_get_chpid(struct ccw_device *cdev, int chp_idx, u8 *chpid);
|
Completed in 6 milliseconds