Searched refs:asle_req (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Di915_opregion.c218 u32 asle_req; local
223 asle_req = asle->aslc & ASLE_REQ_MSK;
225 if (!asle_req) {
230 if (asle_req & ASLE_SET_ALS_ILLUM)
233 if (asle_req & ASLE_SET_BACKLIGHT)
236 if (asle_req & ASLE_SET_PFIT)
239 if (asle_req & ASLE_SET_PWM_FREQ)
280 u32 asle_req; local
285 asle_req = asle->aslc & ASLE_REQ_MSK;
287 if (!asle_req) {
[all...]

Completed in 106 milliseconds