mei_buf           212 drivers/nfc/mei_phy.c 	u8 *mei_buf;
mei_buf           216 drivers/nfc/mei_phy.c 	mei_buf = kzalloc(length + MEI_NFC_HEADER_SIZE, GFP_KERNEL);
mei_buf           217 drivers/nfc/mei_phy.c 	if (!mei_buf)
mei_buf           220 drivers/nfc/mei_phy.c 	hdr = (struct mei_nfc_hdr *)mei_buf;
mei_buf           229 drivers/nfc/mei_phy.c 	memcpy(mei_buf + MEI_NFC_HEADER_SIZE, buf, length);
mei_buf           230 drivers/nfc/mei_phy.c 	err = mei_cldev_send(phy->cldev, mei_buf, length + MEI_NFC_HEADER_SIZE);
mei_buf           242 drivers/nfc/mei_phy.c 	kfree(mei_buf);