Searched refs:pagelistinfo (Results 1 – 1 of 1) sorted by relevance
75 free_pagelist(struct vchiq_pagelist_info *pagelistinfo,223 struct vchiq_pagelist_info *pagelistinfo; in vchiq_prepare_bulk_data() local225 pagelistinfo = create_pagelist((char __user *)offset, size, in vchiq_prepare_bulk_data()230 if (!pagelistinfo) in vchiq_prepare_bulk_data()233 bulk->data = (void *)(unsigned long)pagelistinfo->dma_addr; in vchiq_prepare_bulk_data()239 bulk->remote_data = pagelistinfo; in vchiq_prepare_bulk_data()329 cleanup_pagelistinfo(struct vchiq_pagelist_info *pagelistinfo) in cleanup_pagelistinfo() argument331 if (pagelistinfo->scatterlist_mapped) { in cleanup_pagelistinfo()332 dma_unmap_sg(g_dev, pagelistinfo->scatterlist, in cleanup_pagelistinfo()333 pagelistinfo->num_pages, pagelistinfo->dma_dir); in cleanup_pagelistinfo()[all …]