Lines Matching defs:root
106 struct resource *root = m->private; in r_show() local
208 static struct resource * __request_resource(struct resource *root, struct resource *new) in __request_resource()
292 struct resource *request_resource_conflict(struct resource *root, struct resource *new) in request_resource_conflict()
309 int request_resource(struct resource *root, struct resource *new) in request_resource()
567 static int __find_resource(struct resource *root, struct resource *old, in __find_resource()
625 static int find_resource(struct resource *root, struct resource *new, in find_resource()
642 static int reallocate_resource(struct resource *root, struct resource *old, in reallocate_resource()
693 int allocate_resource(struct resource *root, struct resource *new, in allocate_resource()
737 struct resource *lookup_resource(struct resource *root, resource_size_t start) in lookup_resource()
850 void insert_resource_expand_to_fit(struct resource *root, struct resource *new) in insert_resource_expand_to_fit()
935 static void __init __reserve_region_with_split(struct resource *root, in __reserve_region_with_split()
993 void __init reserve_region_with_split(struct resource *root, in reserve_region_with_split()
1290 int devm_request_resource(struct device *dev, struct resource *root, in devm_request_resource()