Searched defs:appleir (Results 1 – 1 of 1) sorted by relevance
107 struct appleir { struct110 unsigned short keymap[ARRAY_SIZE(appleir_key_table)]; argument111 struct timer_list key_up_timer; /* timer for key up */112 spinlock_t lock; /* protects .current_key */113 int current_key; /* the currently pressed key */114 int prev_key_idx; /* key index in a 2 packets message */163 static void battery_flat(struct appleir *appleir) in battery_flat()185 struct appleir *appleir = hid_get_drvdata(hid); in appleir_raw_event() local255 struct appleir *appleir = hid_get_drvdata(hid); in appleir_input_configured() local284 struct appleir *appleir; in appleir_probe() local[all …]
Completed in 3 milliseconds