Home
last modified time | relevance | path

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

/linux-6.12.1/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
1164 struct mon_bin_mfetch32 mfetch; in mon_bin_compat_ioctl()
1165 struct mon_bin_mfetch32 __user *uptr; in mon_bin_compat_ioctl()
1167 uptr = (struct mon_bin_mfetch32 __user *) compat_ptr(arg); in mon_bin_compat_ioctl()