Home
last modified time | relevance | path

Searched refs:NCI_MAX_PROPRIETARY_CMD (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/nfc/st-nci/
Dcore.c132 BUILD_BUG_ON(ARRAY_SIZE(st_nci_prop_ops) > NCI_MAX_PROPRIETARY_CMD); in st_nci_probe()
/linux-6.1.9/include/net/nfc/
Dnci_core.h97 #define NCI_MAX_PROPRIETARY_CMD 64 macro
/linux-6.1.9/drivers/nfc/fdp/
Dfdp.c730 BUILD_BUG_ON(ARRAY_SIZE(fdp_prop_ops) > NCI_MAX_PROPRIETARY_CMD); in fdp_nci_probe()
/linux-6.1.9/net/nfc/nci/
Dcore.c1163 if (ops->n_prop_ops > NCI_MAX_PROPRIETARY_CMD) { in nci_allocate_device()