| /linux-4.4.14/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.4.14/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.4.14/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.4.14/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() 72 pwr = power_on ? INT_LOCAL_PWR_EN : 0; in exynos_pd_power() 80 op = (power_on) ? "enable" : "disable"; in exynos_pd_power() 90 if (power_on) { in exynos_pd_power() 155 pd->pd.power_on = exynos_pd_power_on; in exynos4_pm_init_power_domain()
|
| /linux-4.4.14/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() 135 if (hdmi->power_on) { in hdmi_bridge_post_disable() 137 hdmi->power_on = false; in hdmi_bridge_post_disable()
|
| D | hdmi.h | 52 bool power_on; member 117 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 28 if (power_on) { in hdmi_set_mode() 44 power_on ? "Enable" : "Disable", ctrl); in hdmi_set_mode()
|
| /linux-4.4.14/arch/arm/mach-omap1/ |
| D | board-h3-mmc.c | 25 static int mmc_set_power(struct device *dev, int slot, int power_on, in mmc_set_power() argument 28 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.4.14/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-s5pv210-usb2.c | 172 .power_on = s5pv210_power_on, 178 .power_on = s5pv210_power_on,
|
| D | phy-samsung-usb2.c | 43 if (inst->cfg->power_on) { in samsung_usb2_phy_power_on() 45 ret = inst->cfg->power_on(inst); in samsung_usb2_phy_power_on() 88 .power_on = samsung_usb2_phy_power_on,
|
| D | phy-samsung-usb2.h | 53 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-lpc18xx-usb-otg.c | 86 .power_on = lpc18xx_usb_otg_phy_power_on,
|
| D | phy-rockchip-usb.c | 88 .power_on = rockchip_usb_phy_power_on,
|
| D | phy-tusb1210.c | 57 .power_on = tusb1210_power_on,
|
| D | phy-mvebu-sata.c | 79 .power_on = phy_mvebu_sata_power_on,
|
| D | phy-bcm-kona-usb2.c | 96 .power_on = bcm_kona_usb_phy_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-bcm-cygnus-pcie.c | 118 .power_on = cygnus_pcie_phy_power_on,
|
| D | phy-pistachio-usb.c | 130 .power_on = pistachio_usb_phy_power_on,
|
| D | phy-exynos-mipi-video.c | 128 .power_on = exynos_mipi_video_phy_power_on,
|
| D | phy-pxa-28nm-hsic.c | 164 .power_on = mv_hsic_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-pxa-28nm-usb2.c | 299 .power_on = mv_usb2_phy_28nm_power_on,
|
| D | phy-berlin-sata.c | 180 .power_on = phy_berlin_sata_power_on,
|
| D | phy-rcar-gen2.c | 189 .power_on = rcar_gen2_phy_power_on,
|
| D | phy-omap-usb2.c | 142 .power_on = omap_usb_power_on,
|
| D | phy-ti-pipe3.c | 304 .power_on = ti_pipe3_power_on,
|
| D | phy-mt65xx-usb3.c | 404 .power_on = mt65xx_phy_power_on,
|
| D | phy-exynos5-usbdrd.c | 543 .power_on = exynos5_usbdrd_phy_power_on,
|
| D | phy-twl4030-usb.c | 632 .power_on = twl4030_phy_power_on,
|
| D | phy-sun4i-usb.c | 380 .power_on = sun4i_usb_phy_power_on,
|
| /linux-4.4.14/arch/arm/mach-zx/ |
| D | zx296702-pm-domain.c | 113 .power_on = normal_power_on, 122 .power_on = normal_power_on, 131 .power_on = normal_power_on, 140 .power_on = normal_power_on,
|
| /linux-4.4.14/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 | 146 .power_on = st_ehci_platform_power_on, 225 if (pdata->power_on) { in st_ehci_platform_probe() 226 err = pdata->power_on(dev); in st_ehci_platform_probe() 317 if (pdata->power_on) { in st_ehci_resume() 318 err = pdata->power_on(pdev); in st_ehci_resume()
|
| D | ohci-platform.c | 108 .power_on = ohci_platform_power_on, 239 if (pdata->power_on) { in ohci_platform_probe() 240 err = pdata->power_on(dev); in ohci_platform_probe() 335 if (pdata->power_on) { in ohci_platform_resume() 336 int err = pdata->power_on(pdev); in ohci_platform_resume()
|
| D | ehci-platform.c | 140 .power_on = ehci_platform_power_on, 275 if (pdata->power_on) { in ehci_platform_probe() 276 err = pdata->power_on(dev); in ehci_platform_probe() 371 if (pdata->power_on) { in ehci_platform_resume() 372 int err = pdata->power_on(pdev); in ehci_platform_resume()
|
| /linux-4.4.14/drivers/soc/rockchip/ |
| D | pm_domains.c | 135 static int rockchip_pd_power(struct rockchip_pm_domain *pd, bool power_on) in rockchip_pd_power() argument 141 if (rockchip_pmu_domain_is_on(pd) != power_on) { in rockchip_pd_power() 145 if (!power_on) { in rockchip_pd_power() 152 rockchip_do_pmu_set_power_domain(pd, power_on); in rockchip_pd_power() 154 if (power_on) { in rockchip_pd_power() 298 pd->genpd.power_on = rockchip_pd_power_on; in rockchip_pm_add_one_domain()
|
| /linux-4.4.14/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.4.14/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 | 109 if (!genpd->power_on) in genpd_power_on() 113 return genpd->power_on(genpd); in genpd_power_on() 116 ret = genpd->power_on(genpd); in genpd_power_on()
|
| /linux-4.4.14/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.4.14/include/linux/ |
| D | pm_domain.h | 58 int (*power_on)(struct generic_pm_domain *domain); member 241 extern int dev_pm_domain_attach(struct device *dev, bool power_on); 244 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 | 649 int acpi_dev_pm_attach(struct device *dev, bool power_on); 659 static inline int acpi_dev_pm_attach(struct device *dev, bool power_on) in acpi_dev_pm_attach() argument
|
| /linux-4.4.14/drivers/gpu/drm/msm/edp/ |
| D | edp_ctrl.c | 97 bool power_on; member 940 if (!ctrl->power_on) in edp_ctrl_training() 972 if (ctrl->power_on) { in edp_ctrl_on_worker() 985 ctrl->power_on = true; in edp_ctrl_on_worker() 999 ctrl->power_on = false; in edp_ctrl_on_worker() 1012 if (!ctrl->power_on) { in edp_ctrl_off_worker() 1035 ctrl->power_on = false; in edp_ctrl_off_worker() 1196 if (!ctrl->power_on) { in msm_edp_ctrl_panel_connected() 1209 if (!ctrl->power_on) { in msm_edp_ctrl_panel_connected() 1236 if (!ctrl->power_on) { in msm_edp_ctrl_get_panel_info() [all …]
|
| /linux-4.4.14/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.4.14/arch/arm/mach-cns3xxx/ |
| D | cns3420vb.c | 163 .power_on = csn3xxx_usb_power_on, 194 .power_on = csn3xxx_usb_power_on,
|
| D | core.c | 339 .power_on = csn3xxx_usb_power_on, 345 .power_on = csn3xxx_usb_power_on,
|
| /linux-4.4.14/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.4.14/include/linux/input/ |
| D | kxtj9.h | 58 int (*power_on)(void); member
|
| /linux-4.4.14/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.4.14/arch/arm/mach-ux500/ |
| D | pm_domains.c | 45 .power_on = pd_power_on,
|
| /linux-4.4.14/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 | 96 bool power_on; member 550 v4l2_info(sd, "power %s\n", state->power_on ? "on" : "off"); in adv7511_log_status() 610 state->power_on = on; in adv7511_s_power()
|
| /linux-4.4.14/include/video/ |
| D | exynos_mipi_dsim.h | 338 void (*power_on)(struct mipi_dsim_lcd_device *dsim_dev, int enable); member
|
| /linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
| D | cmd.h | 52 int carl9170_powersave(struct ar9170 *ar, const bool power_on);
|
| /linux-4.4.14/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.4.14/arch/mips/alchemy/common/ |
| D | platform.c | 152 .power_on = alchemy_ehci_power_on, 180 .power_on = alchemy_ohci_power_on,
|
| /linux-4.4.14/drivers/gpu/drm/msm/dsi/ |
| D | dsi_host.c | 137 bool power_on; member 827 if (msm_host->power_on) { in dsi_wait4video_eng_busy() 1331 if (!msg || !msm_host->power_on) in dsi_host_transfer() 1838 if (msm_host->power_on) { in msm_dsi_host_power_on() 1893 msm_host->power_on = true; in msm_dsi_host_power_on() 1912 if (!msm_host->power_on) { in msm_dsi_host_power_off() 1932 msm_host->power_on = false; in msm_dsi_host_power_off()
|
| /linux-4.4.14/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.4.14/drivers/soc/mediatek/ |
| D | mtk-scpsys.c | 472 genpd->power_on = scpsys_power_on; in scpsys_probe() 481 genpd->power_on(genpd); in scpsys_probe()
|
| /linux-4.4.14/drivers/clk/qcom/ |
| D | gdsc.c | 198 sc->pd.power_on = gdsc_enable; in gdsc_init()
|
| /linux-4.4.14/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.4.14/drivers/mmc/host/ |
| D | omap_hsmmc.c | 312 static int omap_hsmmc_set_pbias(struct omap_hsmmc_host *host, bool power_on, in omap_hsmmc_set_pbias() argument 320 if (power_on) { in omap_hsmmc_set_pbias() 354 static int omap_hsmmc_set_power(struct device *dev, int power_on, int vdd) in omap_hsmmc_set_power() argument 362 return mmc_pdata(host)->set_power(dev, power_on, vdd); in omap_hsmmc_set_power() 372 mmc_pdata(host)->before_set_reg(dev, power_on, vdd); in omap_hsmmc_set_power() 391 if (power_on) { in omap_hsmmc_set_power() 406 mmc_pdata(host)->after_set_reg(dev, power_on, vdd); in omap_hsmmc_set_power()
|
| D | omap.c | 1103 static void mmc_omap_set_power(struct mmc_omap_slot *slot, int power_on, in mmc_omap_set_power() argument 1111 slot->pdata->set_power(mmc_dev(slot->mmc), slot->id, power_on, in mmc_omap_set_power() 1116 if (power_on) { in mmc_omap_set_power()
|
| /linux-4.4.14/include/linux/phy/ |
| D | phy.h | 36 int (*power_on)(struct phy *phy); member
|
| /linux-4.4.14/arch/arm/mach-shmobile/ |
| D | pm-rmobile.c | 137 genpd->power_on = rmobile_pd_power_up; in rmobile_init_pm_domain()
|
| /linux-4.4.14/drivers/acpi/ |
| D | device_pm.c | 1095 int acpi_dev_pm_attach(struct device *dev, bool power_on) in acpi_dev_pm_attach() argument 1115 if (power_on) { in acpi_dev_pm_attach()
|
| /linux-4.4.14/arch/mips/cavium-octeon/ |
| D | octeon-platform.c | 314 .power_on = octeon_ehci_power_on, 378 .power_on = octeon_ohci_power_on,
|
| /linux-4.4.14/drivers/pinctrl/ |
| D | pinctrl-tegra-xusb.c | 611 .power_on = pcie_phy_power_on, 685 .power_on = sata_phy_power_on,
|
| /linux-4.4.14/arch/arm/mach-imx/ |
| D | gpc.c | 376 .power_on = imx6q_pm_pu_power_on,
|
| /linux-4.4.14/drivers/soc/dove/ |
| D | pmu.c | 216 domain->base.power_on = pmu_domain_power_on; in __pmu_domain_register()
|
| /linux-4.4.14/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.4.14/drivers/net/wireless/realtek/rtl8xxxu/ |
| D | rtl8xxxu.h | 674 int (*power_on) (struct rtl8xxxu_priv *priv); member
|
| D | rtl8xxxu.c | 4010 ret = priv->fops->power_on(priv); in rtl8xxxu_init_device() 5794 .power_on = rtl8723au_power_on, 5803 .power_on = rtl8192cu_power_on,
|
| /linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
| D | bcmsdh.c | 1327 if (brcmfmac_sdio_pdata->power_on) in brcmf_sdio_pd_probe() 1328 brcmfmac_sdio_pdata->power_on(); in brcmf_sdio_pd_probe()
|
| /linux-4.4.14/arch/arm/mach-ep93xx/ |
| D | core.c | 219 .power_on = ep93xx_ohci_power_on,
|
| /linux-4.4.14/Documentation/ |
| D | phy.txt | 64 init, exit, power_on and power_off.
|
| /linux-4.4.14/sound/pci/hda/ |
| D | hda_codec.c | 3472 if (!check->power_on) { in snd_hda_check_amp_list_power() 3473 check->power_on = 1; in snd_hda_check_amp_list_power() 3480 if (check->power_on) { in snd_hda_check_amp_list_power() 3481 check->power_on = 0; in snd_hda_check_amp_list_power()
|
| D | hda_local.h | 672 int power_on; member
|
| /linux-4.4.14/net/bluetooth/ |
| D | hci_core.c | 2148 struct hci_dev *hdev = container_of(work, struct hci_dev, power_on); in hci_power_on() 3296 INIT_WORK(&hdev->power_on, hci_power_on); in hci_alloc_dev() 3418 queue_work(hdev->req_workqueue, &hdev->power_on); in hci_register_dev() 3449 cancel_work_sync(&hdev->power_on); in hci_unregister_dev()
|
| D | mgmt.c | 1697 queue_work(hdev->req_workqueue, &hdev->power_on); in set_powered() 6566 queue_work(hdev->req_workqueue, &hdev->power_on); in set_external_config() 6622 queue_work(hdev->req_workqueue, &hdev->power_on); in set_public_address()
|
| /linux-4.4.14/include/net/bluetooth/ |
| D | hci_core.h | 315 struct work_struct power_on; member
|