Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/nfc/pn544/
Dpn544.c290 r = nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in pn544_hci_ready()
347 r = nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in pn544_hci_start_poll()
391 r = nfc_hci_send_event(hdev, in pn544_hci_start_poll()
409 r = nfc_hci_send_event(hdev, in pn544_hci_start_poll()
413 nfc_hci_send_event(hdev, in pn544_hci_start_poll()
435 r = nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in pn544_hci_start_poll()
438 nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in pn544_hci_start_poll()
477 return nfc_hci_send_event(hdev, PN544_RF_READER_NFCIP1_INITIATOR_GATE, in pn544_hci_dep_link_down()
659 return nfc_hci_send_event(hdev, target->hci_reader_gate, in pn544_hci_im_transceive()
674 r = nfc_hci_send_event(hdev, PN544_RF_READER_NFCIP1_TARGET_GATE, in pn544_hci_tm_send()
[all …]
/kernel/linux/linux-5.10/drivers/nfc/st21nfca/
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()
267 nfc_hci_send_event(info->hdev, ST21NFCA_APDU_READER_GATE, in st21nfca_se_wt_work()
271 nfc_hci_send_event(info->hdev, ST21NFCA_DEVICE_MGNT_GATE, in st21nfca_se_wt_work()
384 r = nfc_hci_send_event(hdev, ST21NFCA_DEVICE_MGNT_GATE, in st21nfca_apdu_reader_event_received()
Ddep.c184 r = nfc_hci_send_event(hdev, ST21NFCA_RF_CARD_F_GATE, in st21nfca_tm_send_atr_res()
253 r = nfc_hci_send_event(hdev, ST21NFCA_RF_CARD_F_GATE, in st21nfca_tm_send_psl_res()
272 r = nfc_hci_send_event(hdev, ST21NFCA_RF_CARD_F_GATE, in st21nfca_tm_send_psl_res()
314 r = nfc_hci_send_event(hdev, ST21NFCA_RF_CARD_F_GATE, in st21nfca_tm_send_dep_res()
Dcore.c284 r = nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in st21nfca_hci_ready()
326 r = nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in st21nfca_hci_start_poll()
395 r = nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in st21nfca_hci_start_poll()
398 nfc_hci_send_event(hdev, NFC_HCI_RF_READER_A_GATE, in st21nfca_hci_start_poll()
Dvendor_cmds.c261 r = nfc_hci_send_event(hdev, NFC_HCI_LOOPBACK_GATE, in st21nfca_hci_loopback()
/kernel/linux/linux-5.10/drivers/nfc/microread/
Dmicroread.c263 r = nfc_hci_send_event(hdev, MICROREAD_GATE_ID_MREAD_ISO_A, in microread_start_poll()
296 return nfc_hci_send_event(hdev, MICROREAD_GATE_ID_MREAD_ISO_A, in microread_start_poll()
331 return nfc_hci_send_event(hdev, MICROREAD_GATE_ID_P2P_INITIATOR, in microread_dep_link_down()
413 return nfc_hci_send_event(hdev, target->hci_reader_gate, in microread_im_transceive()
461 r = nfc_hci_send_event(hdev, MICROREAD_GATE_ID_P2P_TARGET, in microread_tm_send()
617 r = nfc_hci_send_event(hdev, gate, in microread_event_received()
/kernel/linux/linux-5.10/net/nfc/hci/
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);
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()
/kernel/linux/linux-5.10/include/net/nfc/
Dhci.h270 int nfc_hci_send_event(struct nfc_hci_dev *hdev, u8 gate, u8 event,