Home
last modified time | relevance | path

Searched refs:buf_page_list (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/staging/comedi/
Ddrivers.c438 if (async->buf_page_list) { in comedi_buf_alloc()
441 if (async->buf_page_list[i].virt_addr) { in comedi_buf_alloc()
443 &(virt_to_page(async->buf_page_list[i]. in comedi_buf_alloc()
449 buf_page_list in comedi_buf_alloc()
452 buf_page_list in comedi_buf_alloc()
456 async->buf_page_list[i]. in comedi_buf_alloc()
461 vfree(async->buf_page_list); in comedi_buf_alloc()
462 async->buf_page_list = NULL; in comedi_buf_alloc()
471 async->buf_page_list = in comedi_buf_alloc()
473 if (async->buf_page_list) in comedi_buf_alloc()
[all …]
Dcomedidev.h139 struct comedi_buf_page *buf_page_list; member
Dcomedi_fops.c1539 (async->buf_page_list in comedi_mmap()
/linux-3.4.99/drivers/staging/comedi/drivers/
Dmite.c377 cpu_to_le32(async->buf_page_list[i].dma_addr); in mite_buf_change()