Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/mon/
Dmon_bin.c50 #define MON_IOCX_MFETCH32 _IOWR(MON_IOC_MAGIC, 7, struct mon_bin_mfetch32)
153 struct mon_bin_mfetch32 { struct
1161 struct mon_bin_mfetch32 mfetch; in mon_bin_compat_ioctl()
1162 struct mon_bin_mfetch32 __user *uptr; in mon_bin_compat_ioctl()
1164 uptr = (struct mon_bin_mfetch32 __user *) compat_ptr(arg); in mon_bin_compat_ioctl()