Searched refs:power_on (Results 226 - 250 of 298) sorted by relevance

1234567891011>>

/linux-master/drivers/phy/ti/
H A Dphy-twl4030-usb.c672 .power_on = twl4030_phy_power_on,
/linux-master/drivers/pmdomain/bcm/
H A Dbcm2835-power.c523 dom->base.power_on = bcm2835_power_pd_power_on;
/linux-master/drivers/clk/qcom/
H A Dgpucc-sm8650.c562 .power_on = gdsc_gx_do_nothing_enable,
H A Dgpucc-x1e80100.c554 .power_on = gdsc_gx_do_nothing_enable,
/linux-master/drivers/pmdomain/amlogic/
H A Dmeson-ee-pwrc.c466 dom->base.power_on = meson_ee_pwrc_on;
/linux-master/arch/arm/mach-ep93xx/
H A Dcore.c228 .power_on = ep93xx_ohci_power_on,
/linux-master/drivers/phy/freescale/
H A Dphy-fsl-lynx-28g.c465 .power_on = lynx_28g_power_on,
/linux-master/drivers/phy/renesas/
H A Dphy-rcar-gen3-usb2.c549 .power_on = rcar_gen3_phy_usb2_power_on,
/linux-master/drivers/phy/qualcomm/
H A Dphy-qcom-sgmii-eth.c300 .power_on = qcom_dwmac_sgmii_phy_power_on,
/linux-master/drivers/net/wireless/realtek/rtl8xxxu/
H A D8723a.c494 .power_on = rtl8723au_power_on,
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_ddp_comp.c401 .power_on = mtk_ovl_adaptor_power_on,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acp.c261 adev->acp.acp_genpd->gpd.power_on = acp_poweron;
/linux-master/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dphy.c861 void mt76x0_phy_calibrate(struct mt76x02_dev *dev, bool power_on) argument
870 if (power_on) {
/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-typec.c939 .power_on = rockchip_usb3_phy_power_on,
1035 .power_on = rockchip_dp_phy_power_on,
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi.c1015 if (phy_ops->power_on)
1016 phy_ops->power_on(dsi->plat_data->priv_data);
/linux-master/drivers/gpu/drm/rockchip/
H A Ddw-mipi-dsi-rockchip.c726 .power_on = dw_mipi_dsi_phy_power_on,
1309 .power_on = dw_mipi_dsi_dphy_power_on,
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dpci.c328 static void ath12k_pci_sw_reset(struct ath12k_base *ab, bool power_on) argument
330 if (power_on) {
/linux-master/include/linux/
H A Dacpi.h1127 int acpi_dev_pm_attach(struct device *dev, bool power_on);
1133 static inline int acpi_dev_pm_attach(struct device *dev, bool power_on) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dpp/dcn20/
H A Ddcn20_dpp_cm.c367 bool power_on)
372 BLNDGAM_MEM_PWR_FORCE, power_on == true ? 0:1);
365 dpp20_power_on_blnd_lut( struct dpp *dpp_base, bool power_on) argument
/linux-master/drivers/mmc/host/
H A Dsdhci-omap.c152 bool power_on, unsigned int iov)
160 if (power_on) {
151 sdhci_omap_set_pbias(struct sdhci_omap_host *omap_host, bool power_on, unsigned int iov) argument
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c667 * @power_on: true if we want to enable power gate, false otherwise.
674 bool power_on)
676 uint32_t power_gate = power_on ? 0 : 1;
677 uint32_t pwr_status = power_on ? PGFSM_POWER_ON : PGFSM_POWER_OFF;
728 * @power_on: true if we want to enable power gate, false otherwise.
735 bool power_on)
737 uint32_t power_gate = power_on ? 0 : 1;
738 uint32_t pwr_status = power_on ? PGFSM_POWER_ON : PGFSM_POWER_OFF;
671 dcn10_dpp_pg_control( struct dce_hwseq *hws, unsigned int dpp_inst, bool power_on) argument
732 dcn10_hubp_pg_control( struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on) argument
/linux-master/net/bluetooth/
H A Dhci_core.c577 cancel_work_sync(&hdev->power_on);
998 struct hci_dev *hdev = container_of(work, struct hci_dev, power_on);
2601 INIT_WORK(&hdev->power_on, hci_power_on);
2723 queue_work(hdev->req_workqueue, &hdev->power_on);
2754 cancel_work_sync(&hdev->power_on);
/linux-master/drivers/phy/tegra/
H A Dxusb-tegra186.c980 .power_on = tegra186_utmi_phy_power_on,
1368 .power_on = tegra186_usb3_phy_power_on,
/linux-master/drivers/gpu/drm/amd/display/dc/dpp/dcn10/
H A Ddcn10_dpp.h1428 bool power_on);
1466 bool power_on);
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_transform.h686 bool power_on);

Completed in 507 milliseconds

1234567891011>>