Lines Matching refs:dn
1630 struct device_node *dn; member
1681 static int __cci_ace_get_port(struct device_node *dn, int type) in __cci_ace_get_port() argument
1687 cci_portn = of_parse_phandle(dn, "cci-control-port", 0); in __cci_ace_get_port()
1690 if (ace_match && cci_portn == ports[i].dn) in __cci_ace_get_port()
1696 int cci_ace_get_port(struct device_node *dn) in cci_ace_get_port() argument
1698 return __cci_ace_get_port(dn, ACE_LITE_PORT); in cci_ace_get_port()
1910 int notrace __cci_control_port_by_device(struct device_node *dn, bool enable) in __cci_control_port_by_device() argument
1914 if (!dn) in __cci_control_port_by_device()
1917 port = __cci_ace_get_port(dn, ACE_LITE_PORT); in __cci_control_port_by_device()
1919 dn->full_name)) in __cci_control_port_by_device()
2023 ports[i].dn = cp; in cci_probe_ports()