Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/mtd/
Dmtd-abi.h36 struct mtd_oob_buf { struct
210 #define MEMWRITEOOB _IOWR('M', 3, struct mtd_oob_buf)
212 #define MEMREADOOB _IOWR('M', 4, struct mtd_oob_buf)
/linux-6.6.21/drivers/mtd/
Dmtdchar.c958 struct mtd_oob_buf buf; in mtdchar_ioctl()
959 struct mtd_oob_buf __user *buf_user = argp; in mtdchar_ioctl()
972 struct mtd_oob_buf buf; in mtdchar_ioctl()
973 struct mtd_oob_buf __user *buf_user = argp; in mtdchar_ioctl()