HomeSort by: relevance | last modified time | path
    Searched refs:flash_io (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/flash/
flash_io.h 4 struct flash_io { struct
19 int flash_io_submit(struct flash_io *, struct buf *);
21 int flash_sync_thread_init(struct flash_io *, device_t,
23 void flash_sync_thread_destroy(struct flash_io *);
flash_io.c 1 /* $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)
99 flash_sync_thread_init(struct flash_io *fio, device_t dev
    [all...]
  /src/sys/modules/flash/
Makefile 9 SRCS= flash.c flash_io.c
  /src/sys/dev/nand/
nand.h 50 #include <dev/flash/flash_io.h>
162 struct flash_io sc_flash_io;
nand.c 48 #include <dev/flash/flash_io.h>
  /src/sys/dev/nor/
nor.h 47 #include <dev/flash/flash_io.h>
98 struct flash_io sc_flash_io;
nor.c 50 #include <dev/flash/flash_io.h>

Completed in 18 milliseconds