Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/flash/
H A Dflash_io.c1 /* $NetBSD: flash_io.c,v 1.7 2025/01/08 11:39:50 andvar Exp $ */
35 __KERNEL_RCSID(0, "$NetBSD: flash_io.c,v 1.7 2025/01/08 11:39:50 andvar Exp $");
47 #include <dev/flash/flash_io.h>
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 *fi
[all...]
H A 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 *);
H A Dfiles.flash8 file dev/flash/flash_io.c flash
/netbsd-src/sys/modules/flash/
H A DMakefile9 SRCS= flash.c flash_io.c
/netbsd-src/sys/dev/nor/
H A Dnor.h98 struct flash_io sc_flash_io;
/netbsd-src/sys/dev/nand/
H A Dnand.h162 struct flash_io sc_flash_io;