Searched refs:in_mp (Results 1 – 3 of 3) sorted by relevance
1355 if (is_mp && ops->in_mp) { in handler_ext()1356 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()1377 if (is_mp && ops->in_mp) { in handler_ext()1378 ops->in_mp(wdata, payload); in handler_ext()
202 void (*in_mp) (struct wiimote_data *wdata, const __u8 *mp); member
2854 .in_mp = wiimod_mp_in_mp,