Searched refs:in_keys (Results 1 – 3 of 3) sorted by relevance
198 void (*in_keys) (struct wiimote_data *wdata, const __u8 *keys); member
1254 if (ops->in_keys) { in handler_keys()1255 ops->in_keys(wdata, payload); in handler_keys()1262 if (ops->in_keys) { in handler_keys()1263 ops->in_keys(wdata, payload); in handler_keys()
109 .in_keys = wiimod_keys_in_keys,1552 .in_keys = wiimod_bboard_in_keys,