Home
last modified time | relevance | path

Searched refs:flash_io (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/dev/flash/
Dflash_io.c56 void flash_io_read(struct flash_io *, struct buf *);
57 void flash_io_write(struct flash_io *, struct buf *);
58 void flash_io_done(struct flash_io *, struct buf *, int);
59 int flash_io_cache_write(struct flash_io *, flash_addr_t, struct buf *);
60 void flash_io_cache_sync(struct flash_io *);
75 flash_io_getblock(struct flash_io *fio, struct buf *bp) in flash_io_getblock()
99 flash_sync_thread_init(struct flash_io *fio, device_t dev, in flash_sync_thread_init()
138 flash_sync_thread_destroy(struct flash_io *fio) in flash_sync_thread_destroy()
158 flash_io_submit(struct flash_io *fio, struct buf *bp) in flash_io_submit()
185 flash_io_cache_write(struct flash_io *fio, flash_addr_t block, struct buf *bp) in flash_io_cache_write()
[all …]
Dflash_io.h4 struct flash_io { struct
19 int flash_io_submit(struct flash_io *, struct buf *); argument
21 int flash_sync_thread_init(struct flash_io *, device_t,
23 void flash_sync_thread_destroy(struct flash_io *);
Dfiles.flash8 file dev/flash/flash_io.c flash
/netbsd/src/sys/modules/flash/
DMakefile9 SRCS= flash.c flash_io.c
/netbsd/src/sys/dev/nor/
Dnor.h98 struct flash_io sc_flash_io;
/netbsd/src/sys/dev/nand/
Dnand.h162 struct flash_io sc_flash_io;