Home
last modified time | relevance | path

Searched refs:mon_bin_ioctl (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/usb/mon/
H A Dmon_bin.c987 static long mon_bin_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in mon_bin_ioctl() function
1189 return mon_bin_ioctl(file, cmd, (unsigned long) compat_ptr(arg)); in mon_bin_compat_ioctl()
1195 return mon_bin_ioctl(file, cmd, arg); in mon_bin_compat_ioctl()
1296 .unlocked_ioctl = mon_bin_ioctl,