Lines Matching refs:controllers
57 * All SYSMMU controllers in the system support the address spaces of the same
229 * on device add, contains a list of SYSMMU controllers defined by device tree,
234 struct list_head controllers; /* list of sysmmu_drvdata.owner_node */
241 * It contains list of SYSMMU controllers from all master devices, which has
296 struct list_head owner_node; /* node for owner controllers list */
520 /* controllers on some SoCs don't report proper version */
997 list_for_each_entry(data, &owner->controllers, owner_node) {
1039 list_for_each_entry(data, &owner->controllers, owner_node) {
1049 list_for_each_entry(data, &owner->controllers, owner_node) {
1392 list_for_each_entry(data, &owner->controllers, owner_node) {
1404 data = list_first_entry(&owner->controllers,
1431 list_for_each_entry(data, &owner->controllers, owner_node)
1458 INIT_LIST_HEAD(&owner->controllers);
1463 list_for_each_entry(entry, &owner->controllers, owner_node)
1467 list_add_tail(&data->owner_node, &owner->controllers);