Searched refs:mfetch (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/usb/mon/ |
D | mon_bin.c | 1085 struct mon_bin_mfetch mfetch; in mon_bin_ioctl() local 1090 if (copy_from_user(&mfetch, uptr, sizeof(mfetch))) in mon_bin_ioctl() 1093 if (mfetch.nflush) { in mon_bin_ioctl() 1094 ret = mon_bin_flush(rp, mfetch.nflush); in mon_bin_ioctl() 1100 ret = mon_bin_fetch(file, rp, mfetch.offvec, mfetch.nfetch); in mon_bin_ioctl() 1164 struct mon_bin_mfetch32 mfetch; in mon_bin_compat_ioctl() local 1169 if (copy_from_user(&mfetch, uptr, sizeof(mfetch))) in mon_bin_compat_ioctl() 1172 if (mfetch.nflush32) { in mon_bin_compat_ioctl() 1173 ret = mon_bin_flush(rp, mfetch.nflush32); in mon_bin_compat_ioctl() 1179 ret = mon_bin_fetch(file, rp, compat_ptr(mfetch.offvec32), in mon_bin_compat_ioctl() [all …]
|