Searched refs:nci_prop_cmd (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/nfc/st-nci/ |
| H A D | core.c | 26 return nci_prop_cmd(ndev, ST_NCI_CORE_PROP, in st_nci_init()
|
| H A D | ndlc.c | 65 nci_prop_cmd(ndlc->ndev, ST_NCI_CORE_PROP, in ndlc_close()
|
| /linux/drivers/nfc/fdp/ |
| H A D | fdp.c | 110 return nci_prop_cmd(ndev, NCI_OP_PROP_PATCH_OID, sizeof(type), &type); in fdp_nci_patch_cmd() 116 return nci_prop_cmd(ndev, NCI_OP_PROP_SET_PDATA_OID, len, data); in fdp_nci_set_production_data()
|
| /linux/net/nfc/nci/ |
| H A D | core.c | 356 int nci_prop_cmd(struct nci_dev *ndev, __u8 oid, size_t len, const __u8 *payload) in nci_prop_cmd() function 367 EXPORT_SYMBOL(nci_prop_cmd);
|