Home
last modified time | relevance | path

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

/linux/drivers/nfc/st-nci/
H A Dcore.c87 static const struct nci_driver_ops st_nci_prop_ops[] = { variable
108 .prop_ops = st_nci_prop_ops,
109 .n_prop_ops = ARRAY_SIZE(st_nci_prop_ops),
132 BUILD_BUG_ON(ARRAY_SIZE(st_nci_prop_ops) > NCI_MAX_PROPRIETARY_CMD); in st_nci_probe()