Lines Matching refs:chpid
478 struct chp_id chpid; in ccw_device_get_chp_desc() local
481 chp_id_init(&chpid); in ccw_device_get_chp_desc()
482 chpid.id = sch->schib.pmcw.chpid[chp_idx]; in ccw_device_get_chp_desc()
483 return chp_get_chp_desc(chpid); in ccw_device_get_chp_desc()
498 struct chp_id chpid; in ccw_device_get_util_str() local
501 chp_id_init(&chpid); in ccw_device_get_util_str()
502 chpid.id = sch->schib.pmcw.chpid[chp_idx]; in ccw_device_get_util_str()
503 chp = chpid_to_chp(chpid); in ccw_device_get_util_str()
644 struct chp_id chpid; in ccw_device_get_mdc() local
653 chp_id_init(&chpid); in ccw_device_get_mdc()
657 chpid.id = sch->schib.pmcw.chpid[i]; in ccw_device_get_mdc()
658 chp = chpid_to_chp(chpid); in ccw_device_get_mdc()
774 int ccw_device_get_chpid(struct ccw_device *cdev, int chp_idx, u8 *chpid) in ccw_device_get_chpid() argument
785 *chpid = sch->schib.pmcw.chpid[chp_idx]; in ccw_device_get_chpid()