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

  /src/sys/dev/flash/
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);

Completed in 12 milliseconds