Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/nfc/
Dnci_core.h64 struct nci_ops { struct
197 const struct nci_ops *ops;
270 struct nci_dev *nci_allocate_device(const struct nci_ops *ops,
/Linux-v5.15/drivers/nfc/fdp/
Dfdp.c679 static const struct nci_ops nci_ops = { variable
723 ndev = nci_allocate_device(&nci_ops, protocols, tx_headroom, in fdp_nci_probe()
/Linux-v5.15/drivers/nfc/st-nci/
Dcore.c95 static const struct nci_ops st_nci_ops = {
/Linux-v5.15/drivers/nfc/nxp-nci/
Dcore.c86 static const struct nci_ops nxp_nci_ops = {
/Linux-v5.15/drivers/nfc/
Dvirtual_ncidev.c71 static const struct nci_ops virtual_nci_ops = {
/Linux-v5.15/drivers/nfc/s3fwrn5/
Dcore.c146 static const struct nci_ops s3fwrn5_nci_ops = {
/Linux-v5.15/drivers/nfc/nfcmrvl/
Dmain.c84 static const struct nci_ops nfcmrvl_nci_ops = {
/Linux-v5.15/net/nfc/nci/
Dcore.c1131 struct nci_dev *nci_allocate_device(const struct nci_ops *ops, in nci_allocate_device()