Lines Matching refs:chpid
19 #include <asm/chpid.h>
478 struct chp_id chpid;
481 chp_id_init(&chpid);
482 chpid.id = sch->schib.pmcw.chpid[chp_idx];
483 return chp_get_chp_desc(chpid);
498 struct chp_id chpid;
501 chp_id_init(&chpid);
502 chpid.id = sch->schib.pmcw.chpid[chp_idx];
503 chp = chpid_to_chp(chpid);
644 struct chp_id chpid;
653 chp_id_init(&chpid);
657 chpid.id = sch->schib.pmcw.chpid[i];
658 chp = chpid_to_chp(chpid);
772 * @chpid: The resulting Channel Path ID
774 int ccw_device_get_chpid(struct ccw_device *cdev, int chp_idx, u8 *chpid)
785 *chpid = sch->schib.pmcw.chpid[chp_idx];