Home
last modified time | relevance | path

Searched refs:initial_level (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/platform/x86/
Dsamsung-laptop.c528 int initial_level; in check_for_stepping_quirk() local
542 initial_level = read_brightness(samsung); in check_for_stepping_quirk()
544 if (initial_level <= 2) in check_for_stepping_quirk()
545 check_level = initial_level + 2; in check_for_stepping_quirk()
547 check_level = initial_level - 2; in check_for_stepping_quirk()
/Linux-v5.4/drivers/input/joystick/iforce/
Diforce-ff.c88 u16 attack_duration, __s16 initial_level, in make_envelope_modifier() argument
112 data[4] = HI(initial_level); in make_envelope_modifier()