Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dgdth_ioctl.h249 } gdth_ioctl_reset; typedef
H A Dgdth.c3441 gdth_ioctl_reset res; in ioc_resetdrv()
3446 if (copy_from_user(&res, arg, sizeof(gdth_ioctl_reset)) || in ioc_resetdrv()
3468 if (copy_to_user(arg, &res, sizeof(gdth_ioctl_reset))) in ioc_resetdrv()
3912 gdth_ioctl_reset res; in gdth_ioctl()
3915 if (copy_from_user(&res, argp, sizeof(gdth_ioctl_reset)) || in gdth_ioctl()
3929 if (copy_to_user(argp, &res, sizeof(gdth_ioctl_reset))) in gdth_ioctl()