Searched refs:nci_hci_send_event (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/nfc/st-nci/ |
D | se.c | 501 r = nci_hci_send_event(ndev, ST_NCI_APDU_READER_GATE, in st_nci_disable_se() 526 r = nci_hci_send_event(ndev, ST_NCI_APDU_READER_GATE, in st_nci_enable_se() 682 return nci_hci_send_event(ndev, ST_NCI_APDU_READER_GATE, in st_nci_se_io() 712 nci_hci_send_event(info->ndlc->ndev, ST_NCI_APDU_READER_GATE, in st_nci_se_wt_timeout() 716 nci_hci_send_event(info->ndlc->ndev, ST_NCI_DEVICE_MGNT_GATE, in st_nci_se_wt_timeout()
|
D | vendor_cmds.c | 366 r = nci_hci_send_event(ndev, NCI_HCI_LOOPBACK_GATE, in st_nci_hci_loopback()
|
/linux-4.4.14/net/nfc/nci/ |
D | hci.c | 220 int nci_hci_send_event(struct nci_dev *ndev, u8 gate, u8 event, in nci_hci_send_event() function 232 EXPORT_SYMBOL(nci_hci_send_event);
|
/linux-4.4.14/include/net/nfc/ |
D | nci_core.h | 303 int nci_hci_send_event(struct nci_dev *ndev, u8 gate, u8 event,
|