Searched refs:hci_event_received (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/nfc/st-nci/
H A Dcore.c106 .hci_event_received = st_nci_hci_event_received,
/linux-master/include/net/nfc/
H A Dnci_core.h81 void (*hci_event_received)(struct nci_dev *ndev, u8 pipe, u8 event, member in struct:nci_ops
/linux-master/net/nfc/nci/
H A Dhci.c277 if (ndev->ops->hci_event_received)
278 ndev->ops->hci_event_received(ndev, pipe, event, skb);

Completed in 126 milliseconds