Searched refs:mfetch (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/usb/mon/ |
D | mon_bin.c | 1070 struct mon_bin_mfetch mfetch; in mon_bin_ioctl() local 1075 if (copy_from_user(&mfetch, uptr, sizeof(mfetch))) in mon_bin_ioctl() 1078 if (mfetch.nflush) { in mon_bin_ioctl() 1079 ret = mon_bin_flush(rp, mfetch.nflush); in mon_bin_ioctl() 1085 ret = mon_bin_fetch(file, rp, mfetch.offvec, mfetch.nfetch); in mon_bin_ioctl() 1149 struct mon_bin_mfetch32 mfetch; in mon_bin_compat_ioctl() local 1154 if (copy_from_user(&mfetch, uptr, sizeof(mfetch))) in mon_bin_compat_ioctl() 1157 if (mfetch.nflush32) { in mon_bin_compat_ioctl() 1158 ret = mon_bin_flush(rp, mfetch.nflush32); in mon_bin_compat_ioctl() 1164 ret = mon_bin_fetch(file, rp, compat_ptr(mfetch.offvec32), in mon_bin_compat_ioctl() [all …]
|