Lines Matching refs:qmgrs
1391 struct device_node *qmgrs)
1399 for_each_child_of_node(qmgrs, child) {
1481 list_add_tail(&qmgr->list, &kdev->qmgrs);
1755 struct device_node *qmgrs, *queue_pools, *regions, *pdsps;
1779 INIT_LIST_HEAD(&kdev->qmgrs);
1801 qmgrs = of_get_child_by_name(node, "qmgrs");
1802 if (!qmgrs) {
1807 ret = knav_queue_init_qmgrs(kdev, qmgrs);
1808 of_node_put(qmgrs);