Home
last modified time | relevance | path

Searched refs:nci_core_cmd (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/nfc/
H A Dnci_core.h283 int nci_core_cmd(struct nci_dev *ndev, __u16 opcode, size_t len, __u8 *payload);
/OK3568_Linux_fs/kernel/net/nfc/nci/
H A Dcore.c366 int nci_core_cmd(struct nci_dev *ndev, __u16 opcode, size_t len, __u8 *payload) in nci_core_cmd() function
377 EXPORT_SYMBOL(nci_core_cmd);
/OK3568_Linux_fs/kernel/drivers/nfc/fdp/
H A Dfdp.c103 return nci_core_cmd(ndev, NCI_OP_CORE_GET_CONFIG_CMD, in fdp_nci_get_versions()