Home
last modified time | relevance | path

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

/drivers/staging/comedi/
Dcomedi_internal.h11 struct comedi_buf_map;
30 void comedi_buf_map_get(struct comedi_buf_map *bm);
31 int comedi_buf_map_put(struct comedi_buf_map *bm);
32 struct comedi_buf_map *comedi_buf_map_from_subdev_get(
Dcomedi_buf.c33 struct comedi_buf_map *bm = in comedi_buf_map_kref_release()
34 container_of(kref, struct comedi_buf_map, refcount); in comedi_buf_map_kref_release()
65 struct comedi_buf_map *bm; in __comedi_buf_free()
87 struct comedi_buf_map *bm; in __comedi_buf_alloc()
151 void comedi_buf_map_get(struct comedi_buf_map *bm) in comedi_buf_map_get()
157 int comedi_buf_map_put(struct comedi_buf_map *bm) in comedi_buf_map_put()
165 struct comedi_buf_map *
169 struct comedi_buf_map *bm = NULL; in comedi_buf_map_from_subdev_get()
189 struct comedi_buf_map *bm = s->async->buf_map; in comedi_buf_is_mmapped()
Dcomedidev.h254 struct comedi_buf_map { struct
355 struct comedi_buf_map *buf_map;
Dcomedi_fops.c2150 struct comedi_buf_map *bm; in comedi_vm_open()
2158 struct comedi_buf_map *bm; in comedi_vm_close()
2175 struct comedi_buf_map *bm = NULL; in comedi_mmap()