Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/nfc/st-nci/
Dcore.c111 .n_prop_ops = ARRAY_SIZE(st_nci_prop_ops),
/Linux-v5.4/drivers/nfc/s3fwrn5/
Dcore.c157 &s3fwrn5_nci_ops.n_prop_ops); in s3fwrn5_probe()
/Linux-v5.4/net/nfc/nci/
Dcore.c1136 if (ops->n_prop_ops > NCI_MAX_PROPRIETARY_CMD) { in nci_allocate_device()
1138 ops->n_prop_ops); in nci_allocate_device()
1140 ops->n_prop_ops = 0; in nci_allocate_device()
1396 ndev->ops->n_prop_ops); in nci_prop_rsp_packet()
1403 ndev->ops->n_prop_ops); in nci_prop_ntf_packet()
/Linux-v5.4/include/net/nfc/
Dnci_core.h86 size_t n_prop_ops; member
/Linux-v5.4/drivers/nfc/fdp/
Dfdp.c728 .n_prop_ops = ARRAY_SIZE(fdp_prop_ops),