Searched refs:mfetch (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/usb/mon/ |
D | mon_bin.c | 1082 struct mon_bin_mfetch mfetch; in mon_bin_ioctl() local 1087 if (copy_from_user(&mfetch, uptr, sizeof(mfetch))) in mon_bin_ioctl() 1090 if (mfetch.nflush) { in mon_bin_ioctl() 1091 ret = mon_bin_flush(rp, mfetch.nflush); in mon_bin_ioctl() 1097 ret = mon_bin_fetch(file, rp, mfetch.offvec, mfetch.nfetch); in mon_bin_ioctl() 1161 struct mon_bin_mfetch32 mfetch; in mon_bin_compat_ioctl() local 1166 if (copy_from_user(&mfetch, uptr, sizeof(mfetch))) in mon_bin_compat_ioctl() 1169 if (mfetch.nflush32) { in mon_bin_compat_ioctl() 1170 ret = mon_bin_flush(rp, mfetch.nflush32); in mon_bin_compat_ioctl() 1176 ret = mon_bin_fetch(file, rp, compat_ptr(mfetch.offvec32), in mon_bin_compat_ioctl() [all …]
|