Searched refs:chan_node (Results 1 – 1 of 1) sorted by relevance
1100 struct device_node *chan_node, *child; in xadc_parse_dt() local1149 chan_node = of_get_child_by_name(np, "xlnx,channels"); in xadc_parse_dt()1150 if (chan_node) { in xadc_parse_dt()1151 for_each_child_of_node(chan_node, child) { in xadc_parse_dt()1175 of_node_put(chan_node); in xadc_parse_dt()