Searched refs:mon_reader_bin (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/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 223 static void mon_buff_area_fill(const struct mon_reader_bin *rp, 225 static int mon_bin_wait_event(struct file *file, struct mon_reader_bin *rp); 232 static unsigned int mon_copy_to_buff(const struct mon_reader_bin *this, in mon_copy_to_buff() 264 static int copy_from_buf(const struct mon_reader_bin *this, unsigned int off, in copy_from_buf() 298 static unsigned int mon_buff_area_alloc(struct mon_reader_bin *rp, in mon_buff_area_alloc() 323 static unsigned int mon_buff_area_alloc_contiguous(struct mon_reader_bin *rp, in mon_buff_area_alloc_contiguous() 362 static void mon_buff_area_shrink(struct mon_reader_bin *rp, unsigned int size) in mon_buff_area_shrink() 376 static void mon_buff_area_free(struct mon_reader_bin *rp, unsigned int size) in mon_buff_area_free() [all …]
|