Searched refs:nfc_hci_recv_frame (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/nfc/microread/ |
D | i2c.c | 227 nfc_hci_recv_frame(phy->hdev, NULL); in microread_i2c_irq_thread_fn() 234 nfc_hci_recv_frame(phy->hdev, skb); in microread_i2c_irq_thread_fn()
|
/Linux-v4.19/drivers/nfc/st21nfca/ |
D | i2c.c | 456 nfc_hci_recv_frame(phy->hdev, NULL); in st21nfca_hci_irq_thread_fn() 481 nfc_hci_recv_frame(phy->hdev, phy->pending_skb); in st21nfca_hci_irq_thread_fn() 490 nfc_hci_recv_frame(phy->hdev, NULL); in st21nfca_hci_irq_thread_fn()
|
/Linux-v4.19/include/net/nfc/ |
D | hci.h | 266 void nfc_hci_recv_frame(struct nfc_hci_dev *hdev, struct sk_buff *skb);
|
/Linux-v4.19/Documentation/misc-devices/mei/ |
D | mei-client-bus.txt | 139 nfc_hci_recv_frame(contact->hdev, payload, payload_size);
|
/Linux-v4.19/drivers/nfc/ |
D | mei_phy.c | 327 nfc_hci_recv_frame(phy->hdev, skb); in nfc_mei_rx_cb()
|
/Linux-v4.19/drivers/nfc/pn544/ |
D | i2c.c | 518 nfc_hci_recv_frame(phy->hdev, NULL); in pn544_hci_i2c_irq_thread_fn() 525 nfc_hci_recv_frame(phy->hdev, skb); in pn544_hci_i2c_irq_thread_fn()
|
/Linux-v4.19/net/nfc/hci/ |
D | core.c | 1084 void nfc_hci_recv_frame(struct nfc_hci_dev *hdev, struct sk_buff *skb) in nfc_hci_recv_frame() function 1088 EXPORT_SYMBOL(nfc_hci_recv_frame);
|
/Linux-v4.19/Documentation/nfc/ |
D | nfc-hci.txt | 119 using nfc_hci_recv_frame(). HCI will take care of re-aggregation and handling 140 Data coming from the chip shall be sent directly to nfc_hci_recv_frame().
|