Home
last modified time | relevance | path

Searched refs:in_mp (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/hid/
H A Dhid-wiimote-core.c1355 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()
H A Dhid-wiimote.h202 void (*in_mp) (struct wiimote_data *wdata, const __u8 *mp); member
H A Dhid-wiimote-modules.c2854 .in_mp = wiimod_mp_in_mp,