Lines Matching refs:comedi_buf_map
23 struct comedi_buf_map *bm = in comedi_buf_map_kref_release()
24 container_of(kref, struct comedi_buf_map, refcount); in comedi_buf_map_kref_release()
54 struct comedi_buf_map *bm; in __comedi_buf_free()
65 static struct comedi_buf_map *
69 struct comedi_buf_map *bm; in comedi_buf_map_alloc()
123 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()