Symbol: flash_io
sys/dev/flash/flash_io.c
138
flash_sync_thread_destroy(struct flash_io *fio)
sys/dev/flash/flash_io.c
158
flash_io_submit(struct flash_io *fio, struct buf *bp)
sys/dev/flash/flash_io.c
185
flash_io_cache_write(struct flash_io *fio, flash_addr_t block, struct buf *bp)
sys/dev/flash/flash_io.c
229
flash_io_cache_sync(struct flash_io *fio)
sys/dev/flash/flash_io.c
279
struct flash_io *fio = arg;
sys/dev/flash/flash_io.c
310
flash_io_read(struct flash_io *fio, struct buf *bp)
sys/dev/flash/flash_io.c
327
flash_io_write(struct flash_io *fio, struct buf *bp)
sys/dev/flash/flash_io.c
349
flash_io_done(struct flash_io *fio, struct buf *bp, int error)
sys/dev/flash/flash_io.c
56
void flash_io_read(struct flash_io *, struct buf *);
sys/dev/flash/flash_io.c
57
void flash_io_write(struct flash_io *, struct buf *);
sys/dev/flash/flash_io.c
58
void flash_io_done(struct flash_io *, struct buf *, int);
sys/dev/flash/flash_io.c
59
int flash_io_cache_write(struct flash_io *, flash_addr_t, struct buf *);
sys/dev/flash/flash_io.c
60
void flash_io_cache_sync(struct flash_io *);
sys/dev/flash/flash_io.c
75
flash_io_getblock(struct flash_io *fio, struct buf *bp)
sys/dev/flash/flash_io.c
99
flash_sync_thread_init(struct flash_io *fio, device_t dev,
sys/dev/flash/flash_io.h
19
int flash_io_submit(struct flash_io *, struct buf *);
sys/dev/flash/flash_io.h
21
int flash_sync_thread_init(struct flash_io *, device_t,
sys/dev/flash/flash_io.h
23
void flash_sync_thread_destroy(struct flash_io *);
sys/dev/nand/nand.h
162
struct flash_io sc_flash_io;
sys/dev/nor/nor.h
98
struct flash_io sc_flash_io;