Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/nfc/
Dnci_core.h76 struct nci_ops { struct
209 struct nci_ops *ops;
282 struct nci_dev *nci_allocate_device(struct nci_ops *ops,
/Linux-v4.19/drivers/nfc/fdp/
Dfdp.c729 static struct nci_ops nci_ops = { variable
772 ndev = nci_allocate_device(&nci_ops, protocols, tx_headroom, in fdp_nci_probe()
/Linux-v4.19/drivers/nfc/st-nci/
Dcore.c108 static struct nci_ops st_nci_ops = {
/Linux-v4.19/drivers/nfc/nxp-nci/
Dcore.c104 static struct nci_ops nxp_nci_ops = {
/Linux-v4.19/drivers/nfc/s3fwrn5/
Dcore.c142 static struct nci_ops s3fwrn5_nci_ops = {
/Linux-v4.19/drivers/nfc/nfcmrvl/
Dmain.c95 static struct nci_ops nfcmrvl_nci_ops = {
/Linux-v4.19/net/nfc/nci/
Dcore.c1128 struct nci_dev *nci_allocate_device(struct nci_ops *ops, in nci_allocate_device()