Lines Matching defs:config
101 if (sram->config && sram->config->map_only_reserved) {376 const struct sram_config *config;382 config = of_device_get_match_data(&pdev->dev);390 sram->config = config;392 if (!config || !config->map_only_reserved) {420 if (config && config->init) {421 ret = config->init();