Searched refs:mtd_oob_buf32 (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | ia32_ioctl.c | 3400 struct mtd_oob_buf32 { struct 3406 #define MEMWRITEOOB32 _IOWR('M',3,struct mtd_oob_buf32) argument 3407 #define MEMREADOOB32 _IOWR('M',4,struct mtd_oob_buf32) 3412 struct mtd_oob_buf32 *uarg = (struct mtd_oob_buf32 *)arg; in mtd_rw_oob()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | ioctl32.c | 3677 struct mtd_oob_buf32 { struct 3683 #define MEMWRITEOOB32 _IOWR('M',3,struct mtd_oob_buf32) argument 3684 #define MEMREADOOB32 _IOWR('M',4,struct mtd_oob_buf32) 3690 struct mtd_oob_buf32 *uarg = (struct mtd_oob_buf32 *)arg; in mtd_rw_oob()
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | ioctl32.c | 4243 struct mtd_oob_buf32 { struct 4249 #define MEMWRITEOOB32 _IOWR('M',3,struct mtd_oob_buf32) argument 4250 #define MEMREADOOB32 _IOWR('M',4,struct mtd_oob_buf32) 4255 struct mtd_oob_buf32 *buf32 = (struct mtd_oob_buf32 *) arg; in mtd_rw_oob()
|