Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds