Searched refs:getb (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/usb/mon/
H A Dmon_bin.c1069 struct mon_bin_get getb; local
1071 if (copy_from_user(&getb, (void __user *)arg,
1075 if (getb.alloc > 0x10000000) /* Want to cast to u32 */
1077 ret = mon_bin_get_event(file, rp, getb.hdr,
1079 getb.data, (unsigned int)getb.alloc);
1148 struct mon_bin_get32 getb; local
1150 if (copy_from_user(&getb, (void __user *)arg,
1154 ret = mon_bin_get_event(file, rp, compat_ptr(getb.hdr32),
1156 compat_ptr(getb
[all...]

Completed in 92 milliseconds