Lines Matching defs:matched_node
62 struct device_node *matched_node;
65 matched_node = of_get_compatible_child(node, "marvell,nfc-uart");
66 if (!matched_node) {
67 matched_node = of_get_compatible_child(node, "mrvl,nfc-uart");
68 if (!matched_node)
72 ret = nfcmrvl_parse_dt(matched_node, pdata);
75 of_node_put(matched_node);
79 pdata->flow_control = of_property_read_bool(matched_node, "flow-control");
80 pdata->break_control = of_property_read_bool(matched_node, "break-control");
82 of_node_put(matched_node);