Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nfc/st-nci/
Dcore.c122 .n_prop_ops = ARRAY_SIZE(st_nci_prop_ops),
/Linux-v4.19/drivers/nfc/s3fwrn5/
Dcore.c168 &s3fwrn5_nci_ops.n_prop_ops); in s3fwrn5_probe()
/Linux-v4.19/net/nfc/nci/
Dcore.c1148 if (ops->n_prop_ops > NCI_MAX_PROPRIETARY_CMD) { in nci_allocate_device()
1150 ops->n_prop_ops); in nci_allocate_device()
1152 ops->n_prop_ops = 0; in nci_allocate_device()
1408 ndev->ops->n_prop_ops); in nci_prop_rsp_packet()
1415 ndev->ops->n_prop_ops); in nci_prop_ntf_packet()
/Linux-v4.19/include/net/nfc/
Dnci_core.h98 size_t n_prop_ops; member
/Linux-v4.19/drivers/nfc/fdp/
Dfdp.c736 .n_prop_ops = ARRAY_SIZE(fdp_prop_ops),