Home
last modified time | relevance | path

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

/openbmc/linux/include/net/nfc/
H A Dnfc.h266 struct sk_buff *nfc_alloc_recv_skb(unsigned int size, gfp_t gfp);
/openbmc/linux/net/nfc/
H A Dcore.c737 struct sk_buff *nfc_alloc_recv_skb(unsigned int size, gfp_t gfp) in nfc_alloc_recv_skb() function
750 EXPORT_SYMBOL(nfc_alloc_recv_skb);
H A Ddigital_dep.c243 nfc_alloc_recv_skb(8 * ddev->local_payload_max, in digital_recv_dep_data_gather()
H A Dllcp_core.c1434 new_skb = nfc_alloc_recv_skb(pdu_len, GFP_KERNEL); in nfc_llcp_recv_agf()
/openbmc/linux/net/nfc/nci/
H A Dhci.c459 hcp_skb = nfc_alloc_recv_skb(NCI_HCI_HCP_PACKET_HEADER_LEN + in nci_hci_data_received_cb()
/openbmc/linux/drivers/nfc/st95hf/
H A Dcore.c927 skb_resp = nfc_alloc_recv_skb(MAX_RESPONSE_BUFFER_SIZE, GFP_KERNEL); in st95hf_in_send_cmd()
/openbmc/linux/drivers/nfc/
H A Dtrf7970a.c1494 trf->rx_skb = nfc_alloc_recv_skb(TRF7970A_RX_SKB_ALLOC_SIZE, in trf7970a_send_cmd()
1742 trf->rx_skb = nfc_alloc_recv_skb(TRF7970A_RX_SKB_ALLOC_SIZE, in _trf7970a_tg_listen()
/openbmc/linux/net/nfc/hci/
H A Dcore.c881 hcp_skb = nfc_alloc_recv_skb(NFC_HCI_HCP_PACKET_HEADER_LEN + in nfc_hci_recv_from_llc()