Searched refs:nci_hci_send_event (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/nfc/st21nfcb/ |
H A D | st21nfcb_se.c | 476 r = nci_hci_send_event(ndev, ST21NFCB_APDU_READER_GATE, st21nfcb_nci_disable_se() 493 r = nci_hci_send_event(ndev, ST21NFCB_APDU_READER_GATE, st21nfcb_nci_enable_se() 623 return nci_hci_send_event(ndev, ST21NFCB_APDU_READER_GATE, st21nfcb_nci_se_io() 653 nci_hci_send_event(info->ndlc->ndev, ST21NFCB_APDU_READER_GATE, st21nfcb_se_wt_timeout() 657 nci_hci_send_event(info->ndlc->ndev, ST21NFCB_DEVICE_MGNT_GATE, st21nfcb_se_wt_timeout()
|
/linux-4.1.27/net/nfc/nci/ |
H A D | hci.c | 217 int nci_hci_send_event(struct nci_dev *ndev, u8 gate, u8 event, nci_hci_send_event() function 229 EXPORT_SYMBOL(nci_hci_send_event); variable
|
/linux-4.1.27/include/net/nfc/ |
H A D | nci_core.h | 279 int nci_hci_send_event(struct nci_dev *ndev, u8 gate, u8 event,
|
Completed in 49 milliseconds