Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/nfc/fdp/
Dfdp.c666 static const struct nci_driver_ops fdp_prop_ops[] = { variable
685 .prop_ops = fdp_prop_ops,
686 .n_prop_ops = ARRAY_SIZE(fdp_prop_ops),
722 BUILD_BUG_ON(ARRAY_SIZE(fdp_prop_ops) > NCI_MAX_PROPRIETARY_CMD); in fdp_nci_probe()