Lines Matching refs:cfg_handle
210 const u64 *id, *cfg_handle; in vio_create_one() local
229 cfg_handle = NULL; in vio_create_one()
234 cfg_handle = mdesc_get_property(hp, target, in vio_create_one()
236 if (cfg_handle) in vio_create_one()
287 } else if (!cfg_handle) { in vio_create_one()
292 *cfg_handle, *id); in vio_create_one()
293 vdev->dev_no = *cfg_handle; in vio_create_one()
405 const u64 *cfg_handle; in vio_init() local
446 cfg_handle = mdesc_get_property(hp, root, cfg_handle_prop, NULL); in vio_init()
447 if (!cfg_handle) { in vio_init()
453 cdev_cfg_handle = *cfg_handle; in vio_init()