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