bounce_buf 35 arch/powerpc/include/asm/ps3stor.h void *bounce_buf; bounce_buf 100 drivers/block/ps3disk.c memcpy(dev->bounce_buf+offset, buf, size); bounce_buf 102 drivers/block/ps3disk.c memcpy(buf, dev->bounce_buf+offset, size); bounce_buf 355 drivers/block/ps3disk.c u16 *id = dev->bounce_buf; bounce_buf 432 drivers/block/ps3disk.c dev->bounce_buf = kmalloc(BOUNCE_SIZE, GFP_DMA); bounce_buf 433 drivers/block/ps3disk.c if (!dev->bounce_buf) { bounce_buf 500 drivers/block/ps3disk.c kfree(dev->bounce_buf); bounce_buf 527 drivers/block/ps3disk.c kfree(dev->bounce_buf); bounce_buf 124 drivers/char/ps3flash.c src = dev->bounce_buf + offset; bounce_buf 193 drivers/char/ps3flash.c dst = dev->bounce_buf + offset; bounce_buf 375 drivers/char/ps3flash.c dev->bounce_buf = ps3flash_bounce_buffer.address; bounce_buf 168 drivers/mmc/host/meson-gx-mmc.c void *bounce_buf; bounce_buf 784 drivers/mmc/host/meson-gx-mmc.c host->bounce_buf, xfer_bytes); bounce_buf 954 drivers/mmc/host/meson-gx-mmc.c host->bounce_buf, xfer_bytes); bounce_buf 1180 drivers/mmc/host/meson-gx-mmc.c host->bounce_buf = host->regs + SD_EMMC_SRAM_DATA_BUF_OFF; bounce_buf 1185 drivers/mmc/host/meson-gx-mmc.c host->bounce_buf = bounce_buf 1188 drivers/mmc/host/meson-gx-mmc.c if (host->bounce_buf == NULL) { bounce_buf 1211 drivers/mmc/host/meson-gx-mmc.c host->bounce_buf, host->bounce_dma_addr); bounce_buf 1238 drivers/mmc/host/meson-gx-mmc.c host->bounce_buf, host->bounce_dma_addr); bounce_buf 183 drivers/mmc/host/renesas_sdhi_sys_dmac.c sg_init_one(&host->bounce_sg, host->bounce_buf, sg->length); bounce_buf 258 drivers/mmc/host/renesas_sdhi_sys_dmac.c sg_init_one(&host->bounce_sg, host->bounce_buf, sg->length); bounce_buf 259 drivers/mmc/host/renesas_sdhi_sys_dmac.c memcpy(host->bounce_buf, sg_vaddr, host->bounce_sg.length); bounce_buf 397 drivers/mmc/host/renesas_sdhi_sys_dmac.c host->bounce_buf = (u8 *)__get_free_page(GFP_KERNEL | GFP_DMA); bounce_buf 398 drivers/mmc/host/renesas_sdhi_sys_dmac.c if (!host->bounce_buf) bounce_buf 435 drivers/mmc/host/renesas_sdhi_sys_dmac.c if (host->bounce_buf) { bounce_buf 436 drivers/mmc/host/renesas_sdhi_sys_dmac.c free_pages((unsigned long)host->bounce_buf, 0); bounce_buf 437 drivers/mmc/host/renesas_sdhi_sys_dmac.c host->bounce_buf = NULL; bounce_buf 105 drivers/mmc/host/tifm_sd.c struct scatterlist bounce_buf; bounce_buf 247 drivers/mmc/host/tifm_sd.c tifm_sd_copy_page(sg_page(&host->bounce_buf), bounce_buf 251 drivers/mmc/host/tifm_sd.c tifm_sd_copy_page(pg, p_off, sg_page(&host->bounce_buf), bounce_buf 308 drivers/mmc/host/tifm_sd.c sg = &host->bounce_buf; bounce_buf 665 drivers/mmc/host/tifm_sd.c sg_init_one(&host->bounce_buf, host->bounce_buf_data, bounce_buf 668 drivers/mmc/host/tifm_sd.c if(1 != tifm_map_sg(sock, &host->bounce_buf, 1, bounce_buf 686 drivers/mmc/host/tifm_sd.c tifm_unmap_sg(sock, &host->bounce_buf, 1, bounce_buf 761 drivers/mmc/host/tifm_sd.c tifm_unmap_sg(sock, &host->bounce_buf, 1, bounce_buf 150 drivers/mmc/host/tmio_mmc.h u8 *bounce_buf; bounce_buf 411 drivers/mmc/host/tmio_mmc_core.c memcpy(sg_vaddr, host->bounce_buf, host->bounce_sg.length); bounce_buf 175 drivers/mmc/host/usdhi6rol0.c u8 bounce_buf[512]; bounce_buf 328 drivers/mmc/host/usdhi6rol0.c host->blk_page = host->bounce_buf; bounce_buf 334 drivers/mmc/host/usdhi6rol0.c memcpy(host->bounce_buf, host->head_pg.mapped + PAGE_SIZE - blk_head, bounce_buf 336 drivers/mmc/host/usdhi6rol0.c memcpy(host->bounce_buf + blk_head, host->pg.mapped, bounce_buf 407 drivers/mmc/host/usdhi6rol0.c host->bounce_buf, blk_head); bounce_buf 408 drivers/mmc/host/usdhi6rol0.c memcpy(host->pg.mapped, host->bounce_buf + blk_head, bounce_buf 80 drivers/net/ethernet/mellanox/mlx4/en_tx.c ring->bounce_buf = kmalloc_node(MAX_DESC_SIZE, GFP_KERNEL, node); bounce_buf 81 drivers/net/ethernet/mellanox/mlx4/en_tx.c if (!ring->bounce_buf) { bounce_buf 82 drivers/net/ethernet/mellanox/mlx4/en_tx.c ring->bounce_buf = kmalloc(MAX_DESC_SIZE, GFP_KERNEL); bounce_buf 83 drivers/net/ethernet/mellanox/mlx4/en_tx.c if (!ring->bounce_buf) { bounce_buf 150 drivers/net/ethernet/mellanox/mlx4/en_tx.c kfree(ring->bounce_buf); bounce_buf 151 drivers/net/ethernet/mellanox/mlx4/en_tx.c ring->bounce_buf = NULL; bounce_buf 174 drivers/net/ethernet/mellanox/mlx4/en_tx.c kfree(ring->bounce_buf); bounce_buf 175 drivers/net/ethernet/mellanox/mlx4/en_tx.c ring->bounce_buf = NULL; bounce_buf 552 drivers/net/ethernet/mellanox/mlx4/en_tx.c *((u32 *) (ring->bounce_buf + copy + i)); bounce_buf 560 drivers/net/ethernet/mellanox/mlx4/en_tx.c *((u32 *) (ring->bounce_buf + i)); bounce_buf 914 drivers/net/ethernet/mellanox/mlx4/en_tx.c tx_desc = (struct mlx4_en_tx_desc *) ring->bounce_buf; bounce_buf 314 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h u8 *bounce_buf; bounce_buf 167 drivers/ps3/ps3stor_lib.c __ffs((unsigned long)dev->bounce_buf)); bounce_buf 171 drivers/ps3/ps3stor_lib.c __func__, __LINE__, dev->bounce_size, dev->bounce_buf); bounce_buf 180 drivers/ps3/ps3stor_lib.c PS3_DMA_OTHER, dev->bounce_buf, dev->bounce_size); bounce_buf 189 drivers/ps3/ps3stor_lib.c dev->bounce_lpar = ps3_mm_phys_to_lpar(__pa(dev->bounce_buf)); bounce_buf 190 drivers/ps3/ps3stor_lib.c dev->bounce_dma = dma_map_single(&dev->sbd.core, dev->bounce_buf, bounce_buf 117 drivers/scsi/ps3rom.c scsi_sg_copy_to_buffer(cmd, dev->bounce_buf, dev->bounce_size); bounce_buf 189 drivers/scsi/ps3rom.c scsi_sg_copy_to_buffer(cmd, dev->bounce_buf, dev->bounce_size); bounce_buf 300 drivers/scsi/ps3rom.c dev->bounce_buf, bounce_buf 359 drivers/scsi/ps3rom.c dev->bounce_buf = kmalloc(BOUNCE_SIZE, GFP_DMA); bounce_buf 360 drivers/scsi/ps3rom.c if (!dev->bounce_buf) bounce_buf 401 drivers/scsi/ps3rom.c kfree(dev->bounce_buf); bounce_buf 414 drivers/scsi/ps3rom.c kfree(dev->bounce_buf); bounce_buf 258 drivers/staging/wusbcore/host/whci/qset.c bounce = std->bounce_buf; bounce_buf 290 drivers/staging/wusbcore/host/whci/qset.c if (std->bounce_buf) { bounce_buf 303 drivers/staging/wusbcore/host/whci/qset.c kfree(std->bounce_buf); bounce_buf 578 drivers/staging/wusbcore/host/whci/qset.c std->bounce_buf = kmalloc(max_std_len, mem_flags); bounce_buf 579 drivers/staging/wusbcore/host/whci/qset.c if (std->bounce_buf == NULL) bounce_buf 583 drivers/staging/wusbcore/host/whci/qset.c bounce = std->bounce_buf; bounce_buf 610 drivers/staging/wusbcore/host/whci/qset.c std->dma_addr = dma_map_single(&whc->umc->dev, std->bounce_buf, std->len, bounce_buf 93 drivers/staging/wusbcore/host/whci/whcd.h void *bounce_buf; bounce_buf 49 drivers/usb/host/xhci-mem.c seg->bounce_buf = kzalloc_node(max_packet, flags, bounce_buf 51 drivers/usb/host/xhci-mem.c if (!seg->bounce_buf) { bounce_buf 74 drivers/usb/host/xhci-mem.c kfree(seg->bounce_buf); bounce_buf 698 drivers/usb/host/xhci-ring.c len = sg_pcopy_from_buffer(urb->sg, urb->num_sgs, seg->bounce_buf, bounce_buf 3265 drivers/usb/host/xhci-ring.c seg->bounce_buf, new_buff_len, enqd_len); bounce_buf 3270 drivers/usb/host/xhci-ring.c seg->bounce_dma = dma_map_single(dev, seg->bounce_buf, bounce_buf 3273 drivers/usb/host/xhci-ring.c seg->bounce_dma = dma_map_single(dev, seg->bounce_buf, bounce_buf 1529 drivers/usb/host/xhci.h void *bounce_buf; bounce_buf 207 drivers/virt/vboxguest/vboxguest_utils.c void *buf, *bounce_buf; bounce_buf 219 drivers/virt/vboxguest/vboxguest_utils.c bounce_buf = kvmalloc(len, GFP_KERNEL); bounce_buf 220 drivers/virt/vboxguest/vboxguest_utils.c if (!bounce_buf) bounce_buf 223 drivers/virt/vboxguest/vboxguest_utils.c *bounce_buf_ret = bounce_buf; bounce_buf 226 drivers/virt/vboxguest/vboxguest_utils.c ret = copy_from_user(bounce_buf, (void __user *)buf, len); bounce_buf 230 drivers/virt/vboxguest/vboxguest_utils.c memset(bounce_buf, 0, len); bounce_buf 233 drivers/virt/vboxguest/vboxguest_utils.c hgcm_call_add_pagelist_size(bounce_buf, len, extra);