Lines Matching defs:regions
1077 struct device_node *regions)
1085 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 */
1756 struct device_node *qmgrs, *queue_pools, *regions, *pdsps;
1782 INIT_LIST_HEAD(&kdev->regions);
1856 regions = of_get_child_by_name(node, "descriptor-regions");
1857 if (!regions) {
1858 dev_err(dev, "descriptor-regions not specified\n");
1862 ret = knav_queue_setup_regions(kdev, regions);
1863 of_node_put(regions);