Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/nfc/pn544/
A Dpn544.c289 r = nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in pn544_hci_ready()
346 r = nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in pn544_hci_start_poll()
390 r = nfc_hci_send_event(hdev, in pn544_hci_start_poll()
408 r = nfc_hci_send_event(hdev, in pn544_hci_start_poll()
412 nfc_hci_send_event(hdev, in pn544_hci_start_poll()
434 r = nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in pn544_hci_start_poll()
437 nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in pn544_hci_start_poll()
658 return nfc_hci_send_event(hdev, target->hci_reader_gate, in pn544_hci_im_transceive()
673 r = nfc_hci_send_event(hdev, PN544_RF_READER_NFCIP1_TARGET_GATE, in pn544_hci_tm_send()
743 r = nfc_hci_send_event(hdev, gate, NFC_HCI_EVT_END_OPERATION, in pn544_hci_event_received()
[all …]
/linux-6.3-rc2/drivers/nfc/st21nfca/
A Dse.c120 r = nfc_hci_send_event(hdev, ST21NFCA_DEVICE_MGNT_GATE, se_event, in st21nfca_hci_control_se()
186 r = nfc_hci_send_event(hdev, ST21NFCA_APDU_READER_GATE, in st21nfca_hci_enable_se()
235 return nfc_hci_send_event(hdev, ST21NFCA_APDU_READER_GATE, in st21nfca_hci_se_io()
271 nfc_hci_send_event(info->hdev, ST21NFCA_APDU_READER_GATE, in st21nfca_se_wt_work()
275 nfc_hci_send_event(info->hdev, ST21NFCA_DEVICE_MGNT_GATE, in st21nfca_se_wt_work()
386 r = nfc_hci_send_event(hdev, ST21NFCA_DEVICE_MGNT_GATE, in st21nfca_apdu_reader_event_received()
A Ddep.c184 r = nfc_hci_send_event(hdev, ST21NFCA_RF_CARD_F_GATE, in st21nfca_tm_send_atr_res()
244 r = nfc_hci_send_event(hdev, ST21NFCA_RF_CARD_F_GATE, in st21nfca_tm_send_psl_res()
263 r = nfc_hci_send_event(hdev, ST21NFCA_RF_CARD_F_GATE, in st21nfca_tm_send_psl_res()
298 r = nfc_hci_send_event(hdev, ST21NFCA_RF_CARD_F_GATE, in st21nfca_tm_send_dep_res()
A Dcore.c283 r = nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in st21nfca_hci_ready()
325 r = nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in st21nfca_hci_start_poll()
394 r = nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in st21nfca_hci_start_poll()
397 nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in st21nfca_hci_start_poll()
A Dvendor_cmds.c261 r = nfc_hci_send_event(hdev, NFC_HCI_LOOPBACK_GATE, in st21nfca_hci_loopback()
/linux-6.3-rc2/drivers/nfc/microread/
A Dmicroread.c262 r = nfc_hci_send_event(hdev, MICROREAD_GATE_ID_MREAD_ISO_A, in microread_start_poll()
295 return nfc_hci_send_event(hdev, MICROREAD_GATE_ID_MREAD_ISO_A, in microread_start_poll()
330 return nfc_hci_send_event(hdev, MICROREAD_GATE_ID_P2P_INITIATOR, in microread_dep_link_down()
411 return nfc_hci_send_event(hdev, target->hci_reader_gate, in microread_im_transceive()
459 r = nfc_hci_send_event(hdev, MICROREAD_GATE_ID_P2P_TARGET, in microread_tm_send()
615 r = nfc_hci_send_event(hdev, gate, in microread_event_received()
/linux-6.3-rc2/net/nfc/hci/
A Dcommand.c91 int nfc_hci_send_event(struct nfc_hci_dev *hdev, u8 gate, u8 event, in nfc_hci_send_event() function
105 EXPORT_SYMBOL(nfc_hci_send_event);
A Dcore.c598 r = nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in hci_dev_up()
647 return nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in hci_start_poll()
659 nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in hci_stop_poll()
/linux-6.3-rc2/include/net/nfc/
A Dhci.h270 int nfc_hci_send_event(struct nfc_hci_dev *hdev, u8 gate, u8 event,

Completed in 18 milliseconds