Searched refs:pagelistinfo (Results 1 – 1 of 1) sorted by relevance
106 free_pagelist(struct vchiq_pagelist_info *pagelistinfo,251 struct vchiq_pagelist_info *pagelistinfo; in vchiq_prepare_bulk_data() local255 pagelistinfo = create_pagelist((char __user *)offset, size, in vchiq_prepare_bulk_data()260 if (!pagelistinfo) in vchiq_prepare_bulk_data()264 bulk->data = (void *)(unsigned long)pagelistinfo->dma_addr; in vchiq_prepare_bulk_data()270 bulk->remote_data = pagelistinfo; in vchiq_prepare_bulk_data()370 cleanup_pagelistinfo(struct vchiq_pagelist_info *pagelistinfo) in cleanup_pagelistinfo() argument372 if (pagelistinfo->scatterlist_mapped) { in cleanup_pagelistinfo()373 dma_unmap_sg(g_dev, pagelistinfo->scatterlist, in cleanup_pagelistinfo()374 pagelistinfo->num_pages, pagelistinfo->dma_dir); in cleanup_pagelistinfo()[all …]