NCI_CTRL_HDR_SIZE 212 drivers/nfc/fdp/fdp.c skb = nci_skb_alloc(ndev, (NCI_CTRL_HDR_SIZE + payload_size), NCI_CTRL_HDR_SIZE 220 drivers/nfc/fdp/fdp.c skb_reserve(skb, NCI_CTRL_HDR_SIZE); NCI_CTRL_HDR_SIZE 46 drivers/nfc/nfcmrvl/i2c.c ret = i2c_master_recv(drv_data->i2c, (u8 *)&nci_hdr, NCI_CTRL_HDR_SIZE); NCI_CTRL_HDR_SIZE 47 drivers/nfc/nfcmrvl/i2c.c if (ret != NCI_CTRL_HDR_SIZE) { NCI_CTRL_HDR_SIZE 58 drivers/nfc/nfcmrvl/i2c.c nci_hdr.plen + NCI_CTRL_HDR_SIZE, GFP_KERNEL); NCI_CTRL_HDR_SIZE 63 drivers/nfc/nfcmrvl/i2c.c skb_put_data(*skb, &nci_hdr, NCI_CTRL_HDR_SIZE); NCI_CTRL_HDR_SIZE 148 drivers/nfc/nxp-nci/i2c.c r = i2c_master_recv(client, (u8 *) &header, NCI_CTRL_HDR_SIZE); NCI_CTRL_HDR_SIZE 151 drivers/nfc/nxp-nci/i2c.c } else if (r != NCI_CTRL_HDR_SIZE) { NCI_CTRL_HDR_SIZE 157 drivers/nfc/nxp-nci/i2c.c *skb = alloc_skb(NCI_CTRL_HDR_SIZE + header.plen, GFP_KERNEL); NCI_CTRL_HDR_SIZE 163 drivers/nfc/nxp-nci/i2c.c skb_put_data(*skb, (void *)&header, NCI_CTRL_HDR_SIZE); NCI_CTRL_HDR_SIZE 133 drivers/nfc/s3fwrn5/i2c.c NCI_CTRL_HDR_SIZE : S3FWRN5_FW_HDR_SIZE; NCI_CTRL_HDR_SIZE 1322 net/nfc/nci/core.c skb = nci_skb_alloc(ndev, (NCI_CTRL_HDR_SIZE + plen), GFP_KERNEL); NCI_CTRL_HDR_SIZE 1328 net/nfc/nci/core.c hdr = skb_put(skb, NCI_CTRL_HDR_SIZE); NCI_CTRL_HDR_SIZE 747 net/nfc/nci/ntf.c skb_pull(skb, NCI_CTRL_HDR_SIZE); NCI_CTRL_HDR_SIZE 300 net/nfc/nci/rsp.c skb_pull(skb, NCI_CTRL_HDR_SIZE); NCI_CTRL_HDR_SIZE 355 net/nfc/nci/uart.c if (nu->rx_skb->len < NCI_CTRL_HDR_SIZE) { NCI_CTRL_HDR_SIZE 363 net/nfc/nci/uart.c nu->rx_packet_len = NCI_CTRL_HDR_SIZE +