Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/nfc/
Dnfc.h266 struct sk_buff *nfc_alloc_recv_skb(unsigned int size, gfp_t gfp);
/linux-6.1.9/net/nfc/
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);
Ddigital_dep.c243 nfc_alloc_recv_skb(8 * ddev->local_payload_max, in digital_recv_dep_data_gather()
Dllcp_core.c1387 new_skb = nfc_alloc_recv_skb(pdu_len, GFP_KERNEL); in nfc_llcp_recv_agf()
/linux-6.1.9/net/nfc/nci/
Dhci.c457 hcp_skb = nfc_alloc_recv_skb(NCI_HCI_HCP_PACKET_HEADER_LEN + in nci_hci_data_received_cb()
/linux-6.1.9/drivers/nfc/st95hf/
Dcore.c927 skb_resp = nfc_alloc_recv_skb(MAX_RESPONSE_BUFFER_SIZE, GFP_KERNEL); in st95hf_in_send_cmd()
/linux-6.1.9/drivers/nfc/
Dtrf7970a.c1493 trf->rx_skb = nfc_alloc_recv_skb(TRF7970A_RX_SKB_ALLOC_SIZE, in trf7970a_send_cmd()
1741 trf->rx_skb = nfc_alloc_recv_skb(TRF7970A_RX_SKB_ALLOC_SIZE, in _trf7970a_tg_listen()
/linux-6.1.9/net/nfc/hci/
Dcore.c881 hcp_skb = nfc_alloc_recv_skb(NFC_HCI_HCP_PACKET_HEADER_LEN + in nfc_hci_recv_from_llc()