Home
last modified time | relevance | path

Searched refs:mres (Results 1 – 3 of 3) sorted by relevance

/drivers/thermal/
Drcar_thermal.c441 int mres = 0; in rcar_thermal_probe() local
467 res = platform_get_resource(pdev, IORESOURCE_MEM, mres++); in rcar_thermal_probe()
476 res = platform_get_resource(pdev, IORESOURCE_MEM, mres++); in rcar_thermal_probe()
/drivers/mmc/host/
Dmmc_spi.c1233 int mres; in mmc_spi_set_ios() local
1237 mres = spi_setup(host->spi); in mmc_spi_set_ios()
1238 if (mres < 0) in mmc_spi_set_ios()
1256 if (mres == 0) { in mmc_spi_set_ios()
1258 mres = spi_setup(host->spi); in mmc_spi_set_ios()
1259 if (mres < 0) in mmc_spi_set_ios()
/drivers/media/platform/s3c-camif/
Dcamif-core.c414 struct resource *mres; in s3c_camif_probe() local
435 mres = platform_get_resource(pdev, IORESOURCE_MEM, 0); in s3c_camif_probe()
437 camif->io_base = devm_ioremap_resource(dev, mres); in s3c_camif_probe()