Home
last modified time | relevance | path

Searched refs:nci_ops (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/nfc/
H A Dnci_core.h65 struct nci_ops { struct
198 struct nci_ops *ops;
271 struct nci_dev *nci_allocate_device(struct nci_ops *ops,
/OK3568_Linux_fs/kernel/drivers/nfc/fdp/
H A Dfdp.c702 static struct nci_ops nci_ops = { variable
745 ndev = nci_allocate_device(&nci_ops, protocols, tx_headroom, in fdp_nci_probe()
/OK3568_Linux_fs/kernel/drivers/nfc/st-nci/
H A Dcore.c97 static struct nci_ops st_nci_ops = {
/OK3568_Linux_fs/kernel/drivers/nfc/nxp-nci/
H A Dcore.c89 static struct nci_ops nxp_nci_ops = {
/OK3568_Linux_fs/kernel/drivers/nfc/s3fwrn5/
H A Dcore.c135 static struct nci_ops s3fwrn5_nci_ops = {
/OK3568_Linux_fs/kernel/drivers/nfc/nfcmrvl/
H A Dmain.c95 static struct nci_ops nfcmrvl_nci_ops = {
/OK3568_Linux_fs/kernel/net/nfc/nci/
H A Dcore.c1132 struct nci_dev *nci_allocate_device(struct nci_ops *ops, in nci_allocate_device()