Home
last modified time | relevance | path

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

/linux/drivers/input/misc/
H A Dati_remote2.c131 u8 hw_code; member
307 static int ati_remote2_lookup(unsigned int hw_code) in ati_remote2_lookup() argument
312 if (ati_remote2_key_table[i].hw_code == hw_code) in ati_remote2_lookup()
322 int channel, mode, hw_code, index; in ati_remote2_input_key() local
338 hw_code = data[2]; in ati_remote2_input_key()
339 if (hw_code == 0x3f) { in ati_remote2_input_key()
357 index = ati_remote2_lookup(hw_code); in ati_remote2_input_key()
469 scancode = (mode << 8) + ati_remote2_key_table[offset].hw_code; in ati_remote2_getkeycode()