Home
last modified time | relevance | path

Searched refs:module_path (Results 1 – 1 of 1) sorted by relevance

/arch/parisc/kernel/
Dinventory.c51 struct pdc_module_path module_path; in setup_pdc() local
61 status = pdc_system_map_find_mods(&module_result, &module_path, 0); in setup_pdc()
452 struct pdc_module_path *module_path) in legacy_create_device() argument
455 int status = pdc_mem_map_hpa(r_addr, module_path); in legacy_create_device()
459 dev = alloc_pa_dev(r_addr->hpa, &module_path->path); in legacy_create_device()
481 struct pdc_module_path module_path; in snake_inventory() local
485 memset(module_path.path.bc, 0xff, 6); in snake_inventory()
486 module_path.path.mod = mod; in snake_inventory()
487 dev = legacy_create_device(&r_addr, &module_path); in snake_inventory()
491 memset(module_path.path.bc, 0xff, 4); in snake_inventory()
[all …]