getb             1066 drivers/usb/mon/mon_bin.c 		struct mon_bin_get getb;
getb             1068 drivers/usb/mon/mon_bin.c 		if (copy_from_user(&getb, (void __user *)arg,
getb             1072 drivers/usb/mon/mon_bin.c 		if (getb.alloc > 0x10000000)	/* Want to cast to u32 */
getb             1074 drivers/usb/mon/mon_bin.c 		ret = mon_bin_get_event(file, rp, getb.hdr,
getb             1076 drivers/usb/mon/mon_bin.c 		    getb.data, (unsigned int)getb.alloc);
getb             1145 drivers/usb/mon/mon_bin.c 		struct mon_bin_get32 getb;
getb             1147 drivers/usb/mon/mon_bin.c 		if (copy_from_user(&getb, (void __user *)arg,
getb             1151 drivers/usb/mon/mon_bin.c 		ret = mon_bin_get_event(file, rp, compat_ptr(getb.hdr32),
getb             1153 drivers/usb/mon/mon_bin.c 		    compat_ptr(getb.data32), getb.alloc32);