Searched refs:in_keys (Results 1 – 3 of 3) sorted by relevance
195 void (*in_keys) (struct wiimote_data *wdata, const __u8 *keys); member
1244 if (ops->in_keys) { in handler_keys()1245 ops->in_keys(wdata, payload); in handler_keys()1252 if (ops->in_keys) { in handler_keys()1253 ops->in_keys(wdata, payload); in handler_keys()
109 .in_keys = wiimod_keys_in_keys,1556 .in_keys = wiimod_bboard_in_keys,