Home | History | Annotate | Download | only in acpi

Lines Matching refs:ps_latency

333 	ps->ps_latency    = elm[2].Integer.Value;
350 if (ps->ps_latency == 0 || ps->ps_latency > 1000)
351 ps->ps_latency = 1;
443 if (ps->ps_latency == 0)
444 ps->ps_latency = elm[2].Integer.Value;
466 if (ps->ps_latency == 0 || ps->ps_latency > 1000)
467 ps->ps_latency = 1;
983 DELAY(ps->ps_latency);