Lines Matching refs:If

51 ;*              Ex: If (PDRD()) {Return (FAIL)}
64 If(LNot(DRDY))
72 // If DRDY is clear, the driver is not ready. If the return value is
90 ;* Ex: If (PSTS()) {Return (FAIL)}
103 If(LGreater(CSTS, 2))
120 ;* status. If all methods return success, do a notification of
143 // If any of these cases is not met, skip this event and return failure.
145 If(PDRD())
153 If(LAnd(LEqual(CHPD, 0), LEqual(Arg1, 0))) // Do not re-enum if driver supports hotplug
155 If(LOr(LGreater(OSYS, 2000), LLess(OSYS, 2006)))
296 If(LNot(ARDY))
304 // If ARDY is clear, the driver is not ready. If the return value is
327 ;* Arg1 = If Arg0 = 0, current ALS reading:
331 ;* Arg1 = If Arg0 = 1, requested backlight percentage
345 If(LNot(And(TCHE, ShiftLeft(1, Arg0))))
353 If(PARD())
360 If(LEqual(Arg0, 2)) // Arg0 = 2, so request a panel fitting mode change.
362 If(CPFM) // If current mode field is non-zero use it.
367 If(LEqual(Local0, 1)) // If current mode is centered,
369 If(And(Local1, 6)) // and if stretched is enabled,
375 If(And(Local1, 8)) // if aspect ratio is enabled,
385 If(LEqual(Local0, 6)) // If current mode is stretched,
387 If(And(Local1, 8)) // and if aspect ratio is enabled,
393 If(And(Local1, 1)) // if centered is enabled,
403 If(LEqual(Local0, 8)) // If current mode is aspect ratio,
405 If(And(Local1, 1)) // and if centered is enabled,
411 If(And(Local1, 6)) // if stretched is enabled,
425 Else // If CFPM field is zero use PFIT and toggle the
436 If(LEqual(Arg0, 1)) // Arg0=1, so set the backlight brightness.
446 If(LEqual(Arg0, 0)) // Arg0=0, so set the ALS illuminace
485 If(LNotEqual(OVER,0)) // If OpRegion Version not 0.