Searched refs:flash_io (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/sys/dev/flash/ |
| D | flash_io.c | 56 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 …]
|
| D | flash_io.h | 4 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 *);
|
| D | files.flash | 8 file dev/flash/flash_io.c flash
|
| /netbsd/src/sys/modules/flash/ |
| D | Makefile | 9 SRCS= flash.c flash_io.c
|
| /netbsd/src/sys/dev/nor/ |
| D | nor.h | 98 struct flash_io sc_flash_io;
|
| /netbsd/src/sys/dev/nand/ |
| D | nand.h | 162 struct flash_io sc_flash_io;
|