Searched refs:nfc_hci_recv_frame (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.10/drivers/nfc/microread/ | 
| D | i2c.c | 216 		nfc_hci_recv_frame(phy->hdev, NULL);  in microread_i2c_irq_thread_fn() 223 	nfc_hci_recv_frame(phy->hdev, skb);  in microread_i2c_irq_thread_fn()
  | 
| /Linux-v5.10/drivers/nfc/st21nfca/ | 
| D | i2c.c | 445 		nfc_hci_recv_frame(phy->hdev, NULL);  in st21nfca_hci_irq_thread_fn() 470 		nfc_hci_recv_frame(phy->hdev, phy->pending_skb);  in st21nfca_hci_irq_thread_fn() 479 		nfc_hci_recv_frame(phy->hdev, NULL);  in st21nfca_hci_irq_thread_fn()
  | 
| /Linux-v5.10/include/net/nfc/ | 
| D | hci.h | 254 void nfc_hci_recv_frame(struct nfc_hci_dev *hdev, struct sk_buff *skb);
  | 
| /Linux-v5.10/drivers/nfc/ | 
| D | mei_phy.c | 315 	nfc_hci_recv_frame(phy->hdev, skb);  in nfc_mei_rx_cb()
  | 
| /Linux-v5.10/drivers/nfc/pn544/ | 
| D | i2c.c | 508 			nfc_hci_recv_frame(phy->hdev, NULL);  in pn544_hci_i2c_irq_thread_fn() 515 		nfc_hci_recv_frame(phy->hdev, skb);  in pn544_hci_i2c_irq_thread_fn()
  | 
| /Linux-v5.10/net/nfc/hci/ | 
| D | core.c | 1085 void nfc_hci_recv_frame(struct nfc_hci_dev *hdev, struct sk_buff *skb)  in nfc_hci_recv_frame()  function 1089 EXPORT_SYMBOL(nfc_hci_recv_frame);
  | 
| /Linux-v5.10/Documentation/driver-api/nfc/ | 
| D | nfc-hci.rst | 122 using nfc_hci_recv_frame(). HCI will take care of re-aggregation and handling 146 Data coming from the chip shall be sent directly to nfc_hci_recv_frame().
  |