Symbol: nand_pos
drivers/mtd/nand/core.c
153
bool nanddev_isbad(struct nand_device *nand, const struct nand_pos *pos)
drivers/mtd/nand/core.c
195
int nanddev_markbad(struct nand_device *nand, const struct nand_pos *pos)
drivers/mtd/nand/core.c
236
bool nanddev_isreserved(struct nand_device *nand, const struct nand_pos *pos)
drivers/mtd/nand/core.c
260
static int nanddev_erase(struct nand_device *nand, const struct nand_pos *pos)
drivers/mtd/nand/core.c
289
struct nand_pos pos, last;
drivers/mtd/nand/core.c
325
struct nand_pos pos, end;
drivers/mtd/nand/raw/nand_base.c
6135
static int rawnand_erase(struct nand_device *nand, const struct nand_pos *pos)
drivers/mtd/nand/raw/nand_base.c
6152
const struct nand_pos *pos)
drivers/mtd/nand/raw/nand_base.c
6160
static bool rawnand_isbad(struct nand_device *nand, const struct nand_pos *pos)
drivers/mtd/nand/spi/core.c
1060
static bool spinand_isbad(struct nand_device *nand, const struct nand_pos *pos)
drivers/mtd/nand/spi/core.c
1092
struct nand_pos pos;
drivers/mtd/nand/spi/core.c
1103
static int spinand_markbad(struct nand_device *nand, const struct nand_pos *pos)
drivers/mtd/nand/spi/core.c
1134
struct nand_pos pos;
drivers/mtd/nand/spi/core.c
1145
static int spinand_erase(struct nand_device *nand, const struct nand_pos *pos)
drivers/mtd/nand/spi/core.c
1191
struct nand_pos pos;
drivers/mtd/nand/spi/core.c
617
const struct nand_pos *pos)
drivers/mtd/nand/spi/core.c
959
struct nand_pos start_pos, end_pos;
include/linux/mtd/nand.h
1074
bool nanddev_isbad(struct nand_device *nand, const struct nand_pos *pos);
include/linux/mtd/nand.h
1075
bool nanddev_isreserved(struct nand_device *nand, const struct nand_pos *pos);
include/linux/mtd/nand.h
1076
int nanddev_markbad(struct nand_device *nand, const struct nand_pos *pos);
include/linux/mtd/nand.h
1117
const struct nand_pos *pos)
include/linux/mtd/nand.h
116
struct nand_pos pos;
include/linux/mtd/nand.h
229
int (*erase)(struct nand_device *nand, const struct nand_pos *pos);
include/linux/mtd/nand.h
230
int (*markbad)(struct nand_device *nand, const struct nand_pos *pos);
include/linux/mtd/nand.h
231
bool (*isbad)(struct nand_device *nand, const struct nand_pos *pos);
include/linux/mtd/nand.h
751
struct nand_pos *pos)
include/linux/mtd/nand.h
775
static inline int nanddev_pos_cmp(const struct nand_pos *a,
include/linux/mtd/nand.h
776
const struct nand_pos *b)
include/linux/mtd/nand.h
805
const struct nand_pos *pos)
include/linux/mtd/nand.h
830
const struct nand_pos *pos)
include/linux/mtd/nand.h
846
struct nand_pos *pos)
include/linux/mtd/nand.h
864
struct nand_pos *pos)
include/linux/mtd/nand.h
884
struct nand_pos *pos)
include/linux/mtd/nand.h
903
struct nand_pos *pos)