Home
last modified time | relevance | path

Searched refs:nfcee_id (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/net/nfc/
Dnci.h315 __u8 nfcee_id; member
513 __u8 nfcee_id; member
531 __u8 nfcee_id; member
Dnci_core.h185 u8 nfcee_id; member
295 int nci_nfcee_mode_set(struct nci_dev *ndev, u8 nfcee_id, u8 nfcee_mode);
/linux-4.4.14/net/nfc/nci/
Dntf.c736 ndev->hci_dev->nfcee_id = nfcee_ntf->nfcee_id; in nci_nfcee_discover_ntf_packet()
737 ndev->cur_id = nfcee_ntf->nfcee_id; in nci_nfcee_discover_ntf_packet()
Drsp.c254 if (ndev->cur_id == ndev->hci_dev->nfcee_id) in nci_core_conn_create_rsp_packet()
Dcore.c583 int nci_nfcee_mode_set(struct nci_dev *ndev, u8 nfcee_id, u8 nfcee_mode) in nci_nfcee_mode_set() argument
587 cmd.nfcee_id = nfcee_id; in nci_nfcee_mode_set()
/linux-4.4.14/drivers/nfc/st-nci/
Dse.c561 spec_params.id = ndev->hci_dev->nfcee_id; in st_nci_hci_network_init()