Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hid/
Dhid-apple.c57 unsigned int fn_on; member
187 asc->fn_on = !!value; in hidinput_apple_event()
209 do_translate = (fnmode == 2 && asc->fn_on) || in hidinput_apple_event()
210 (fnmode == 1 && !asc->fn_on); in hidinput_apple_event()
212 do_translate = asc->fn_on; in hidinput_apple_event()