Home
last modified time | relevance | path

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

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