Home
last modified time | relevance | path

Searched refs:comedi_buf_map_access (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/comedi/
H A Dcomedi_internal.h33 int comedi_buf_map_access(struct comedi_buf_map *bm, unsigned long offset,
H A Dcomedi_buf.c203 int comedi_buf_map_access(struct comedi_buf_map *bm, unsigned long offset, in comedi_buf_map_access() function
H A Dcomedi_fops.c2312 return comedi_buf_map_access(bm, offset, buf, len, write); in comedi_vm_access()