Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hid/
Dhid-wiimote-core.c1350 if (is_mp && ops->in_mp) { in handler_ext()
1351 ops->in_mp(wdata, payload); in handler_ext()
1360 if (is_mp && ops->in_mp) { in handler_ext()
1361 ops->in_mp(wdata, payload); in handler_ext()
1372 if (is_mp && ops->in_mp) { in handler_ext()
1373 ops->in_mp(wdata, payload); in handler_ext()
Dhid-wiimote.h201 void (*in_mp) (struct wiimote_data *wdata, const __u8 *mp); member
Dhid-wiimote-modules.c2630 .in_mp = wiimod_mp_in_mp,