SYNOPSIS

void * dma_buf_kmap(struct dma_buf * dmabuf, unsigned long page_num);

ARGUMENTS

dmabuf

[in] buffer to map page from.

page_num

[in] page in PAGE_SIZE units to map.

DESCRIPTION

This call must always succeed, any necessary preparations that might fail need to be done in begin_cpu_access.

COPYRIGHT