Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/nfc/nci/
H A Dcore.c629 int nci_set_config(struct nci_dev *ndev, __u8 id, size_t len, __u8 *val) in nci_set_config() function
643 EXPORT_SYMBOL(nci_set_config);
780 rc = nci_set_config(ndev, NCI_LA_SEL_INFO, 1, &val); in nci_set_listen_parameters()
786 rc = nci_set_config(ndev, NCI_LF_PROTOCOL_TYPE, 1, &val); in nci_set_listen_parameters()
792 return nci_set_config(ndev, NCI_LF_CON_BITR_F, 1, &val); in nci_set_listen_parameters()
/OK3568_Linux_fs/kernel/drivers/nfc/nfcmrvl/
H A Dmain.c85 nci_set_config(ndev, NFCMRVL_PB_BAIL_OUT, 1, &val); in nfcmrvl_nci_setup()
/OK3568_Linux_fs/kernel/include/net/nfc/
H A Dnci_core.h289 int nci_set_config(struct nci_dev *ndev, __u8 id, size_t len, __u8 *val);