Lines Matching refs:chpid
482 struct chp_id chpid; in ccw_device_get_chp_desc() local
485 chp_id_init(&chpid); in ccw_device_get_chp_desc()
486 chpid.id = sch->schib.pmcw.chpid[chp_idx]; in ccw_device_get_chp_desc()
487 return chp_get_chp_desc(chpid); in ccw_device_get_chp_desc()
502 struct chp_id chpid; in ccw_device_get_util_str() local
505 chp_id_init(&chpid); in ccw_device_get_util_str()
506 chpid.id = sch->schib.pmcw.chpid[chp_idx]; in ccw_device_get_util_str()
507 chp = chpid_to_chp(chpid); in ccw_device_get_util_str()
652 struct chp_id chpid; in ccw_device_get_mdc() local
661 chp_id_init(&chpid); in ccw_device_get_mdc()
665 chpid.id = sch->schib.pmcw.chpid[i]; in ccw_device_get_mdc()
666 chp = chpid_to_chp(chpid); in ccw_device_get_mdc()
782 int ccw_device_get_chpid(struct ccw_device *cdev, int chp_idx, u8 *chpid) in ccw_device_get_chpid() argument
793 *chpid = sch->schib.pmcw.chpid[chp_idx]; in ccw_device_get_chpid()