Searched refs:comedi_buf_map (Results 1 – 4 of 4) sorted by relevance
12 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 *
24 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()57 struct comedi_buf_map *bm; in __comedi_buf_free()74 static struct comedi_buf_map *78 struct comedi_buf_map *bm; in comedi_buf_map_alloc()146 struct comedi_buf_map *bm; in __comedi_buf_alloc()190 void comedi_buf_map_get(struct comedi_buf_map *bm) in comedi_buf_map_get()196 int comedi_buf_map_put(struct comedi_buf_map *bm) in comedi_buf_map_put()228 struct comedi_buf_map *232 struct comedi_buf_map *bm = NULL; in comedi_buf_map_from_subdev_get()[all …]
249 struct comedi_buf_map { struct350 struct comedi_buf_map *buf_map;
2282 struct comedi_buf_map *bm; in comedi_vm_open()2290 struct comedi_buf_map *bm; in comedi_vm_close()2299 struct comedi_buf_map *bm = vma->vm_private_data; in comedi_vm_access()2322 struct comedi_buf_map *bm = NULL; in comedi_mmap()
Completed in 12 milliseconds