Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/nfc/st21nfca/
Dst21nfca_se.c134 r = nfc_hci_send_event(hdev, ST21NFCA_DEVICE_MGNT_GATE, se_event, in st21nfca_hci_control_se()
195 r = nfc_hci_send_event(hdev, ST21NFCA_APDU_READER_GATE, in st21nfca_hci_enable_se()
244 return nfc_hci_send_event(hdev, ST21NFCA_APDU_READER_GATE, in st21nfca_hci_se_io()
274 nfc_hci_send_event(info->hdev, ST21NFCA_APDU_READER_GATE, in st21nfca_se_wt_timeout()
278 nfc_hci_send_event(info->hdev, ST21NFCA_DEVICE_MGNT_GATE, in st21nfca_se_wt_timeout()
362 r = nfc_hci_send_event(hdev, ST21NFCA_DEVICE_MGNT_GATE, in st21nfca_apdu_reader_event_received()
Dst21nfca_dep.c194 r = nfc_hci_send_event(hdev, ST21NFCA_RF_CARD_F_GATE, in st21nfca_tm_send_atr_res()
263 r = nfc_hci_send_event(hdev, ST21NFCA_RF_CARD_F_GATE, in st21nfca_tm_send_psl_res()
282 r = nfc_hci_send_event(hdev, ST21NFCA_RF_CARD_F_GATE, in st21nfca_tm_send_psl_res()
324 r = nfc_hci_send_event(hdev, ST21NFCA_RF_CARD_F_GATE, in st21nfca_tm_send_dep_res()
Dst21nfca.c314 r = nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in st21nfca_hci_ready()
356 r = nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in st21nfca_hci_start_poll()
425 r = nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in st21nfca_hci_start_poll()
428 nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in st21nfca_hci_start_poll()
/linux-4.1.27/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.1.27/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.1.27/include/net/nfc/
Dhci.h275 int nfc_hci_send_event(struct nfc_hci_dev *hdev, u8 gate, u8 event,