Home
last modified time | relevance | path

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

/openbmc/u-boot/include/mtd/
H A Dmtd-abi.h26 struct mtd_oob_buf { struct
151 #define MEMWRITEOOB _IOWR('M', 3, struct mtd_oob_buf)
153 #define MEMREADOOB _IOWR('M', 4, struct mtd_oob_buf)
/openbmc/linux/include/uapi/mtd/
H A 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)
/openbmc/linux/drivers/mtd/
H A 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()