Searched refs:comedi_buf_map (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/comedi/
H A Dcomedi_internal.h12 struct comedi_buf_map;
31 void comedi_buf_map_get(struct comedi_buf_map *bm);
32 int comedi_buf_map_put(struct comedi_buf_map *bm);
33 int comedi_buf_map_access(struct comedi_buf_map *bm, unsigned long offset,
35 struct comedi_buf_map *
H A Dcomedi_buf.c23 struct comedi_buf_map *bm =
24 container_of(kref, struct comedi_buf_map, refcount);
56 struct comedi_buf_map *bm;
73 static struct comedi_buf_map *
77 struct comedi_buf_map *bm;
145 struct comedi_buf_map *bm;
189 void comedi_buf_map_get(struct comedi_buf_map *bm)
195 int comedi_buf_map_put(struct comedi_buf_map *bm)
203 int comedi_buf_map_access(struct comedi_buf_map *bm, unsigned long offset,
227 struct comedi_buf_map *
[all...]
H A Dcomedi_fops.c2287 struct comedi_buf_map *bm;
2295 struct comedi_buf_map *bm;
2304 struct comedi_buf_map *bm = vma->vm_private_data;
2327 struct comedi_buf_map *bm = NULL;
/linux-master/include/linux/comedi/
H A Dcomedidev.h225 * struct comedi_buf_map - Describe pages in a COMEDI buffer
248 struct comedi_buf_map { struct
349 struct comedi_buf_map *buf_map;

Completed in 102 milliseconds