Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mtd/
Dmtdchar.c740 struct erase_info_user einfo32; in mtdchar_ioctl() local
742 if (copy_from_user(&einfo32, argp, in mtdchar_ioctl()
747 erase->addr = einfo32.start; in mtdchar_ioctl()
748 erase->len = einfo32.length; in mtdchar_ioctl()