Searched refs:channels_node (Results 1 – 1 of 1) sorted by relevance
546 struct device_node *channels_node, *node; in tps23881_get_of_channels() local 552 channels_node = of_find_node_by_name(priv->np, "channels"); in tps23881_get_of_channels() 553 if (!channels_node) in tps23881_get_of_channels() 556 for_each_child_of_node(channels_node, node) { in tps23881_get_of_channels() 579 of_node_put(channels_node); in tps23881_get_of_channels() 589 of_node_put(channels_node); in tps23881_get_of_channels()