Searched refs:nci_send_frame (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/nfc/nfcmrvl/ |
H A D | fw_dnld.c | 296 nci_send_frame(priv->ndev, out_skb); in process_state_fw_dnld() 305 nci_send_frame(priv->ndev, out_skb); in process_state_fw_dnld() 330 nci_send_frame(priv->ndev, out_skb); in process_state_fw_dnld()
|
/kernel/linux/linux-6.6/drivers/nfc/nfcmrvl/ |
H A D | fw_dnld.c | 284 nci_send_frame(priv->ndev, out_skb); in process_state_fw_dnld() 293 nci_send_frame(priv->ndev, out_skb); in process_state_fw_dnld() 318 nci_send_frame(priv->ndev, out_skb); in process_state_fw_dnld()
|
/kernel/linux/linux-5.10/net/nfc/nci/ |
H A D | core.c | 1329 int nci_send_frame(struct nci_dev *ndev, struct sk_buff *skb) in nci_send_frame() function 1347 EXPORT_SYMBOL(nci_send_frame); variable 1485 nci_send_frame(ndev, skb); in nci_tx_work() 1561 nci_send_frame(ndev, skb); in nci_cmd_work()
|
/kernel/linux/linux-6.6/net/nfc/nci/ |
H A D | core.c | 1340 int nci_send_frame(struct nci_dev *ndev, struct sk_buff *skb) in nci_send_frame() function 1358 EXPORT_SYMBOL(nci_send_frame); variable 1497 nci_send_frame(ndev, skb); in nci_tx_work() 1576 nci_send_frame(ndev, skb); in nci_cmd_work()
|
/kernel/linux/linux-5.10/include/net/nfc/ |
H A D | nci_core.h | 288 int nci_send_frame(struct nci_dev *ndev, struct sk_buff *skb);
|
/kernel/linux/linux-6.6/include/net/nfc/ |
H A D | nci_core.h | 290 int nci_send_frame(struct nci_dev *ndev, struct sk_buff *skb);
|
Completed in 8 milliseconds