Lines Matching defs:root
106 struct resource *root = m->private; in r_show() local
217 static struct resource * __request_resource(struct resource *root, struct resource *new) in __request_resource()
311 struct resource *request_resource_conflict(struct resource *root, struct resource *new) in request_resource_conflict()
328 int request_resource(struct resource *root, struct resource *new) in request_resource()
598 static int __find_resource(struct resource *root, struct resource *old, in __find_resource()
657 static int find_resource(struct resource *root, struct resource *new, in find_resource()
674 static int reallocate_resource(struct resource *root, struct resource *old, in reallocate_resource()
725 int allocate_resource(struct resource *root, struct resource *new, in allocate_resource()
769 struct resource *lookup_resource(struct resource *root, resource_size_t start) in lookup_resource()
889 void insert_resource_expand_to_fit(struct resource *root, struct resource *new) in insert_resource_expand_to_fit()
1000 static void __init __reserve_region_with_split(struct resource *root, in __reserve_region_with_split()
1060 void __init reserve_region_with_split(struct resource *root, in reserve_region_with_split()
1360 int devm_request_resource(struct device *dev, struct resource *root, in devm_request_resource()