Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/comedi/
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 *comedi_buf_map_from_subdev_get(
Dcomedi_buf.c24 struct comedi_buf_map *bm = in comedi_buf_map_kref_release()
25 container_of(kref, struct comedi_buf_map, refcount); in comedi_buf_map_kref_release()
56 struct comedi_buf_map *bm; in __comedi_buf_free()
78 struct comedi_buf_map *bm; in __comedi_buf_alloc()
142 void comedi_buf_map_get(struct comedi_buf_map *bm) in comedi_buf_map_get()
148 int comedi_buf_map_put(struct comedi_buf_map *bm) in comedi_buf_map_put()
156 int comedi_buf_map_access(struct comedi_buf_map *bm, unsigned long offset, in comedi_buf_map_access()
180 struct comedi_buf_map *
184 struct comedi_buf_map *bm = NULL; in comedi_buf_map_from_subdev_get()
204 struct comedi_buf_map *bm = s->async->buf_map; in comedi_buf_is_mmapped()
Dcomedidev.h249 struct comedi_buf_map { struct
350 struct comedi_buf_map *buf_map;
Dcomedi_fops.c2145 struct comedi_buf_map *bm; in comedi_vm_open()
2153 struct comedi_buf_map *bm; in comedi_vm_close()
2162 struct comedi_buf_map *bm = vma->vm_private_data; in comedi_vm_access()
2185 struct comedi_buf_map *bm = NULL; in comedi_mmap()