Searched refs:in_mp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-wiimote-core.c | 1350 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()
|
H A D | hid-wiimote.h | 201 void (*in_mp) (struct wiimote_data *wdata, const __u8 *mp); member
|
H A D | hid-wiimote-modules.c | 2630 .in_mp = wiimod_mp_in_mp,
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-wiimote-core.c | 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()
|
H A D | hid-wiimote.h | 202 void (*in_mp) (struct wiimote_data *wdata, const __u8 *mp); member
|
H A D | hid-wiimote-modules.c | 2854 .in_mp = wiimod_mp_in_mp,
|
Completed in 16 milliseconds