Lines Matching refs:qmgrs
1390 struct device_node *qmgrs)
1398 for_each_child_of_node(qmgrs, child) {
1481 list_add_tail(&qmgr->list, &kdev->qmgrs);
1756 struct device_node *qmgrs, *queue_pools, *regions, *pdsps;
1780 INIT_LIST_HEAD(&kdev->qmgrs);
1802 qmgrs = of_get_child_by_name(node, "qmgrs");
1803 if (!qmgrs) {
1808 ret = knav_queue_init_qmgrs(kdev, qmgrs);
1809 of_node_put(qmgrs);