Lines Matching refs:name
29 .name = "PCI IO",
37 .name = "PCI mem",
108 r->name ? r->name : "<BAD>"); in r_show()
331 static int find_next_system_ram(struct resource *res, char *name) in find_next_system_ram() argument
347 if (name && strcmp(p->name, name)) in find_next_system_ram()
747 printk("Expanded resource %s due to conflict with %s\n", new->name, conflict->name); in insert_resource_expand_to_fit()
813 const char *name) in __reserve_region_with_split() argument
823 res->name = name; in __reserve_region_with_split()
857 next_res->name = name; in __reserve_region_with_split()
871 const char *name) in reserve_region_with_split() argument
894 __reserve_region_with_split(root, start, end, name); in reserve_region_with_split()
941 const char *name, int flags) in __request_region() argument
949 res->name = name; in __request_region()
1144 new_res->name = res->name; in release_mem_region_adjustable()
1195 resource_size_t n, const char *name) in __devm_request_region() argument
1209 res = __request_region(parent, start, n, name, 0); in __devm_request_region()
1249 res->name = "reserved"; in reserve_setup()
1301 p->name); in iomem_map_sanity_check()