Searched refs:in_mp (Results 1 – 3 of 3) sorted by relevance
1343 if (is_mp && ops->in_mp) { in handler_ext()1344 ops->in_mp(wdata, payload); in handler_ext()1353 if (is_mp && ops->in_mp) { in handler_ext()1354 ops->in_mp(wdata, payload); in handler_ext()1365 if (is_mp && ops->in_mp) { in handler_ext()1366 ops->in_mp(wdata, payload); in handler_ext()
199 void (*in_mp) (struct wiimote_data *wdata, const __u8 *mp); member
2178 .in_mp = wiimod_mp_in_mp,