Lines Matching defs:matched_node
73 struct device_node *matched_node;
76 matched_node = of_get_compatible_child(node, "marvell,nfc-uart");
77 if (!matched_node) {
78 matched_node = of_get_compatible_child(node, "mrvl,nfc-uart");
79 if (!matched_node)
83 ret = nfcmrvl_parse_dt(matched_node, pdata);
86 of_node_put(matched_node);
90 if (of_find_property(matched_node, "flow-control", NULL))
95 if (of_find_property(matched_node, "break-control", NULL))
100 of_node_put(matched_node);