Lines Matching refs:cfg_np
745 struct device_node *cfg_np; in samsung_pinctrl_create_functions() local
753 for_each_child_of_node(dev_np, cfg_np) { in samsung_pinctrl_create_functions()
756 if (!of_get_child_count(cfg_np)) { in samsung_pinctrl_create_functions()
757 if (!of_find_property(cfg_np, in samsung_pinctrl_create_functions()
764 for_each_child_of_node(cfg_np, func_np) { in samsung_pinctrl_create_functions()
783 for_each_child_of_node(dev_np, cfg_np) { in samsung_pinctrl_create_functions()
786 if (!of_get_child_count(cfg_np)) { in samsung_pinctrl_create_functions()
788 cfg_np, func); in samsung_pinctrl_create_functions()
790 of_node_put(cfg_np); in samsung_pinctrl_create_functions()
800 for_each_child_of_node(cfg_np, func_np) { in samsung_pinctrl_create_functions()
805 of_node_put(cfg_np); in samsung_pinctrl_create_functions()