Lines Matching refs:dn
1063 struct device_node *dn; member
1114 static int __cci_ace_get_port(struct device_node *dn, int type) in __cci_ace_get_port() argument
1120 cci_portn = of_parse_phandle(dn, "cci-control-port", 0); in __cci_ace_get_port()
1123 if (ace_match && cci_portn == ports[i].dn) in __cci_ace_get_port()
1129 int cci_ace_get_port(struct device_node *dn) in cci_ace_get_port() argument
1131 return __cci_ace_get_port(dn, ACE_LITE_PORT); in cci_ace_get_port()
1343 int notrace __cci_control_port_by_device(struct device_node *dn, bool enable) in __cci_control_port_by_device() argument
1347 if (!dn) in __cci_control_port_by_device()
1350 port = __cci_ace_get_port(dn, ACE_LITE_PORT); in __cci_control_port_by_device()
1352 dn->full_name)) in __cci_control_port_by_device()
1456 ports[i].dn = cp; in cci_probe_ports()