Searched refs:flash_interface (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/sys/dev/flash/ |
H A D | flash.h | 67 struct flash_interface *flash_if; /* Hardware interface */ 74 struct flash_interface *flash_if; /* Hardware interface */ 97 struct flash_interface { struct 123 device_t flash_attach_mi(struct flash_interface *, device_t); argument 124 void flash_attach_mtdparts(struct flash_interface *, device_t, flash_size_t, const char *, const ch… 125 const struct flash_interface *flash_get_interface(dev_t);
|
H A D | flash_mtdparts.c | 43 flash_attach_partition(struct flash_interface *flash_if, device_t parent, in flash_attach_partition() 139 flash_parse_mtddef(struct flash_interface *flash_if, device_t parent, in flash_parse_mtddef() 181 flash_attach_mtdparts(struct flash_interface *flash_if, device_t parent, in flash_attach_mtdparts()
|
H A D | flash_io.h | 16 struct flash_interface *fio_if; 22 struct flash_interface *);
|
H A D | flash.c | 230 flash_attach_mi(struct flash_interface * const flash_if, device_t device) in flash_attach_mi() 322 const struct flash_interface *flash_if; in flashstrategy() 485 const struct flash_interface *
|
H A D | flash_io.c | 100 struct flash_interface *flash_if) in flash_sync_thread_init()
|
/netbsd-src/sys/ufs/chfs/ |
H A D | ebh.h | 274 const struct flash_interface *flash_if;
|
/netbsd-src/sys/dev/nor/ |
H A D | nor.h | 87 struct flash_interface sc_flash_if;
|
H A D | nor.c | 88 struct flash_interface nor_flash_if = {
|
/netbsd-src/sys/arch/arm/ti/ |
H A D | omap2_nand.c | 58 extern struct flash_interface nand_flash_if;
|
/netbsd-src/sys/dev/nand/ |
H A D | nand.c | 79 struct flash_interface nand_flash_if = {
|