Searched refs:in_mp (Results 1 – 2 of 2) 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