Searched refs:chp_idx (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | device_ops.c | 469 * @chp_idx: index of the channel path 475 int chp_idx) in ccw_device_get_chp_desc() 482 chpid.id = sch->schib.pmcw.chpid[chp_idx]; in ccw_device_get_chp_desc() 489 * @chp_idx: index of the channel path 494 u8 *ccw_device_get_util_str(struct ccw_device *cdev, int chp_idx) in ccw_device_get_util_str() argument 502 chpid.id = sch->schib.pmcw.chpid[chp_idx]; in ccw_device_get_util_str() 771 * @chp_idx: Index of the channel path 774 int ccw_device_get_chpid(struct ccw_device *cdev, int chp_idx, u8 *chpid) in ccw_device_get_chpid() argument 779 if ((chp_idx < 0) || (chp_idx > in ccw_device_get_chpid() 474 ccw_device_get_chp_desc(struct ccw_device *cdev, int chp_idx) ccw_device_get_chp_desc() argument 796 ccw_device_get_chid(struct ccw_device *cdev, int chp_idx, u16 *chid) ccw_device_get_chid() argument [all...] |
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | device_ops.c | 469 * @chp_idx: index of the channel path 475 int chp_idx) in ccw_device_get_chp_desc() 482 chpid.id = sch->schib.pmcw.chpid[chp_idx]; in ccw_device_get_chp_desc() 489 * @chp_idx: index of the channel path 494 u8 *ccw_device_get_util_str(struct ccw_device *cdev, int chp_idx) in ccw_device_get_util_str() argument 502 chpid.id = sch->schib.pmcw.chpid[chp_idx]; in ccw_device_get_util_str() 771 * @chp_idx: Index of the channel path 774 int ccw_device_get_chpid(struct ccw_device *cdev, int chp_idx, u8 *chpid) in ccw_device_get_chpid() argument 779 if ((chp_idx < 0) || (chp_idx > in ccw_device_get_chpid() 474 ccw_device_get_chp_desc(struct ccw_device *cdev, int chp_idx) ccw_device_get_chp_desc() argument 796 ccw_device_get_chid(struct ccw_device *cdev, int chp_idx, u16 *chid) ccw_device_get_chid() argument [all...] |
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | ccwdev.h | 239 u8 *ccw_device_get_util_str(struct ccw_device *cdev, int chp_idx); 245 int ccw_device_get_chpid(struct ccw_device *cdev, int chp_idx, u8 *chpid); 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 | 229 u8 *ccw_device_get_util_str(struct ccw_device *cdev, int chp_idx); 235 int ccw_device_get_chpid(struct ccw_device *cdev, int chp_idx, u8 *chpid); 236 int ccw_device_get_chid(struct ccw_device *cdev, int chp_idx, u16 *chid);
|
Completed in 7 milliseconds