Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/x86_64/ia32/
Dia32_ioctl.c3400 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/
Dioctl32.c3677 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/
Dioctl32.c4243 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()