Home
last modified time | relevance | path

Searched refs:pstates (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_crtc.c321 struct plane_state pstates[STAGE3 + 1]; in mdp5_crtc_atomic_check() local
339 if (cnt >= ARRAY_SIZE(pstates)) { in mdp5_crtc_atomic_check()
352 pstates[cnt].plane = plane; in mdp5_crtc_atomic_check()
353 pstates[cnt].state = to_mdp5_plane_state(pstate); in mdp5_crtc_atomic_check()
358 sort(pstates, cnt, sizeof(pstates[0]), pstate_cmp, NULL); in mdp5_crtc_atomic_check()
361 pstates[i].state->stage = STAGE_BASE + i; in mdp5_crtc_atomic_check()
363 pipe2name(mdp5_plane_pipe(pstates[i].plane)), in mdp5_crtc_atomic_check()
364 pstates[i].state->stage); in mdp5_crtc_atomic_check()
/linux-4.1.27/drivers/misc/echo/
Decho.c270 ec->pstates = 0; in oslec_create()
335 ec->pstates = 0; in oslec_flush()
421 ec->pstates += in oslec_update()
423 if (ec->pstates < 0) in oslec_update()
424 ec->pstates = 0; in oslec_update()
493 p = MIN_TX_POWER_FOR_ADAPTION + ec->pstates; in oslec_update()
Decho.h142 int32_t pstates; member
/linux-4.1.27/tools/power/cpupower/utils/helpers/
Damd.c73 int boost_states, unsigned long *pstates, int *no) in decode_pstates() argument
106 pstates[i] = get_cof(cpu_family, pstate); in decode_pstates()
Dhelpers.h148 int boost_states, unsigned long *pstates, int *no);
166 int boost_states, unsigned long *pstates, in decode_pstates() argument
/linux-4.1.27/tools/power/cpupower/utils/
Dcpufreq-info.c170 unsigned long pstates[MAX_HW_PSTATES] = {0,}; in get_boost_mode() local
196 pstates, &pstate_no); in get_boost_mode()
205 "\n"), i, pstates[i]); in get_boost_mode()
208 i - b_states, pstates[i]); in get_boost_mode()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dbase.c534 struct nvkm_pstate *pstates, int nb_pstates, in nvkm_clk_create_() argument
558 if (!pstates) { in nvkm_clk_create_()
565 list_add_tail(&pstates[idx].head, &clk->states); in nvkm_clk_create_()
/linux-4.1.27/Documentation/cpu-freq/
Dintel-pstate.txt44 num_pstates: displays the number of pstates that are supported
/linux-4.1.27/drivers/mtd/nand/
Dnandsim.c316 uint32_t pstates[NS_MAX_PREVSTATES]; /* previous states */ member
1276 if (NS_STATE(ops[i].states[j]) != NS_STATE(ns->pstates[j]) in find_operation()
1333 ns->pstates[ns->npstates++] = ns->state; in find_operation()