Lines Matching full:regions

80 	struct fdt_region *region;	/* Contains list of regions found */
81 int count; /* Numnber of regions found */
83 int max_regions; /* Maximum regions to find */
90 * fdt_find_regions() - find regions in device tree
93 * the regions of the device tree which describe those included parts.
95 * The intent is to get a list of regions which will be invariant provided
96 * those parts are invariant. For example, if you request a list of regions
132 * @region: Returns list of regions
139 * @return number of regions in list. If this is >max_regions then the
149 * fdt_first_region() - find regions in device tree
152 * the regions of the device tree which describe those included parts.
158 * are required, and then writing out the regions returned by this function.
164 * The intent is to get a list of regions which will be invariant provided
165 * those parts are invariant. For example, if you request a list of regions
243 * @region: Returns list of regions, sorted by offset
251 * @return number of regions in list. If this is >max_regions then the
276 * more regions
286 * fdt_add_alias_regions() - find aliases that point to existing regions
293 * Given a list of regions function finds the aliases that still apply and
294 * adds more regions to the list for these. This function is called after
295 * fdt_next_region() has finished returning regions and requires the same
299 * @region: List of regions that will be kept
300 * @count: Number of regions
303 * @return new number of regions in @region (i.e. count + the number added)