Lines Matching defs:node
120 struct device_node *node;
145 node = of_get_child_by_name(pdev->dev.of_node, "tsc");
146 of_property_read_u32(node, "ti,wires", &tscmag_wires);
147 err = of_property_read_u32(node, "ti,coordinate-readouts",
150 of_property_read_u32(node, "ti,coordiante-readouts",
153 of_node_put(node);
169 node = of_get_child_by_name(pdev->dev.of_node, "adc");
170 of_property_for_each_u32(node, "ti,adc-channels", prop, cur, val) {
175 of_node_put(node);
180 of_node_put(node);