Home
last modified time | relevance | path

Searched refs:nfc_alloc_recv_skb (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/include/net/nfc/
Dnfc.h267 struct sk_buff *nfc_alloc_recv_skb(unsigned int size, gfp_t gfp);
/linux-4.1.27/net/nfc/
Dcore.c744 struct sk_buff *nfc_alloc_recv_skb(unsigned int size, gfp_t gfp) in nfc_alloc_recv_skb() function
757 EXPORT_SYMBOL(nfc_alloc_recv_skb);
Ddigital_dep.c222 nfc_alloc_recv_skb(8 * ddev->local_payload_max, in digital_recv_dep_data_gather()
Dllcp_core.c1388 new_skb = nfc_alloc_recv_skb(pdu_len, GFP_KERNEL); in nfc_llcp_recv_agf()
/linux-4.1.27/net/nfc/nci/
Dhci.c451 hcp_skb = nfc_alloc_recv_skb(NCI_HCI_HCP_PACKET_HEADER_LEN + in nci_hci_data_received_cb()
/linux-4.1.27/drivers/nfc/
Dtrf7970a.c1475 trf->rx_skb = nfc_alloc_recv_skb(TRF7970A_RX_SKB_ALLOC_SIZE, in trf7970a_send_cmd()
1717 trf->rx_skb = nfc_alloc_recv_skb(TRF7970A_RX_SKB_ALLOC_SIZE, in _trf7970a_tg_listen()
Dpn533.c974 resp = nfc_alloc_recv_skb(resp_len, GFP_KERNEL); in pn533_send_data_async()
/linux-4.1.27/net/nfc/hci/
Dcore.c869 hcp_skb = nfc_alloc_recv_skb(NFC_HCI_HCP_PACKET_HEADER_LEN + in nfc_hci_recv_from_llc()