Home
last modified time | relevance | path

Searched refs:mfetch (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/usb/mon/
Dmon_bin.c1069 struct mon_bin_mfetch mfetch; in mon_bin_ioctl() local
1074 if (copy_from_user(&mfetch, uptr, sizeof(mfetch))) in mon_bin_ioctl()
1077 if (mfetch.nflush) { in mon_bin_ioctl()
1078 ret = mon_bin_flush(rp, mfetch.nflush); in mon_bin_ioctl()
1084 ret = mon_bin_fetch(file, rp, mfetch.offvec, mfetch.nfetch); in mon_bin_ioctl()
1148 struct mon_bin_mfetch32 mfetch; in mon_bin_compat_ioctl() local
1153 if (copy_from_user(&mfetch, uptr, sizeof(mfetch))) in mon_bin_compat_ioctl()
1156 if (mfetch.nflush32) { in mon_bin_compat_ioctl()
1157 ret = mon_bin_flush(rp, mfetch.nflush32); in mon_bin_compat_ioctl()
1163 ret = mon_bin_fetch(file, rp, compat_ptr(mfetch.offvec32), in mon_bin_compat_ioctl()
[all …]