Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/mon/
Dmon_bin.c1076 struct mon_bin_mfetch mfetch; in mon_bin_ioctl() local
1081 if (copy_from_user(&mfetch, uptr, sizeof(mfetch))) in mon_bin_ioctl()
1084 if (mfetch.nflush) { in mon_bin_ioctl()
1085 ret = mon_bin_flush(rp, mfetch.nflush); in mon_bin_ioctl()
1091 ret = mon_bin_fetch(file, rp, mfetch.offvec, mfetch.nfetch); in mon_bin_ioctl()
1155 struct mon_bin_mfetch32 mfetch; in mon_bin_compat_ioctl() local
1160 if (copy_from_user(&mfetch, uptr, sizeof(mfetch))) in mon_bin_compat_ioctl()
1163 if (mfetch.nflush32) { in mon_bin_compat_ioctl()
1164 ret = mon_bin_flush(rp, mfetch.nflush32); in mon_bin_compat_ioctl()
1170 ret = mon_bin_fetch(file, rp, compat_ptr(mfetch.offvec32), in mon_bin_compat_ioctl()
[all …]