Home
last modified time | relevance | path

Searched refs:dstate (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/platform/atom/ !
H A Dpunit_atom_debug.c129 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 Dbase.c312 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/pci/controller/dwc/ !
H A Dpcie-qcom-ep.c694 u32 dstate, val; in qcom_pcie_ep_global_irq_thread() local
713 dstate = dw_pcie_readl_dbi(pci, DBI_CON_STATUS) & in qcom_pcie_ep_global_irq_thread()
715 dev_dbg(dev, "Received D%d state event\n", dstate); in qcom_pcie_ep_global_irq_thread()
716 if (dstate == 3) { in qcom_pcie_ep_global_irq_thread()
/linux/drivers/platform/x86/hp/ !
H A Dhp-wmi.c308 u8 dstate; member
1749 u8 *dstate, in victus_s_gpu_thermal_profile_get() argument
1761 *dstate = gpu_power_modes.dstate; in victus_s_gpu_thermal_profile_get()
1770 u8 dstate) in victus_s_gpu_thermal_profile_set() argument
1790 gpu_power_modes.dstate = dstate; in victus_s_gpu_thermal_profile_set()
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/ !
H A Dclk.h101 int dstate; /* display adjustment (min+) */ member