Searched refs:in_keys (Results 1 – 3 of 3) sorted by relevance
195 void (*in_keys) (struct wiimote_data *wdata, const __u8 *keys); member
1251 if (ops->in_keys) { in handler_keys()1252 ops->in_keys(wdata, payload); in handler_keys()1259 if (ops->in_keys) { in handler_keys()1260 ops->in_keys(wdata, payload); in handler_keys()
106 .in_keys = wiimod_keys_in_keys,1549 .in_keys = wiimod_bboard_in_keys,