/device/soc/rockchip/common/sdk_linux/include/drm/bridge/ |
H A D | dw_mipi_dsi.h | 31 void (*power_on)(void *priv_data); member
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_model_dummy.c | 189 int power_on; /* 6bits: SHADER[4],TILER,L2 */ member 1376 dummy->power_on |= (value & 1) << 1; 1378 dummy->power_on |= value & 1; 1382 dummy->power_on |= (value & 0xF) << 2; 1386 dummy->power_on |= value & 1; 1394 dummy->power_on &= ~((value & 1) << 1); 1398 dummy->power_on &= ~((value & 0xF) << 2); 1402 dummy->power_on &= ~(value & 1); 1404 dummy->power_on &= ~((value & 1) << 1); 1522 *value = (dummy->power_on >> [all...] |
/device/soc/rockchip/common/vendor/drivers/rockchip/ |
H A D | pm_domains.c | 424 static int rockchip_pd_power(struct rockchip_pm_domain *pd, bool power_on)
in rockchip_pd_power() argument 430 if (pm_domain_always_on && !power_on) {
in rockchip_pd_power() 436 if (rockchip_pmu_domain_is_on(pd) != power_on) {
in rockchip_pd_power() 441 if (power_on && !IS_ERR(pd->supply)) {
in rockchip_pd_power() 457 if (!power_on) {
in rockchip_pd_power() 469 ret = rockchip_do_pmu_set_power_domain(pd, power_on);
in rockchip_pd_power() 471 dev_err(pd->pmu->dev, "failed to set power '%s' = %d,\n", genpd->name, power_on);
in rockchip_pd_power() 475 if (power_on) {
in rockchip_pd_power() 491 if (!power_on && !IS_ERR(pd->supply)) {
in rockchip_pd_power() 817 pd->genpd.power_on in rockchip_pm_add_one_domain() [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/soc/rockchip/ |
H A D | pm_domains.c | 436 static int rockchip_pd_power(struct rockchip_pm_domain *pd, bool power_on)
in rockchip_pd_power() argument 442 if (pm_domain_always_on && !power_on) {
in rockchip_pd_power() 448 if (rockchip_pmu_domain_is_on(pd) != power_on) {
in rockchip_pd_power() 453 if (power_on && !IS_ERR(pd->supply)) {
in rockchip_pd_power() 469 if (!power_on) {
in rockchip_pd_power() 481 ret = rockchip_do_pmu_set_power_domain(pd, power_on);
in rockchip_pd_power() 483 dev_err(pd->pmu->dev, "failed to set power '%s' = %d,\n", genpd->name, power_on);
in rockchip_pd_power() 487 if (power_on) {
in rockchip_pd_power() 503 if (!power_on && !IS_ERR(pd->supply)) {
in rockchip_pd_power() 831 pd->genpd.power_on in rockchip_pm_add_one_domain() [all...] |
/device/soc/rockchip/common/vendor/drivers/phy/ |
H A D | phy-rockchip-inno-hdmi-phy.c | 212 int (*power_on)(struct inno_hdmi_phy *inno, const struct post_pll_config *cfg, const struct phy_config *phy_cfg);
member 576 if (inno->plat_data->ops->power_on) {
in inno_hdmi_phy_power_on() 577 return inno->plat_data->ops->power_on(inno, cfg, phy_cfg);
in inno_hdmi_phy_power_on() 599 .power_on = inno_hdmi_phy_power_on,
1208 .power_on = inno_hdmi_phy_rk3228_power_on,
1216 .power_on = inno_hdmi_phy_rk3328_power_on,
|
H A D | phy-rockchip-naneng-edp.c | 292 .power_on = rockchip_edp_phy_power_on,
|
H A D | phy-rockchip-usbdp.c | 810 .power_on = rockchip_dp_phy_power_on,
|
H A D | phy-rockchip-inno-usb3.c | 534 .power_on = rockchip_u3phy_power_on,
|
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/ |
H A D | phy-rockchip-inno-hdmi-phy.c | 215 int (*power_on)(struct inno_hdmi_phy *inno, member 481 if (inno->plat_data->ops->power_on) in inno_hdmi_phy_power_on() 482 return inno->plat_data->ops->power_on(inno, cfg, phy_cfg); in inno_hdmi_phy_power_on() 502 .power_on = inno_hdmi_phy_power_on, 1117 .power_on = inno_hdmi_phy_rk3228_power_on, 1125 .power_on = inno_hdmi_phy_rk3328_power_on,
|
H A D | phy-rockchip-naneng-edp.c | 318 .power_on = rockchip_edp_phy_power_on,
|
H A D | phy-rockchip-usbdp.c | 859 .power_on = rockchip_dp_phy_power_on,
|
H A D | phy-rockchip-samsung-hdptx.c | 1064 .power_on = rockchip_hdptx_phy_power_on,
|
H A D | phy-rockchip-samsung-dcphy.c | 1819 .power_on = samsung_mipi_dcphy_power_on,
|
H A D | phy-rockchip-inno-usb3.c | 544 .power_on = rockchip_u3phy_power_on,
|
H A D | phy-rockchip-samsung-hdptx-hdmi.c | 1878 .power_on = rockchip_hdptx_phy_power_on,
|
/device/soc/rockchip/common/vendor/drivers/media/i2c/ |
H A D | gc2093.c | 151 bool power_on;
member 1216 if (gc2093->power_on == !!on) {
in gc2093_s_power() 1226 gc2093->power_on = true;
in gc2093_s_power() 1229 gc2093->power_on = false;
in gc2093_s_power()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/i2c/ |
H A D | ov13855.c | 139 bool power_on; member 1489 if (ov13855->power_on == !!on) in ov13855_s_power() 1506 ov13855->power_on = true; in ov13855_s_power() 1509 ov13855->power_on = false; in ov13855_s_power()
|
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/ |
H A D | phy-rockchip-pcie.c | 312 .power_on = rockchip_pcie_phy_power_on,
|
H A D | phy-rockchip-usb.c | 387 .power_on = rockchip_usb_phy_power_on,
|
H A D | phy-rockchip-inno-dsidphy.c | 754 .power_on = inno_dsidphy_power_on,
|
H A D | phy-rockchip-typec.c | 1373 .power_on = rockchip_usb3_phy_power_on,
1475 .power_on = rockchip_dp_phy_power_on,
|
H A D | phy-rockchip-inno-usb2.c | 630 /* just disable bypass, and resume phy in phy power_on later */
in rockchip_usb_bypass_uart() 931 .power_on = rockchip_usb2phy_power_on,
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-mipi-dsi.c | 924 if (phy_ops->power_on) { in dw_mipi_dsi_mode_set() 925 phy_ops->power_on(dsi->plat_data->priv_data); in dw_mipi_dsi_mode_set()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | dw-mipi-dsi-rockchip.c | 649 .power_on = dw_mipi_dsi_phy_power_on,
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_linux.c | 9194 pom_handler->power_on = dhd_wlan_power_on_handler; in dhd_attach()
|