Searched refs:nci_hci_send_event (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/nfc/st-nci/ |
H A D | se.c | 487 r = nci_hci_send_event(ndev, ST_NCI_APDU_READER_GATE, in st_nci_disable_se() 512 r = nci_hci_send_event(ndev, ST_NCI_APDU_READER_GATE, in st_nci_enable_se() 663 return nci_hci_send_event(ndev, ST_NCI_APDU_READER_GATE, in st_nci_se_io() 699 nci_hci_send_event(info->ndlc->ndev, ST_NCI_APDU_READER_GATE, in st_nci_se_wt_timeout() 703 nci_hci_send_event(info->ndlc->ndev, ST_NCI_DEVICE_MGNT_GATE, in st_nci_se_wt_timeout()
|
/kernel/linux/linux-6.6/drivers/nfc/st-nci/ |
H A D | se.c | 505 r = nci_hci_send_event(ndev, ST_NCI_APDU_READER_GATE, in st_nci_disable_se() 528 r = nci_hci_send_event(ndev, ST_NCI_APDU_READER_GATE, in st_nci_enable_se() 671 return nci_hci_send_event(ndev, ST_NCI_APDU_READER_GATE, in st_nci_se_io() 705 nci_hci_send_event(info->ndlc->ndev, ST_NCI_APDU_READER_GATE, in st_nci_se_wt_timeout() 709 nci_hci_send_event(info->ndlc->ndev, ST_NCI_DEVICE_MGNT_GATE, in st_nci_se_wt_timeout()
|
/kernel/linux/linux-5.10/net/nfc/nci/ |
H A D | hci.c | 208 int nci_hci_send_event(struct nci_dev *ndev, u8 gate, u8 event, in nci_hci_send_event() function 220 EXPORT_SYMBOL(nci_hci_send_event); variable
|
/kernel/linux/linux-6.6/net/nfc/nci/ |
H A D | hci.c | 207 int nci_hci_send_event(struct nci_dev *ndev, u8 gate, u8 event, in nci_hci_send_event() function 219 EXPORT_SYMBOL(nci_hci_send_event); variable
|
/kernel/linux/linux-5.10/include/net/nfc/ |
H A D | nci_core.h | 303 int nci_hci_send_event(struct nci_dev *ndev, u8 gate, u8 event,
|
/kernel/linux/linux-6.6/include/net/nfc/ |
H A D | nci_core.h | 305 int nci_hci_send_event(struct nci_dev *ndev, u8 gate, u8 event,
|
Completed in 8 milliseconds