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