Home
last modified time | relevance | path

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

/arch/parisc/include/asm/
Dpdc.h275 struct pdc_module_path *mod_path, long mod_index);
287 int pdc_mem_map_hpa(struct pdc_memory_map *r_addr, struct pdc_module_path *mod_path);
Dpdcpat.h280 struct hardware_path mod_path; /* module path (device path - layers) */ member
/arch/parisc/kernel/
Dfirmware.c378 struct pdc_module_path *mod_path, long mod_index) in pdc_system_map_find_mods() argument
388 memcpy(mod_path, pdc_result2, sizeof(*mod_path)); in pdc_system_map_find_mods()
618 struct pdc_module_path *mod_path) in pdc_mem_map_hpa() argument
624 memcpy(pdc_result2, mod_path, sizeof(*mod_path)); in pdc_mem_map_hpa()
Ddrivers.c475 alloc_pa_dev(unsigned long hpa, struct hardware_path *mod_path) in alloc_pa_dev() argument
491 dev = create_parisc_device(mod_path); in alloc_pa_dev()
Dinventory.c194 dev = alloc_pa_dev(PAT_GET_CBA(temp), &(pa_pdc_cell->mod_path)); in pat_query_module()