// SPDX-License-Identifier: GPL-2.0-or-later /* * NCI based driver for Samsung S3FWRN5 NFC chip * * Copyright (C) 2015 Samsung Electrnoics * Robert Baldyga <[email protected]> */ #include <linux/completion.h> #include <linux/firmware.h> #include "s3fwrn5.h" #include "nci.h" static int s3fwrn5_nci_prop_rsp(struct nci_dev *ndev, struct sk_buff *skb) { … } const struct nci_driver_ops s3fwrn5_nci_prop_ops[4] = …; #define S3FWRN5_RFREG_SECTION_SIZE … int s3fwrn5_nci_rf_configure(struct s3fwrn5_info *info, const char *fw_name) { … }