Searched refs:mfetch (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/usb/mon/
H A Dmon_bin.c1085 struct mon_bin_mfetch mfetch; local
1090 if (copy_from_user(&mfetch, uptr, sizeof(mfetch)))
1093 if (mfetch.nflush) {
1094 ret = mon_bin_flush(rp, mfetch.nflush);
1100 ret = mon_bin_fetch(file, rp, mfetch.offvec, mfetch.nfetch);
1164 struct mon_bin_mfetch32 mfetch; local
1169 if (copy_from_user(&mfetch, uptr, sizeof(mfetch)))
[all...]

Completed in 249 milliseconds