/linux-4.1.27/include/linux/platform_data/ |
D | hsmmc-omap.h | 77 int (*set_power)(struct device *dev, int power_on, int vdd); 78 void (*remux)(struct device *dev, int power_on); 80 void (*before_set_reg)(struct device *dev, int power_on, int vdd); 82 void (*after_set_reg)(struct device *dev, int power_on, int vdd);
|
D | mmc-omap.h | 91 int power_on, int vdd); 93 void (*remux)(struct device *dev, int slot, int power_on); 96 int power_on, int vdd); 99 int power_on, int vdd);
|
D | brcmfmac-sdio.h | 130 void (*power_on)(void); member
|
/linux-4.1.27/arch/arm/mach-s3c64xx/ |
D | pm.c | 93 .power_on = s3c64xx_pd_on, 103 .power_on = s3c64xx_pd_on, 113 .power_on = s3c64xx_pd_on, 123 .power_on = s3c64xx_pd_on, 133 .power_on = s3c64xx_pd_on, 143 .power_on = s3c64xx_pd_on, 152 .power_on = s3c64xx_pd_on, 162 .power_on = s3c64xx_pd_on,
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | hsmmc.c | 37 int power_on, int vdd) in omap_hsmmc1_before_set_reg() argument 43 mmc->remux(dev, power_on); in omap_hsmmc1_before_set_reg() 55 if (power_on) { in omap_hsmmc1_before_set_reg() 89 static void omap_hsmmc1_after_set_reg(struct device *dev, int power_on, int vdd) in omap_hsmmc1_after_set_reg() argument 96 if (power_on) { in omap_hsmmc1_after_set_reg() 124 static void hsmmc2_before_set_reg(struct device *dev, int power_on, int vdd) in hsmmc2_before_set_reg() argument 129 mmc->remux(dev, power_on); in hsmmc2_before_set_reg() 131 if (power_on) in hsmmc2_before_set_reg() 135 static int am35x_hsmmc2_set_power(struct device *dev, int power_on, int vdd) in am35x_hsmmc2_set_power() argument 139 if (power_on) in am35x_hsmmc2_set_power() [all …]
|
D | board-n8x0.c | 198 int power_on, int vdd) in n8x0_mmc_set_power_menelaus() argument 204 power_on ? "on" : "off", vdd); in n8x0_mmc_set_power_menelaus() 207 if (!power_on) in n8x0_mmc_set_power_menelaus() 229 if (!power_on) in n8x0_mmc_set_power_menelaus() 267 int power_on) in n810_set_power_emmc() argument 269 dev_dbg(dev, "Set EMMC power %s\n", power_on ? "on" : "off"); in n810_set_power_emmc() 271 if (power_on) { in n810_set_power_emmc() 284 static int n8x0_mmc_set_power(struct device *dev, int slot, int power_on, in n8x0_mmc_set_power() argument 288 return n8x0_mmc_set_power_menelaus(dev, slot, power_on, vdd); in n8x0_mmc_set_power() 290 n810_set_power_emmc(dev, power_on); in n8x0_mmc_set_power()
|
D | hsmmc.h | 26 void (*remux)(struct device *dev, int power_on);
|
D | board-rx51-peripherals.c | 485 static void rx51_mmc2_remux(struct device *dev, int power_on) in rx51_mmc2_remux() argument 487 if (power_on) in rx51_mmc2_remux()
|
/linux-4.1.27/arch/arm/mach-exynos/ |
D | pm_domains.c | 43 static int exynos_pd_power(struct generic_pm_domain *domain, bool power_on) in exynos_pd_power() argument 61 if (!power_on) { in exynos_pd_power() 71 pwr = power_on ? INT_LOCAL_PWR_EN : 0; in exynos_pd_power() 79 op = (power_on) ? "enable" : "disable"; in exynos_pd_power() 89 if (power_on) { in exynos_pd_power() 142 pd->pd.power_on = exynos_pd_power_on; in exynos4_pm_init_power_domain()
|
/linux-4.1.27/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_bridge.c | 30 static void power_on(struct drm_bridge *bridge) in power_on() function 97 if (!hdmi->power_on) { in hdmi_bridge_pre_enable() 98 power_on(bridge); in hdmi_bridge_pre_enable() 99 hdmi->power_on = true; in hdmi_bridge_pre_enable() 125 if (hdmi->power_on) { in hdmi_bridge_post_disable() 127 hdmi->power_on = false; in hdmi_bridge_post_disable()
|
D | hdmi.h | 50 bool power_on; member 100 void hdmi_set_mode(struct hdmi *hdmi, bool power_on);
|
D | hdmi_audio.c | 105 DBG("video: power_on=%d, pixclock=%lu", hdmi->power_on, hdmi->pixclock); in hdmi_audio_update() 107 if (enabled && !(hdmi->power_on && hdmi->pixclock)) { in hdmi_audio_update()
|
D | hdmi.c | 22 void hdmi_set_mode(struct hdmi *hdmi, bool power_on) in hdmi_set_mode() argument 26 if (power_on) { in hdmi_set_mode() 41 power_on ? "Enable" : "Disable", ctrl); in hdmi_set_mode()
|
/linux-4.1.27/arch/arm/mach-omap1/ |
D | board-h3-mmc.c | 24 static int mmc_set_power(struct device *dev, int slot, int power_on, in mmc_set_power() argument 27 gpio_set_value(H3_TPS_GPIO_MMC_PWR_EN, power_on); in mmc_set_power()
|
D | board-sx1-mmc.c | 25 static int mmc_set_power(struct device *dev, int slot, int power_on, in mmc_set_power() argument 35 if (power_on) in mmc_set_power()
|
D | board-h2-mmc.c | 24 static int mmc_set_power(struct device *dev, int slot, int power_on, in mmc_set_power() argument 27 gpio_set_value(H2_TPS_GPIO_MMC_PWR_EN, power_on); in mmc_set_power()
|
D | board-nokia770.c | 167 static int nokia770_mmc_set_power(struct device *dev, int slot, int power_on, in nokia770_mmc_set_power() argument 170 gpio_set_value(NOKIA770_GPIO_MMC_POWER, power_on); in nokia770_mmc_set_power()
|
D | board-innovator.c | 333 static int mmc_set_power(struct device *dev, int slot, int power_on, in mmc_set_power() argument 336 if (power_on) in mmc_set_power()
|
/linux-4.1.27/drivers/phy/ |
D | phy-exynos4210-usb2.c | 232 .power_on = exynos4210_power_on, 238 .power_on = exynos4210_power_on, 244 .power_on = exynos4210_power_on, 250 .power_on = exynos4210_power_on,
|
D | phy-exynos4x12-usb2.c | 343 .power_on = exynos4x12_power_on, 349 .power_on = exynos4x12_power_on, 355 .power_on = exynos4x12_power_on, 361 .power_on = exynos4x12_power_on,
|
D | phy-exynos5250-usb2.c | 373 .power_on = exynos5250_power_on, 379 .power_on = exynos5250_power_on, 385 .power_on = exynos5250_power_on, 391 .power_on = exynos5250_power_on,
|
D | phy-samsung-usb2.c | 36 if (inst->cfg->power_on) { in samsung_usb2_phy_power_on() 38 ret = inst->cfg->power_on(inst); in samsung_usb2_phy_power_on() 75 .power_on = samsung_usb2_phy_power_on,
|
D | phy-s5pv210-usb2.c | 172 .power_on = s5pv210_power_on, 178 .power_on = s5pv210_power_on,
|
D | phy-samsung-usb2.h | 51 int (*power_on)(struct samsung_usb2_phy_instance *); member
|
D | phy-exynos-dp-video.c | 52 .power_on = exynos_dp_video_phy_power_on,
|
D | phy-rockchip-usb.c | 88 .power_on = rockchip_usb_phy_power_on,
|
D | phy-bcm-kona-usb2.c | 96 .power_on = bcm_kona_usb_phy_power_on,
|
D | phy-mvebu-sata.c | 79 .power_on = phy_mvebu_sata_power_on,
|
D | phy-stih41x-usb.c | 117 .power_on = stih41x_usb_phy_power_on,
|
D | phy-qcom-ufs-qmp-14nm.c | 121 .power_on = ufs_qcom_phy_power_on,
|
D | phy-exynos-mipi-video.c | 128 .power_on = exynos_mipi_video_phy_power_on,
|
D | phy-qcom-ufs-qmp-20nm.c | 177 .power_on = ufs_qcom_phy_power_on,
|
D | phy-berlin-usb.c | 151 .power_on = phy_berlin_usb_power_on,
|
D | phy-exynos5250-sata.c | 159 .power_on = exynos_sata_phy_power_on,
|
D | phy-core.c | 296 if (phy->power_count == 0 && phy->ops->power_on) { in phy_power_on() 297 ret = phy->ops->power_on(phy); in phy_power_on()
|
D | phy-berlin-sata.c | 180 .power_on = phy_berlin_sata_power_on,
|
D | phy-sun4i-usb.c | 210 .power_on = sun4i_usb_phy_power_on,
|
D | phy-omap-usb2.c | 142 .power_on = omap_usb_power_on,
|
D | phy-rcar-gen2.c | 190 .power_on = rcar_gen2_phy_power_on,
|
D | phy-ti-pipe3.c | 285 .power_on = ti_pipe3_power_on,
|
D | phy-exynos5-usbdrd.c | 543 .power_on = exynos5_usbdrd_phy_power_on,
|
D | phy-twl4030-usb.c | 636 .power_on = twl4030_phy_power_on,
|
/linux-4.1.27/drivers/usb/host/ |
D | ohci-st.c | 127 .power_on = st_ohci_platform_power_on, 203 if (pdata->power_on) { in st_ohci_platform_probe() 204 err = pdata->power_on(dev); in st_ohci_platform_probe() 296 if (pdata->power_on) { in st_ohci_resume() 297 err = pdata->power_on(pdev); in st_ohci_resume()
|
D | ehci-st.c | 151 .power_on = st_ehci_platform_power_on, 230 if (pdata->power_on) { in st_ehci_platform_probe() 231 err = pdata->power_on(dev); in st_ehci_platform_probe() 322 if (pdata->power_on) { in st_ehci_resume() 323 err = pdata->power_on(pdev); in st_ehci_resume()
|
D | ohci-platform.c | 114 .power_on = ohci_platform_power_on, 260 if (pdata->power_on) { in ohci_platform_probe() 261 err = pdata->power_on(dev); in ohci_platform_probe() 356 if (pdata->power_on) { in ohci_platform_resume() 357 int err = pdata->power_on(pdev); in ohci_platform_resume()
|
D | ehci-platform.c | 145 .power_on = ehci_platform_power_on, 285 if (pdata->power_on) { in ehci_platform_probe() 286 err = pdata->power_on(dev); in ehci_platform_probe() 380 if (pdata->power_on) { in ehci_platform_resume() 381 int err = pdata->power_on(pdev); in ehci_platform_resume()
|
/linux-4.1.27/drivers/video/fbdev/exynos/ |
D | exynos_mipi_dsi.c | 153 if (client_drv && client_drv->power_on) in exynos_mipi_dsi_blank_mode() 154 client_drv->power_on(client_dev, 1); in exynos_mipi_dsi_blank_mode() 439 if (dsim_ddi->dsim_lcd_drv && dsim_ddi->dsim_lcd_drv->power_on) in exynos_mipi_dsi_probe() 440 dsim_ddi->dsim_lcd_drv->power_on(dsim_ddi->dsim_lcd_dev, 1); in exynos_mipi_dsi_probe() 534 if (client_drv && client_drv->power_on) in exynos_mipi_dsi_resume() 535 client_drv->power_on(client_dev, 1); in exynos_mipi_dsi_resume()
|
D | s6e8ax0.c | 867 .power_on = s6e8ax0_power_on,
|
/linux-4.1.27/drivers/base/power/ |
D | common.c | 101 int dev_pm_domain_attach(struct device *dev, bool power_on) in dev_pm_domain_attach() argument 105 ret = acpi_dev_pm_attach(dev, power_on); in dev_pm_domain_attach()
|
D | domain.c | 190 if (!genpd->power_on) in genpd_power_on() 194 ret = genpd->power_on(genpd); in genpd_power_on()
|
/linux-4.1.27/Documentation/phy/ |
D | samsung-usb2.txt | 76 .power_on = exynos4210_power_on, 82 .power_on = exynos4210_power_on, 88 .power_on = exynos4210_power_on, 94 .power_on = exynos4210_power_on, 100 - int (*power_on)(struct samsung_usb2_phy_instance *);
|
/linux-4.1.27/drivers/gpu/drm/msm/edp/ |
D | edp_ctrl.c | 97 bool power_on; member 953 if (!ctrl->power_on) in edp_ctrl_training() 985 if (ctrl->power_on) { in edp_ctrl_on_worker() 998 ctrl->power_on = true; in edp_ctrl_on_worker() 1012 ctrl->power_on = false; in edp_ctrl_on_worker() 1025 if (!ctrl->power_on) { in edp_ctrl_off_worker() 1049 ctrl->power_on = false; in edp_ctrl_off_worker() 1210 if (!ctrl->power_on) { in msm_edp_ctrl_panel_connected() 1223 if (!ctrl->power_on) { in msm_edp_ctrl_panel_connected() 1250 if (!ctrl->power_on) { in msm_edp_ctrl_get_panel_info() [all …]
|
/linux-4.1.27/drivers/video/backlight/ |
D | ams369fg06.c | 320 if (pd->power_on) { in ams369fg06_power_on() 321 pd->power_on(lcd->ld, 1); in ams369fg06_power_on() 370 if (pd->power_on) in ams369fg06_power_off() 371 pd->power_on(lcd->ld, 0); in ams369fg06_power_off()
|
D | lms501kf03.c | 232 if (!pd->power_on) { in lms501kf03_power_on() 237 pd->power_on(lcd->ld, 1); in lms501kf03_power_on() 278 pd->power_on(lcd->ld, 0); in lms501kf03_power_off()
|
D | s6e63m0.c | 507 if (!pd->power_on) { in s6e63m0_power_on() 512 pd->power_on(lcd->ld, 1); in s6e63m0_power_on() 560 pd->power_on(lcd->ld, 0); in s6e63m0_power_off()
|
/linux-4.1.27/include/linux/ |
D | pm_domain.h | 71 int (*power_on)(struct generic_pm_domain *domain); member 316 extern int dev_pm_domain_attach(struct device *dev, bool power_on); 319 static inline int dev_pm_domain_attach(struct device *dev, bool power_on) in dev_pm_domain_attach() argument
|
D | lcd.h | 87 int (*power_on)(struct lcd_device *ld, int enable); member
|
D | acpi.h | 609 int acpi_dev_pm_attach(struct device *dev, bool power_on); 619 static inline int acpi_dev_pm_attach(struct device *dev, bool power_on) in acpi_dev_pm_attach() argument
|
/linux-4.1.27/arch/arm/mach-cns3xxx/ |
D | cns3420vb.c | 163 .power_on = csn3xxx_usb_power_on, 194 .power_on = csn3xxx_usb_power_on,
|
D | core.c | 332 .power_on = csn3xxx_usb_power_on, 338 .power_on = csn3xxx_usb_power_on,
|
/linux-4.1.27/include/linux/usb/ |
D | ohci_pdriver.h | 40 int (*power_on)(struct platform_device *pdev); member
|
D | ehci_pdriver.h | 54 int (*power_on)(struct platform_device *pdev); member
|
/linux-4.1.27/include/linux/input/ |
D | kxtj9.h | 58 int (*power_on)(void); member
|
/linux-4.1.27/drivers/staging/iio/light/ |
D | tsl2x7x.h | 94 int (*power_on)(struct iio_dev *indio_dev); member
|
D | tsl2x7x_core.c | 639 if (chip->pdata && chip->pdata->power_on) in tsl2x7x_chip_on() 640 chip->pdata->power_on(indio_dev); in tsl2x7x_chip_on()
|
/linux-4.1.27/arch/arm/mach-ux500/ |
D | pm_domains.c | 45 .power_on = pd_power_on,
|
/linux-4.1.27/drivers/media/i2c/ |
D | ths8200.c | 44 bool power_on; member 151 state->power_on = on; in ths8200_s_power() 176 if (enable && !state->power_on) in ths8200_s_stream()
|
D | ad9389b.c | 86 bool power_on; member 383 v4l2_info(sd, "power %s\n", state->power_on ? "on" : "off"); in ad9389b_log_status() 455 state->power_on = on; in ad9389b_s_power() 967 while (state->power_on && (ad9389b_rd(sd, 0x41) & 0x40)) { in ad9389b_check_monitor_present_status()
|
D | adv7511.c | 95 bool power_on; member 444 v4l2_info(sd, "power %s\n", state->power_on ? "on" : "off"); in adv7511_log_status() 502 state->power_on = on; in adv7511_s_power()
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | pm-r8a7779.c | 90 genpd->power_on = pd_power_up; in r8a7779_init_pm_domain()
|
D | setup-r8a7778.c | 166 .power_on = usb_power_on, 178 .power_on = usb_power_on,
|
D | setup-r8a7779.c | 381 .power_on = usb_power_on, 436 .power_on = usb_power_on,
|
D | pm-rmobile.c | 160 genpd->power_on = rmobile_pd_power_up; in rmobile_init_pm_domain()
|
/linux-4.1.27/include/video/ |
D | exynos_mipi_dsim.h | 338 void (*power_on)(struct mipi_dsim_lcd_device *dsim_dev, int enable); member
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
D | cmd.h | 52 int carl9170_powersave(struct ar9170 *ar, const bool power_on);
|
/linux-4.1.27/drivers/iio/imu/inv_mpu6050/ |
D | inv_mpu_iio.h | 254 int inv_mpu6050_set_power_itg(struct inv_mpu6050_state *st, bool power_on);
|
D | inv_mpu_core.c | 214 int inv_mpu6050_set_power_itg(struct inv_mpu6050_state *st, bool power_on) in inv_mpu6050_set_power_itg() argument 218 if (power_on) { in inv_mpu6050_set_power_itg() 235 if (power_on) in inv_mpu6050_set_power_itg()
|
/linux-4.1.27/arch/mips/alchemy/common/ |
D | platform.c | 152 .power_on = alchemy_ehci_power_on, 180 .power_on = alchemy_ohci_power_on,
|
/linux-4.1.27/drivers/gpu/drm/msm/dsi/ |
D | dsi_host.c | 241 bool power_on; member 912 if (msm_host->power_on) { in dsi_wait4video_eng_busy() 1428 if (!msg || !msm_host->power_on) in dsi_host_transfer() 1867 if (msm_host->power_on) { in msm_dsi_host_power_on() 1915 msm_host->power_on = true; in msm_dsi_host_power_on() 1932 if (!msm_host->power_on) { in msm_dsi_host_power_off() 1950 msm_host->power_on = false; in msm_dsi_host_power_off()
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | hif-ops.h | 136 return ar->hif_ops->power_on(ar); in ath6kl_hif_power_on()
|
D | hif.h | 256 int (*power_on)(struct ath6kl *ar); member
|
D | usb.c | 1085 .power_on = ath6kl_usb_power_on,
|
D | sdio.c | 1258 .power_on = ath6kl_sdio_power_on,
|
/linux-4.1.27/drivers/input/misc/ |
D | kxtj9.c | 208 if (tj9->pdata.power_on) in kxtj9_device_power_on() 209 return tj9->pdata.power_on(); in kxtj9_device_power_on()
|
/linux-4.1.27/include/linux/phy/ |
D | phy.h | 36 int (*power_on)(struct phy *phy); member
|
/linux-4.1.27/drivers/acpi/ |
D | device_pm.c | 1097 int acpi_dev_pm_attach(struct device *dev, bool power_on) in acpi_dev_pm_attach() argument 1109 if (power_on) { in acpi_dev_pm_attach()
|
/linux-4.1.27/drivers/pinctrl/ |
D | pinctrl-tegra-xusb.c | 600 .power_on = pcie_phy_power_on, 674 .power_on = sata_phy_power_on,
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
D | octeon-platform.c | 314 .power_on = octeon_ehci_power_on, 378 .power_on = octeon_ohci_power_on,
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | gpc.c | 376 .power_on = imx6q_pm_pu_power_on,
|
/linux-4.1.27/drivers/mmc/host/ |
D | omap.c | 1102 static void mmc_omap_set_power(struct mmc_omap_slot *slot, int power_on, in mmc_omap_set_power() argument 1110 slot->pdata->set_power(mmc_dev(slot->mmc), slot->id, power_on, in mmc_omap_set_power() 1115 if (power_on) { in mmc_omap_set_power()
|
D | omap_hsmmc.c | 259 static int omap_hsmmc_set_power(struct device *dev, int power_on, int vdd) in omap_hsmmc_set_power() argument 273 mmc_pdata(host)->before_set_reg(dev, power_on, vdd); in omap_hsmmc_set_power() 297 if (power_on) { in omap_hsmmc_set_power() 336 mmc_pdata(host)->after_set_reg(dev, power_on, vdd); in omap_hsmmc_set_power()
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | ibmphp_core.c | 202 static inline int power_on(struct slot *slot_cur) in power_on() function 1057 rc = power_on(slot_cur); in enable_slot()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | bcmsdh.c | 1300 if (brcmfmac_sdio_pdata->power_on) in brcmf_sdio_pd_probe() 1301 brcmfmac_sdio_pdata->power_on(); in brcmf_sdio_pd_probe()
|
/linux-4.1.27/Documentation/ |
D | phy.txt | 64 init, exit, power_on and power_off.
|
/linux-4.1.27/arch/arm/mach-ep93xx/ |
D | core.c | 327 .power_on = ep93xx_ohci_power_on,
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_local.h | 672 int power_on; member
|
D | hda_codec.c | 3979 if (!check->power_on) { in snd_hda_check_amp_list_power() 3980 check->power_on = 1; in snd_hda_check_amp_list_power() 3987 if (check->power_on) { in snd_hda_check_amp_list_power() 3988 check->power_on = 0; in snd_hda_check_amp_list_power()
|
/linux-4.1.27/net/bluetooth/ |
D | hci_core.c | 2056 struct hci_dev *hdev = container_of(work, struct hci_dev, power_on); in hci_power_on() 3067 INIT_WORK(&hdev->power_on, hci_power_on); in hci_alloc_dev() 3189 queue_work(hdev->req_workqueue, &hdev->power_on); in hci_register_dev() 3220 cancel_work_sync(&hdev->power_on); in hci_unregister_dev()
|
D | mgmt.c | 1591 queue_work(hdev->req_workqueue, &hdev->power_on); in set_powered() 6396 queue_work(hdev->req_workqueue, &hdev->power_on); in set_external_config() 6452 queue_work(hdev->req_workqueue, &hdev->power_on); in set_public_address()
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | hda_codec.txt | 69 (check codec->power_on), and optionally the driver may power down the
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci_core.h | 309 struct work_struct power_on; member
|