Lines Matching defs:regions
1078 struct device_node *regions)
1086 for_each_child_of_node(regions, child) {
1120 list_add_tail(®ion->list, &kdev->regions);
1122 if (list_empty(&kdev->regions)) {
1127 /* Next, we run through the regions and set things up */
1755 struct device_node *qmgrs, *queue_pools, *regions, *pdsps;
1781 INIT_LIST_HEAD(&kdev->regions);
1855 regions = of_get_child_by_name(node, "descriptor-regions");
1856 if (!regions) {
1857 dev_err(dev, "descriptor-regions not specified\n");
1861 ret = knav_queue_setup_regions(kdev, regions);
1862 of_node_put(regions);