Home
last modified time | relevance | path

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

/linux/include/net/nfc/
H A Dnci_core.h65 struct nci_ops { struct
198 const struct nci_ops *ops;
275 struct nci_dev *nci_allocate_device(const struct nci_ops *ops,
66 initnci_ops global() argument
67 opennci_ops global() argument
68 closenci_ops global() argument
69 sendnci_ops global() argument
70 setupnci_ops global() argument
71 post_setupnci_ops global() argument
72 fw_downloadnci_ops global() argument
73 get_rfprotocolnci_ops global() argument
74 discover_senci_ops global() argument
75 disable_senci_ops global() argument
76 enable_senci_ops global() argument
77 se_ionci_ops global() argument
80 hci_load_sessionnci_ops global() argument
81 hci_event_receivednci_ops global() argument
83 hci_cmd_receivednci_ops global() argument
86 prop_opsnci_ops global() argument
87 n_prop_opsnci_ops global() argument
89 core_opsnci_ops global() argument
90 n_core_opsnci_ops global() argument
/linux/drivers/nfc/fdp/
H A Dfdp.c687 static const struct nci_ops nci_ops = { variable
731 ndev = nci_allocate_device(&nci_ops, protocols, tx_headroom, in fdp_nci_probe()
/linux/drivers/nfc/st-nci/
H A Dcore.c95 static const struct nci_ops st_nci_ops = {
/linux/drivers/nfc/nxp-nci/
H A Dcore.c125 static const struct nci_ops nxp_nci_ops = {
/linux/drivers/nfc/s3fwrn5/
H A Dcore.c151 static const struct nci_ops s3fwrn5_nci_ops = {
/linux/drivers/nfc/
H A Dvirtual_ncidev.c76 static const struct nci_ops virtual_nci_ops = {
/linux/drivers/nfc/nfcmrvl/
H A Dmain.c84 static const struct nci_ops nfcmrvl_nci_ops = {
/linux/net/nfc/nci/
H A Dcore.c1160 struct nci_dev *nci_allocate_device(const struct nci_ops *ops, in nci_allocate_device()