Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/nfc/st-nci/
Dcore.c122 .n_prop_ops = ARRAY_SIZE(st_nci_prop_ops),
/linux-4.4.14/net/nfc/nci/
Dcore.c1060 if (ops->n_prop_ops > NCI_MAX_PROPRIETARY_CMD) { in nci_allocate_device()
1062 ops->n_prop_ops); in nci_allocate_device()
1064 ops->n_prop_ops = 0; in nci_allocate_device()
1323 ndev->ops->n_prop_ops); in nci_prop_rsp_packet()
1330 ndev->ops->n_prop_ops); in nci_prop_ntf_packet()
/linux-4.4.14/drivers/nfc/s3fwrn5/
Dcore.c168 &s3fwrn5_nci_ops.n_prop_ops); in s3fwrn5_probe()
/linux-4.4.14/include/net/nfc/
Dnci_core.h98 size_t n_prop_ops; member
/linux-4.4.14/drivers/nfc/fdp/
Dfdp.c736 .n_prop_ops = ARRAY_SIZE(fdp_prop_ops),