Lines Matching defs:platform
112 * @set: The platform information supplied for this set of NAND chips.
138 * @platform: The platform data for this board.
139 * @device: The platform device we bound to.
154 struct s3c2410_platform_nand *platform;
284 * Given the information supplied by the platform, calculate and set
290 struct s3c2410_platform_nand *plat = info->platform;
402 * platform specific selection code is called to route nFCE to the specific
427 if (info->platform != NULL) {
428 if (info->platform->select_chip != NULL)
429 (info->platform->select_chip) (nmtd->set, chip);
532 && info->platform->ignore_unset_ecc)
816 struct s3c2410_platform_nand *pdata = info->platform;
839 * @set: The information passed from the board specific platform data.
907 chip->ecc.engine_type = info->platform->engine_type;
1132 info->platform = plat;
1276 MODULE_DEVICE_TABLE(platform, s3c24xx_driver_ids);