Searched refs:dstate (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/platform/atom/ |
| H A D | punit_atom_debug.c | 129 u32 punit_pwr_status, dstate; in punit_s2idle_check() local 142 dstate = (punit_pwr_status >> punit_devp->sss_pos) & 3; in punit_s2idle_check() 143 if (!dstate) in punit_s2idle_check()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
| H A D | base.c | 312 clk->astate, clk->temp, clk->dstate); in nvkm_pstate_work() 318 pstate = max(pstate, clk->dstate); in nvkm_pstate_work() 554 if (!rel) clk->dstate = req; in nvkm_clk_dstate() 555 if ( rel) clk->dstate += rel; in nvkm_clk_dstate() 556 clk->dstate = min(clk->dstate, clk->state_nr - 1); in nvkm_clk_dstate() 557 clk->dstate = max(clk->dstate, 0); in nvkm_clk_dstate() 616 clk->dstate = 0; in nvkm_clk_init()
|
| /linux/drivers/platform/x86/hp/ |
| H A D | hp-wmi.c | 178 u8 dstate; member 1597 u8 *dstate, in victus_s_gpu_thermal_profile_get() argument 1609 *dstate = gpu_power_modes.dstate; in victus_s_gpu_thermal_profile_get() 1618 u8 dstate) in victus_s_gpu_thermal_profile_set() argument 1638 gpu_power_modes.dstate = dstate; in victus_s_gpu_thermal_profile_set()
|
| /linux/drivers/pci/controller/dwc/ |
| H A D | pcie-qcom-ep.c | 669 u32 dstate, val; in qcom_pcie_ep_global_irq_thread() local 688 dstate = dw_pcie_readl_dbi(pci, DBI_CON_STATUS) & in qcom_pcie_ep_global_irq_thread() 690 dev_dbg(dev, "Received D%d state event\n", dstate); in qcom_pcie_ep_global_irq_thread() 691 if (dstate == 3) { in qcom_pcie_ep_global_irq_thread()
|