Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/nfc/fdp/
Dfdp.c674 static const struct nci_driver_ops fdp_prop_ops[] = { variable
693 .prop_ops = fdp_prop_ops,
694 .n_prop_ops = ARRAY_SIZE(fdp_prop_ops),
730 BUILD_BUG_ON(ARRAY_SIZE(fdp_prop_ops) > NCI_MAX_PROPRIETARY_CMD); in fdp_nci_probe()