Lines Matching refs:mon_reader_bin

185 struct mon_reader_bin {  struct
205 static inline struct mon_bin_hdr *MON_OFF2HDR(const struct mon_reader_bin *rp, in MON_OFF2HDR() argument
225 static void mon_buff_area_fill(const struct mon_reader_bin *rp,
227 static int mon_bin_wait_event(struct file *file, struct mon_reader_bin *rp);
234 static unsigned int mon_copy_to_buff(const struct mon_reader_bin *this, in mon_copy_to_buff()
266 static int copy_from_buf(const struct mon_reader_bin *this, unsigned int off, in copy_from_buf()
300 static unsigned int mon_buff_area_alloc(struct mon_reader_bin *rp, in mon_buff_area_alloc()
325 static unsigned int mon_buff_area_alloc_contiguous(struct mon_reader_bin *rp, in mon_buff_area_alloc_contiguous()
364 static void mon_buff_area_shrink(struct mon_reader_bin *rp, unsigned int size) in mon_buff_area_shrink()
378 static void mon_buff_area_free(struct mon_reader_bin *rp, unsigned int size) in mon_buff_area_free()
387 static void mon_buff_area_fill(const struct mon_reader_bin *rp, in mon_buff_area_fill()
408 static unsigned int mon_bin_get_data(const struct mon_reader_bin *rp, in mon_bin_get_data()
452 static unsigned int mon_bin_collate_isodesc(const struct mon_reader_bin *rp, in mon_bin_collate_isodesc()
470 static void mon_bin_get_isodesc(const struct mon_reader_bin *rp, in mon_bin_get_isodesc()
490 static void mon_bin_event(struct mon_reader_bin *rp, struct urb *urb, in mon_bin_event()
627 struct mon_reader_bin *rp = data; in mon_bin_submit()
633 struct mon_reader_bin *rp = data; in mon_bin_complete()
639 struct mon_reader_bin *rp = data; in mon_bin_error()
681 struct mon_reader_bin *rp; in mon_bin_open()
697 rp = kzalloc_obj(struct mon_reader_bin); in mon_bin_open()
742 static int mon_bin_get_event(struct file *file, struct mon_reader_bin *rp, in mon_bin_get_event()
785 struct mon_reader_bin *rp = file->private_data; in mon_bin_release()
808 struct mon_reader_bin *rp = file->private_data; in mon_bin_read()
877 static int mon_bin_flush(struct mon_reader_bin *rp, unsigned nevents) in mon_bin_flush()
903 static int mon_bin_fetch(struct file *file, struct mon_reader_bin *rp, in mon_bin_fetch()
954 static int mon_bin_queued(struct mon_reader_bin *rp) in mon_bin_queued()
991 struct mon_reader_bin *rp = file->private_data; in mon_bin_ioctl()
1141 struct mon_reader_bin *rp = file->private_data; in mon_bin_compat_ioctl()
1208 struct mon_reader_bin *rp = file->private_data; in mon_bin_poll()
1228 struct mon_reader_bin *rp = vma->vm_private_data; in mon_bin_vma_open()
1240 struct mon_reader_bin *rp = vma->vm_private_data; in mon_bin_vma_close()
1251 struct mon_reader_bin *rp = vmf->vma->vm_private_data; in mon_bin_vma_fault()
1304 static int mon_bin_wait_event(struct file *file, struct mon_reader_bin *rp) in mon_bin_wait_event()