Lines Matching refs:mp
252 static void vio_fill_channel_info(struct mdesc_handle *hp, u64 mp, in vio_fill_channel_info() argument
260 mdesc_for_each_arc(a, hp, mp, MDESC_ARC_TYPE_FWD) { in vio_fill_channel_info()
292 static struct vio_dev *vio_create_one(struct mdesc_handle *hp, u64 mp, in vio_create_one() argument
302 type = mdesc_get_property(hp, mp, "device-type", &tlen); in vio_create_one()
304 type = mdesc_get_property(hp, mp, "name", &tlen); in vio_create_one()
306 type = mdesc_node_name(hp, mp); in vio_create_one()
316 id = mdesc_get_property(hp, mp, "id", NULL); in vio_create_one()
318 cfg_handle = vio_cfg_handle(hp, mp); in vio_create_one()
320 compat = mdesc_get_property(hp, mp, "device-type", &clen); in vio_create_one()
335 vdev->mp = mp; in vio_create_one()
347 vio_fill_channel_info(hp, mp, vdev); in vio_create_one()
386 err = mdesc_get_node_info(hp, mp, node_name, in vio_create_one()