Searched refs:mon_reader_bin (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/usb/mon/ |
D | mon_bin.c | 183 struct mon_reader_bin { struct 203 static inline struct mon_bin_hdr *MON_OFF2HDR(const struct mon_reader_bin *rp, in MON_OFF2HDR() argument 220 static void mon_buff_area_fill(const struct mon_reader_bin *rp, 222 static int mon_bin_wait_event(struct file *file, struct mon_reader_bin *rp); 229 static unsigned int mon_copy_to_buff(const struct mon_reader_bin *this, in mon_copy_to_buff() 261 static int copy_from_buf(const struct mon_reader_bin *this, unsigned int off, in copy_from_buf() 295 static unsigned int mon_buff_area_alloc(struct mon_reader_bin *rp, in mon_buff_area_alloc() 320 static unsigned int mon_buff_area_alloc_contiguous(struct mon_reader_bin *rp, in mon_buff_area_alloc_contiguous() 359 static void mon_buff_area_shrink(struct mon_reader_bin *rp, unsigned int size) in mon_buff_area_shrink() 373 static void mon_buff_area_free(struct mon_reader_bin *rp, unsigned int size) in mon_buff_area_free() [all …]
|