Searched refs:virt_buf (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
H A Dsdio.c349 u8 *virt_buf; ath6kl_sdio_alloc_prep_scat_req() local
367 virt_buf = kzalloc(size, GFP_KERNEL); ath6kl_sdio_alloc_prep_scat_req()
368 if (!virt_buf) { ath6kl_sdio_alloc_prep_scat_req()
374 (u8 *)L1_CACHE_ALIGN((unsigned long)virt_buf); ath6kl_sdio_alloc_prep_scat_req()
/linux-4.1.27/drivers/staging/emxx_udc/
H A Demxx_udc.c536 memcpy(req->req.buf, ep->virt_buf, _nbu2ss_dma_unmap_single()
2789 if (ep->virt_buf == NULL) nbu2ss_ep_queue()
2790 ep->virt_buf = (u8 *)dma_alloc_coherent( nbu2ss_ep_queue()
2795 memcpy(ep->virt_buf, req->req.buf, nbu2ss_ep_queue()
3397 if (ep->virt_buf) nbu2ss_drv_remove()
3399 (void *)ep->virt_buf, ep->phys_buf); nbu2ss_drv_remove()
H A Demxx_udc.h600 u8 *virt_buf; member in struct:nbu2ss_ep
/linux-4.1.27/arch/powerpc/sysdev/
H A Dfsl_rmu.c978 void *virt_buf; fsl_get_inb_message() local
988 virt_buf = rmu->msg_rx_ring.virt + (phys_buf fsl_get_inb_message()
1000 memcpy(buf, virt_buf, RIO_MAX_MSG_SIZE); fsl_get_inb_message()

Completed in 635 milliseconds