Searched refs:getb (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/usb/mon/ |
D | mon_bin.c | 1060 struct mon_bin_get getb; in mon_bin_ioctl() local 1062 if (copy_from_user(&getb, (void __user *)arg, in mon_bin_ioctl() 1066 if (getb.alloc > 0x10000000) /* Want to cast to u32 */ in mon_bin_ioctl() 1068 ret = mon_bin_get_event(file, rp, getb.hdr, in mon_bin_ioctl() 1070 getb.data, (unsigned int)getb.alloc); in mon_bin_ioctl() 1139 struct mon_bin_get32 getb; in mon_bin_compat_ioctl() local 1141 if (copy_from_user(&getb, (void __user *)arg, in mon_bin_compat_ioctl() 1145 ret = mon_bin_get_event(file, rp, compat_ptr(getb.hdr32), in mon_bin_compat_ioctl() 1147 compat_ptr(getb.data32), getb.alloc32); in mon_bin_compat_ioctl()
|