Searched refs:mon_bin_fetch (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/mon/ |
H A D | mon_bin.c | 898 static int mon_bin_fetch(struct file *file, struct mon_reader_bin *rp, in mon_bin_fetch() function 946 * Count events. This is almost the same as the above mon_bin_fetch, 1097 ret = mon_bin_fetch(file, rp, mfetch.offvec, mfetch.nfetch); in mon_bin_ioctl() 1176 ret = mon_bin_fetch(file, rp, compat_ptr(mfetch.offvec32), in mon_bin_compat_ioctl()
|
/kernel/linux/linux-6.6/drivers/usb/mon/ |
H A D | mon_bin.c | 901 static int mon_bin_fetch(struct file *file, struct mon_reader_bin *rp, in mon_bin_fetch() function 949 * Count events. This is almost the same as the above mon_bin_fetch, 1100 ret = mon_bin_fetch(file, rp, mfetch.offvec, mfetch.nfetch); in mon_bin_ioctl() 1179 ret = mon_bin_fetch(file, rp, compat_ptr(mfetch.offvec32), in mon_bin_compat_ioctl()
|
Completed in 4 milliseconds