Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/mtd/
H A Dmtd-abi.h130 struct mtd_read_req { struct
262 #define MEMREAD _IOWR('M', 26, struct mtd_read_req)
/openbmc/linux/drivers/mtd/
H A Dmtdchar.c692 mtdchar_read_ioctl(struct mtd_info *mtd, struct mtd_read_req __user *argp) in mtdchar_read_ioctl()
695 struct mtd_read_req req; in mtdchar_read_ioctl()
1022 (struct mtd_read_req __user *)arg); in mtdchar_ioctl()