Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nfc/st-nci/
H A Dcore.c111 .n_prop_ops = ARRAY_SIZE(st_nci_prop_ops),
/OK3568_Linux_fs/kernel/net/nfc/nci/
H A Dcore.c1152 if (ops->n_prop_ops > NCI_MAX_PROPRIETARY_CMD) { in nci_allocate_device()
1154 ops->n_prop_ops); in nci_allocate_device()
1156 ops->n_prop_ops = 0; in nci_allocate_device()
1422 ndev->ops->n_prop_ops); in nci_prop_rsp_packet()
1429 ndev->ops->n_prop_ops); in nci_prop_ntf_packet()
/OK3568_Linux_fs/kernel/drivers/nfc/s3fwrn5/
H A Dcore.c161 &s3fwrn5_nci_ops.n_prop_ops); in s3fwrn5_probe()
/OK3568_Linux_fs/kernel/include/net/nfc/
H A Dnci_core.h87 size_t n_prop_ops; member
/OK3568_Linux_fs/kernel/drivers/nfc/fdp/
H A Dfdp.c709 .n_prop_ops = ARRAY_SIZE(fdp_prop_ops),