Home
last modified time | relevance | path

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

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