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

  /src/sys/dev/flash/
flash_io.h 16 struct flash_interface *fio_if;
22 struct flash_interface *);
flash.h 67 struct flash_interface *flash_if; /* Hardware interface */
74 struct flash_interface *flash_if; /* Hardware interface */
95 * struct flash_interface - interface for flash operations
97 struct flash_interface { struct
123 device_t flash_attach_mi(struct flash_interface *, device_t);
124 void flash_attach_mtdparts(struct flash_interface *, device_t, flash_size_t, const char *, const char *);
125 const struct flash_interface *flash_get_interface(dev_t);
flash_mtdparts.c 43 flash_attach_partition(struct flash_interface *flash_if, device_t parent,
139 flash_parse_mtddef(struct flash_interface *flash_if, device_t parent,
181 flash_attach_mtdparts(struct flash_interface *flash_if, device_t parent,
flash.c 230 flash_attach_mi(struct flash_interface * const flash_if, device_t device)
322 const struct flash_interface *flash_if;
485 const struct flash_interface *
flash_io.c 100 struct flash_interface *flash_if)
  /src/sys/ufs/chfs/
ebh.h 274 const struct flash_interface *flash_if;
  /src/sys/dev/nor/
nor.h 87 struct flash_interface sc_flash_if;
nor.c 88 struct flash_interface nor_flash_if = {
  /src/sys/arch/arm/ti/
omap2_nand.c 58 extern struct flash_interface nand_flash_if;
  /src/sys/dev/nand/
nand.c 79 struct flash_interface nand_flash_if = {

Completed in 108 milliseconds