Searched refs:nci_ops (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/include/net/nfc/ |
H A D | nci_core.h | 65 struct nci_ops { struct 198 struct nci_ops *ops; 271 struct nci_dev *nci_allocate_device(struct nci_ops *ops,
|
/kernel/linux/linux-6.6/include/net/nfc/ |
H A D | nci_core.h | 65 struct nci_ops { struct 198 const struct nci_ops *ops; 271 struct nci_dev *nci_allocate_device(const struct nci_ops *ops,
|
/kernel/linux/linux-5.10/drivers/nfc/nxp-nci/ |
H A D | core.c | 89 static struct nci_ops nxp_nci_ops = {
|
/kernel/linux/linux-5.10/drivers/nfc/st-nci/ |
H A D | core.c | 97 static struct nci_ops st_nci_ops = {
|
/kernel/linux/linux-6.6/drivers/nfc/st-nci/ |
H A D | core.c | 95 static const struct nci_ops st_nci_ops = {
|
/kernel/linux/linux-5.10/drivers/nfc/fdp/ |
H A D | fdp.c | 702 static struct nci_ops nci_ops = { variable 745 ndev = nci_allocate_device(&nci_ops, protocols, tx_headroom, in fdp_nci_probe()
|
/kernel/linux/linux-6.6/drivers/nfc/fdp/ |
H A D | fdp.c | 687 static const struct nci_ops nci_ops = { variable 731 ndev = nci_allocate_device(&nci_ops, protocols, tx_headroom, in fdp_nci_probe()
|
/kernel/linux/linux-5.10/drivers/nfc/s3fwrn5/ |
H A D | core.c | 135 static struct nci_ops s3fwrn5_nci_ops = {
|
/kernel/linux/linux-6.6/drivers/nfc/nxp-nci/ |
H A D | core.c | 125 static const struct nci_ops nxp_nci_ops = {
|
/kernel/linux/linux-6.6/drivers/nfc/s3fwrn5/ |
H A D | core.c | 151 static const struct nci_ops s3fwrn5_nci_ops = {
|
/kernel/linux/linux-5.10/drivers/nfc/nfcmrvl/ |
H A D | main.c | 95 static struct nci_ops nfcmrvl_nci_ops = {
|
/kernel/linux/linux-6.6/drivers/nfc/ |
H A D | virtual_ncidev.c | 76 static const struct nci_ops virtual_nci_ops = {
|
/kernel/linux/linux-6.6/drivers/nfc/nfcmrvl/ |
H A D | main.c | 84 static const struct nci_ops nfcmrvl_nci_ops = {
|
/kernel/linux/linux-5.10/net/nfc/nci/ |
H A D | core.c | 1137 struct nci_dev *nci_allocate_device(struct nci_ops *ops, in nci_allocate_device()
|
/kernel/linux/linux-6.6/net/nfc/nci/ |
H A D | core.c | 1149 struct nci_dev *nci_allocate_device(const struct nci_ops *ops, in nci_allocate_device()
|
Completed in 12 milliseconds