Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-wiimote.h199 void (*in_accel) (struct wiimote_data *wdata, const __u8 *accel); member
Dhid-wiimote-core.c1275 if (ops->in_accel) { in handler_accel()
1276 ops->in_accel(wdata, payload); in handler_accel()
1283 if (ops->in_accel) { in handler_accel()
1284 ops->in_accel(wdata, payload); in handler_accel()
Dhid-wiimote-modules.c540 .in_accel = wiimod_accel_in_accel,