Lines Matching refs:matched_node
67 struct device_node *matched_node;
70 matched_node = of_get_compatible_child(node, "marvell,nfc-uart");
71 if (!matched_node) {
72 matched_node = of_get_compatible_child(node, "mrvl,nfc-uart");
73 if (!matched_node)
77 ret = nfcmrvl_parse_dt(matched_node, pdata);
80 of_node_put(matched_node);
84 pdata->flow_control = of_property_read_bool(matched_node, "flow-control");
85 pdata->break_control = of_property_read_bool(matched_node, "break-control");
87 of_node_put(matched_node);