Lines Matching refs:module_path
45 struct pdc_module_path module_path; in setup_pdc() local
55 status = pdc_system_map_find_mods(&module_result, &module_path, 0); in setup_pdc()
423 struct pdc_module_path *module_path) in legacy_create_device() argument
426 int status = pdc_mem_map_hpa(r_addr, module_path); in legacy_create_device()
430 dev = alloc_pa_dev(r_addr->hpa, &module_path->path); in legacy_create_device()
452 struct pdc_module_path module_path; in snake_inventory() local
456 memset(module_path.path.bc, 0xff, 6); in snake_inventory()
457 module_path.path.mod = mod; in snake_inventory()
458 dev = legacy_create_device(&r_addr, &module_path); in snake_inventory()
462 memset(module_path.path.bc, 0xff, 4); in snake_inventory()
463 module_path.path.bc[4] = mod; in snake_inventory()
466 module_path.path.bc[5] = 0; in snake_inventory()
467 module_path.path.mod = func; in snake_inventory()
468 legacy_create_device(&r_addr, &module_path); in snake_inventory()
537 struct pdc_module_path module_path; in system_map_inventory() local
540 &module_path, i); in system_map_inventory()
544 dev = alloc_pa_dev(module_result.mod_addr, &module_path.path); in system_map_inventory()