Lines Matching refs:subnode
770 int subnode = 0; in stm32_etzpc_dt_probe_bus() local
774 fdt_for_each_subnode(subnode, fdt, node) { in stm32_etzpc_dt_probe_bus()
777 if (fdt_get_status(fdt, subnode) == DT_STATUS_DISABLED) in stm32_etzpc_dt_probe_bus()
781 stm32mp_allow_probe_shared_device(fdt, subnode)) { in stm32_etzpc_dt_probe_bus()
783 fdt_get_name(fdt, subnode, NULL)); in stm32_etzpc_dt_probe_bus()
788 fdt_get_name(fdt, subnode, NULL)); in stm32_etzpc_dt_probe_bus()
795 res = firewall_dt_get_by_index(fdt, subnode, i, &fw); in stm32_etzpc_dt_probe_bus()
802 fdt_get_name(fdt, subnode, NULL), res); in stm32_etzpc_dt_probe_bus()
810 fdt_get_name(fdt, subnode, NULL), res); in stm32_etzpc_dt_probe_bus()
819 res = dt_driver_maybe_add_probe_node(fdt, subnode); in stm32_etzpc_dt_probe_bus()
822 fdt_get_name(fdt, subnode, NULL), res); in stm32_etzpc_dt_probe_bus()