Symbol: flash_interface
sys/arch/arm/ti/omap2_nand.c
58
extern struct flash_interface nand_flash_if;
sys/dev/flash/flash.c
231
flash_attach_mi(struct flash_interface * const flash_if, device_t device)
sys/dev/flash/flash.c
323
const struct flash_interface *flash_if;
sys/dev/flash/flash.c
486
const struct flash_interface *
sys/dev/flash/flash.h
123
device_t flash_attach_mi(struct flash_interface *, device_t);
sys/dev/flash/flash.h
124
void flash_attach_mtdparts(struct flash_interface *, device_t, flash_size_t, const char *, const char *);
sys/dev/flash/flash.h
125
const struct flash_interface *flash_get_interface(dev_t);
sys/dev/flash/flash.h
67
struct flash_interface *flash_if; /* Hardware interface */
sys/dev/flash/flash.h
74
struct flash_interface *flash_if; /* Hardware interface */
sys/dev/flash/flash_io.c
100
struct flash_interface *flash_if)
sys/dev/flash/flash_io.h
16
struct flash_interface *fio_if;
sys/dev/flash/flash_io.h
22
struct flash_interface *);
sys/dev/flash/flash_mtdparts.c
139
flash_parse_mtddef(struct flash_interface *flash_if, device_t parent,
sys/dev/flash/flash_mtdparts.c
181
flash_attach_mtdparts(struct flash_interface *flash_if, device_t parent,
sys/dev/flash/flash_mtdparts.c
43
flash_attach_partition(struct flash_interface *flash_if, device_t parent,
sys/dev/nand/nand.c
79
struct flash_interface nand_flash_if = {
sys/dev/nor/nor.c
88
struct flash_interface nor_flash_if = {
sys/dev/nor/nor.h
87
struct flash_interface sc_flash_if;
sys/ufs/chfs/ebh.h
274
const struct flash_interface *flash_if;