Go to the source code of this file.
◆ nand_driver_find_by_name()
◆ nand_driver_walk()
Walk the list of drivers, encapsulating the data structure type.
Application state/context can be passed through the x
pointer.
- Parameters
-
f | The callback function to invoke for each function. |
x | For use as private data storage, passed directly to f . |
- Returns
- ERROR_OK if successful, or the non-zero return value of
f
. This allows a walker to terminate the loop early.
Definition at line 63 of file flash/nand/driver.c.
References ERROR_OK, and nand_flash_controllers.
Referenced by COMMAND_HANDLER().
◆ at91sam9_nand_controller
Structure representing the AT91SAM9 NAND controller.
Definition at line 621 of file at91sam9.c.
◆ davinci_nand_controller
◆ imx31_nand_flash_controller
◆ lpc3180_nand_controller
◆ lpc32xx_nand_controller
◆ mxc_nand_flash_controller
◆ nand_flash_controllers
Initial value:= {
}
struct nand_flash_controller lpc32xx_nand_controller
struct nand_flash_controller s3c2412_nand_controller
struct nand_flash_controller orion_nand_controller
struct nand_flash_controller nuc910_nand_controller
struct nand_flash_controller at91sam9_nand_controller
Structure representing the AT91SAM9 NAND controller.
struct nand_flash_controller nonce_nand_controller
struct nand_flash_controller lpc3180_nand_controller
struct nand_flash_controller s3c2410_nand_controller
struct nand_flash_controller s3c2440_nand_controller
struct nand_flash_controller mxc_nand_flash_controller
struct nand_flash_controller imx31_nand_flash_controller
struct nand_flash_controller davinci_nand_controller
struct nand_flash_controller s3c6400_nand_controller
struct nand_flash_controller s3c2443_nand_controller
Definition at line 35 of file flash/nand/driver.c.
Referenced by nand_driver_find_by_name(), and nand_driver_walk().
◆ nonce_nand_controller
◆ nuc910_nand_controller
◆ orion_nand_controller
◆ s3c2410_nand_controller
◆ s3c2412_nand_controller
◆ s3c2440_nand_controller
◆ s3c2443_nand_controller
◆ s3c6400_nand_controller