scratchbuf         25 drivers/mtd/nand/spi/core.c 						      spinand->scratchbuf);
scratchbuf         32 drivers/mtd/nand/spi/core.c 	*val = *spinand->scratchbuf;
scratchbuf         39 drivers/mtd/nand/spi/core.c 						      spinand->scratchbuf);
scratchbuf         41 drivers/mtd/nand/spi/core.c 	*spinand->scratchbuf = val;
scratchbuf        375 drivers/mtd/nand/spi/core.c 	struct spi_mem_op op = SPINAND_READID_OP(0, spinand->scratchbuf,
scratchbuf        381 drivers/mtd/nand/spi/core.c 		memcpy(buf, spinand->scratchbuf, SPINAND_MAX_ID_LEN);
scratchbuf        963 drivers/mtd/nand/spi/core.c 	spinand->scratchbuf = kzalloc(SPINAND_MAX_ID_LEN, GFP_KERNEL);
scratchbuf        964 drivers/mtd/nand/spi/core.c 	if (!spinand->scratchbuf)
scratchbuf       1066 drivers/mtd/nand/spi/core.c 	kfree(spinand->scratchbuf);
scratchbuf       1077 drivers/mtd/nand/spi/core.c 	kfree(spinand->scratchbuf);
scratchbuf         70 drivers/mtd/nand/spi/winbond.c 							spinand->scratchbuf,
scratchbuf         73 drivers/mtd/nand/spi/winbond.c 	*spinand->scratchbuf = target;
scratchbuf        445 drivers/usb/dwc3/core.c 	dwc->scratchbuf = kmalloc_array(dwc->nr_scratch,
scratchbuf        447 drivers/usb/dwc3/core.c 	if (!dwc->scratchbuf)
scratchbuf        466 drivers/usb/dwc3/core.c 	if (!WARN_ON(dwc->scratchbuf))
scratchbuf        469 drivers/usb/dwc3/core.c 	scratch_addr = dma_map_single(dwc->sysdev, dwc->scratchbuf,
scratchbuf        513 drivers/usb/dwc3/core.c 	if (!WARN_ON(dwc->scratchbuf))
scratchbuf        518 drivers/usb/dwc3/core.c 	kfree(dwc->scratchbuf);
scratchbuf       1048 drivers/usb/dwc3/core.h 	void			*scratchbuf;
scratchbuf        391 include/linux/mtd/spinand.h 	u8 *scratchbuf;