Symbol: comedi_buf_map
drivers/comedi/comedi_buf.c
123
struct comedi_buf_map *bm;
drivers/comedi/comedi_buf.c
142
void comedi_buf_map_get(struct comedi_buf_map *bm)
drivers/comedi/comedi_buf.c
148
int comedi_buf_map_put(struct comedi_buf_map *bm)
drivers/comedi/comedi_buf.c
156
int comedi_buf_map_access(struct comedi_buf_map *bm, unsigned long offset,
drivers/comedi/comedi_buf.c
180
struct comedi_buf_map *
drivers/comedi/comedi_buf.c
184
struct comedi_buf_map *bm = NULL;
drivers/comedi/comedi_buf.c
204
struct comedi_buf_map *bm = s->async->buf_map;
drivers/comedi/comedi_buf.c
23
struct comedi_buf_map *bm =
drivers/comedi/comedi_buf.c
24
container_of(kref, struct comedi_buf_map, refcount);
drivers/comedi/comedi_buf.c
54
struct comedi_buf_map *bm;
drivers/comedi/comedi_buf.c
65
static struct comedi_buf_map *
drivers/comedi/comedi_buf.c
69
struct comedi_buf_map *bm;
drivers/comedi/comedi_fops.c
2446
struct comedi_buf_map *bm;
drivers/comedi/comedi_fops.c
2454
struct comedi_buf_map *bm;
drivers/comedi/comedi_fops.c
2463
struct comedi_buf_map *bm = vma->vm_private_data;
drivers/comedi/comedi_fops.c
2486
struct comedi_buf_map *bm = NULL;
drivers/comedi/comedi_fops.c
2653
struct comedi_buf_map *bm = s->async->buf_map;
drivers/comedi/comedi_fops.c
2681
struct comedi_buf_map *bm = s->async->buf_map;
drivers/comedi/comedi_internal.h
12
struct comedi_buf_map;
drivers/comedi/comedi_internal.h
31
void comedi_buf_map_get(struct comedi_buf_map *bm);
drivers/comedi/comedi_internal.h
32
int comedi_buf_map_put(struct comedi_buf_map *bm);
drivers/comedi/comedi_internal.h
33
int comedi_buf_map_access(struct comedi_buf_map *bm, unsigned long offset,
drivers/comedi/comedi_internal.h
35
struct comedi_buf_map *
include/linux/comedi/comedidev.h
346
struct comedi_buf_map *buf_map;