Lines Matching refs:controllers
59 * All SYSMMU controllers in the system support the address spaces of the same
230 * on device add, contains a list of SYSMMU controllers defined by device tree,
235 struct list_head controllers; /* list of sysmmu_drvdata.owner_node */
242 * It contains list of SYSMMU controllers from all master devices, which has
274 struct list_head owner_node; /* node for owner controllers list */
375 /* controllers on some SoCs don't report proper version */
855 list_for_each_entry(data, &owner->controllers, owner_node) {
897 list_for_each_entry(data, &owner->controllers, owner_node) {
907 list_for_each_entry(data, &owner->controllers, owner_node) {
1250 list_for_each_entry(data, &owner->controllers, owner_node) {
1262 data = list_first_entry(&owner->controllers,
1287 list_for_each_entry(data, &owner->controllers, owner_node)
1314 INIT_LIST_HEAD(&owner->controllers);
1319 list_for_each_entry(entry, &owner->controllers, owner_node)
1323 list_add_tail(&data->owner_node, &owner->controllers);