Searched refs:nci_data_exchange_complete (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/net/nfc/nci/ |
D | data.c | 26 void nci_data_exchange_complete(struct nci_dev *ndev, struct sk_buff *skb, in nci_data_exchange_complete() function 262 nci_data_exchange_complete(ndev, skb, conn_id, err); in nci_add_rx_data_frag()
|
D | ntf.c | 107 nci_data_exchange_complete(ndev, NULL, ntf->conn_id, -EIO); in nci_core_conn_intf_error_ntf_packet() 719 nci_data_exchange_complete(ndev, NULL, NCI_STATIC_RF_CONN_ID, in nci_rf_deactivate_ntf_packet()
|
D | core.c | 1531 nci_data_exchange_complete(ndev, NULL, in nci_rx_work()
|
/linux-6.1.9/include/net/nfc/ |
D | nci_core.h | 369 void nci_data_exchange_complete(struct nci_dev *ndev, struct sk_buff *skb,
|