Searched refs:mc_node (Results 1 – 2 of 2) sorted by relevance
156 struct fwnode_handle *mc_node, *led_node; in ncp5623_probe() local 171 mc_node = device_get_named_child_node(dev, "multi-led"); in ncp5623_probe() 172 if (!mc_node) in ncp5623_probe() 175 num_subleds = fwnode_get_child_node_count(mc_node); in ncp5623_probe() 183 fwnode_for_each_available_child_node(mc_node, led_node) { in ncp5623_probe() 196 init_data.fwnode = mc_node; in ncp5623_probe() 218 fwnode_handle_put(mc_node); in ncp5623_probe()
332 struct rb_node mc_node; /* map check */ member