Searched refs:power_on (Results 1 – 13 of 13) sorted by relevance
/arch/arm/mach-omap2/ |
D | board-n8x0.c | 192 int power_on, int vdd) in n8x0_mmc_set_power_menelaus() argument 198 power_on ? "on" : "off", vdd); in n8x0_mmc_set_power_menelaus() 201 if (!power_on) in n8x0_mmc_set_power_menelaus() 223 if (!power_on) in n8x0_mmc_set_power_menelaus() 261 int power_on) in n810_set_power_emmc() argument 263 dev_dbg(dev, "Set EMMC power %s\n", power_on ? "on" : "off"); in n810_set_power_emmc() 265 if (power_on) { in n810_set_power_emmc() 278 static int n8x0_mmc_set_power(struct device *dev, int slot, int power_on, in n8x0_mmc_set_power() argument 282 return n8x0_mmc_set_power_menelaus(dev, slot, power_on, vdd); in n8x0_mmc_set_power() 284 n810_set_power_emmc(dev, power_on); in n8x0_mmc_set_power()
|
/arch/arm/mach-s3c/ |
D | pm-s3c64xx.c | 89 .power_on = s3c64xx_pd_on, 99 .power_on = s3c64xx_pd_on, 109 .power_on = s3c64xx_pd_on, 119 .power_on = s3c64xx_pd_on, 129 .power_on = s3c64xx_pd_on, 139 .power_on = s3c64xx_pd_on, 148 .power_on = s3c64xx_pd_on, 158 .power_on = s3c64xx_pd_on,
|
/arch/arm/mach-omap1/ |
D | board-h3-mmc.c | 22 static int mmc_set_power(struct device *dev, int slot, int power_on, in mmc_set_power() argument 25 gpio_set_value(H3_TPS_GPIO_MMC_PWR_EN, power_on); in mmc_set_power()
|
D | board-sx1-mmc.c | 22 static int mmc_set_power(struct device *dev, int slot, int power_on, in mmc_set_power() argument 32 if (power_on) in mmc_set_power()
|
D | board-h2-mmc.c | 21 static int mmc_set_power(struct device *dev, int slot, int power_on, in mmc_set_power() argument 24 gpio_set_value(H2_TPS_GPIO_MMC_PWR_EN, power_on); in mmc_set_power()
|
D | board-nokia770.c | 164 static int nokia770_mmc_set_power(struct device *dev, int slot, int power_on, in nokia770_mmc_set_power() argument 167 gpio_set_value(NOKIA770_GPIO_MMC_POWER, power_on); in nokia770_mmc_set_power()
|
D | board-innovator.c | 330 static int mmc_set_power(struct device *dev, int slot, int power_on, in mmc_set_power() argument 333 if (power_on) in mmc_set_power()
|
/arch/arm/mach-cns3xxx/ |
D | cns3420vb.c | 160 .power_on = csn3xxx_usb_power_on, 191 .power_on = csn3xxx_usb_power_on,
|
D | core.c | 332 .power_on = csn3xxx_usb_power_on, 338 .power_on = csn3xxx_usb_power_on,
|
/arch/arm/mach-ux500/ |
D | pm_domains.c | 45 .power_on = pd_power_on,
|
/arch/mips/alchemy/common/ |
D | platform.c | 150 .power_on = alchemy_ehci_power_on, 178 .power_on = alchemy_ohci_power_on,
|
/arch/mips/cavium-octeon/ |
D | octeon-platform.c | 288 .power_on = octeon_ehci_power_on, 354 .power_on = octeon_ohci_power_on,
|
/arch/arm/mach-ep93xx/ |
D | core.c | 226 .power_on = ep93xx_ohci_power_on,
|