Home
last modified time | relevance | path

Searched refs:nci_skb_alloc (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/net/nfc/nci/
Dspi.c165 skb = nci_skb_alloc(nspi->ndev, 0, GFP_KERNEL); in send_acknowledge()
222 skb = nci_skb_alloc(nspi->ndev, rx_len, GFP_KERNEL); in __nci_spi_read()
Ddata.c131 skb_frag = nci_skb_alloc(ndev, in nci_queue_tx_data_frags()
Duart.c356 nu->rx_skb = nci_skb_alloc(nu->ndev, in nci_uart_default_recv_buf()
Dhci.c167 skb = nci_skb_alloc(ndev, conn_info->max_pkt_payload_len + in nci_hci_send_data()
199 skb = nci_skb_alloc(ndev, in nci_hci_send_data()
Dcore.c1249 skb = nci_skb_alloc(ndev, (NCI_CTRL_HDR_SIZE + plen), GFP_KERNEL); in nci_send_cmd()
/linux-4.4.14/drivers/nfc/nfcmrvl/
Di2c.c57 *skb = nci_skb_alloc(drv_data->priv->ndev, in nfcmrvl_i2c_read()
Dusb.c81 skb = nci_skb_alloc(drv_data->priv->ndev, urb->actual_length, in nfcmrvl_bulk_complete()
Dfw_dnld.c89 skb = nci_skb_alloc(priv->ndev, (NCI_DATA_HDR_SIZE + plen), GFP_KERNEL); in alloc_lc_skb()
/linux-4.4.14/drivers/nfc/nxp-nci/
Dfirmware.c108 skb = nci_skb_alloc(info->ndev, info->max_payload, GFP_KERNEL); in nxp_nci_fw_send_chunk()
/linux-4.4.14/include/net/nfc/
Dnci_core.h318 static inline struct sk_buff *nci_skb_alloc(struct nci_dev *ndev, in nci_skb_alloc() function
/linux-4.4.14/drivers/nfc/fdp/
Dfdp.c220 skb = nci_skb_alloc(ndev, (NCI_CTRL_HDR_SIZE + payload_size), in fdp_nci_send_patch()