Searched refs:in_mp (Results 1 – 3 of 3) sorted by relevance
1353 if (is_mp && ops->in_mp) { in handler_ext()1354 ops->in_mp(wdata, payload); in handler_ext()1363 if (is_mp && ops->in_mp) { in handler_ext()1364 ops->in_mp(wdata, payload); in handler_ext()1375 if (is_mp && ops->in_mp) { in handler_ext()1376 ops->in_mp(wdata, payload); in handler_ext()
202 void (*in_mp) (struct wiimote_data *wdata, const __u8 *mp); member
2614 .in_mp = wiimod_mp_in_mp,