Home
last modified time | relevance | path

Searched refs:nfc_hci_send_event (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/nfc/pn544/
Dpn544.c301 r = nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in pn544_hci_ready()
358 r = nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in pn544_hci_start_poll()
402 r = nfc_hci_send_event(hdev, in pn544_hci_start_poll()
420 r = nfc_hci_send_event(hdev, in pn544_hci_start_poll()
424 nfc_hci_send_event(hdev, in pn544_hci_start_poll()
446 r = nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in pn544_hci_start_poll()
449 nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in pn544_hci_start_poll()
488 return nfc_hci_send_event(hdev, PN544_RF_READER_NFCIP1_INITIATOR_GATE, in pn544_hci_dep_link_down()
670 return nfc_hci_send_event(hdev, target->hci_reader_gate, in pn544_hci_im_transceive()
685 r = nfc_hci_send_event(hdev, PN544_RF_READER_NFCIP1_TARGET_GATE, in pn544_hci_tm_send()
[all …]
/linux-4.4.14/drivers/nfc/st21nfca/
Dse.c133 r = nfc_hci_send_event(hdev, ST21NFCA_DEVICE_MGNT_GATE, se_event, in st21nfca_hci_control_se()
199 r = nfc_hci_send_event(hdev, ST21NFCA_APDU_READER_GATE, in st21nfca_hci_enable_se()
248 return nfc_hci_send_event(hdev, ST21NFCA_APDU_READER_GATE, in st21nfca_hci_se_io()
278 nfc_hci_send_event(info->hdev, ST21NFCA_APDU_READER_GATE, in st21nfca_se_wt_timeout()
282 nfc_hci_send_event(info->hdev, ST21NFCA_DEVICE_MGNT_GATE, in st21nfca_se_wt_timeout()
367 r = nfc_hci_send_event(hdev, ST21NFCA_DEVICE_MGNT_GATE, in st21nfca_apdu_reader_event_received()
Ddep.c193 r = nfc_hci_send_event(hdev, ST21NFCA_RF_CARD_F_GATE, in st21nfca_tm_send_atr_res()
262 r = nfc_hci_send_event(hdev, ST21NFCA_RF_CARD_F_GATE, in st21nfca_tm_send_psl_res()
281 r = nfc_hci_send_event(hdev, ST21NFCA_RF_CARD_F_GATE, in st21nfca_tm_send_psl_res()
323 r = nfc_hci_send_event(hdev, ST21NFCA_RF_CARD_F_GATE, in st21nfca_tm_send_dep_res()
Dcore.c302 r = nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in st21nfca_hci_ready()
344 r = nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in st21nfca_hci_start_poll()
413 r = nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in st21nfca_hci_start_poll()
416 nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in st21nfca_hci_start_poll()
Dvendor_cmds.c272 r = nfc_hci_send_event(hdev, NFC_HCI_LOOPBACK_GATE, in st21nfca_hci_loopback()
/linux-4.4.14/drivers/nfc/microread/
Dmicroread.c274 r = nfc_hci_send_event(hdev, MICROREAD_GATE_ID_MREAD_ISO_A, in microread_start_poll()
307 return nfc_hci_send_event(hdev, MICROREAD_GATE_ID_MREAD_ISO_A, in microread_start_poll()
342 return nfc_hci_send_event(hdev, MICROREAD_GATE_ID_P2P_INITIATOR, in microread_dep_link_down()
424 return nfc_hci_send_event(hdev, target->hci_reader_gate, in microread_im_transceive()
472 r = nfc_hci_send_event(hdev, MICROREAD_GATE_ID_P2P_TARGET, in microread_tm_send()
628 r = nfc_hci_send_event(hdev, gate, in microread_event_received()
/linux-4.4.14/net/nfc/hci/
Dcommand.c103 int nfc_hci_send_event(struct nfc_hci_dev *hdev, u8 gate, u8 event, in nfc_hci_send_event() function
117 EXPORT_SYMBOL(nfc_hci_send_event);
Dcore.c587 r = nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in hci_dev_up()
636 return nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in hci_start_poll()
648 nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in hci_stop_poll()
/linux-4.4.14/include/net/nfc/
Dhci.h282 int nfc_hci_send_event(struct nfc_hci_dev *hdev, u8 gate, u8 event,