Searched refs:in_ir (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-wiimote.h | 199 void (*in_ir) (struct wiimote_data *wdata, const __u8 *ir, bool packed, member
|
H A D | hid-wiimote-core.c | 1394 if (ops->in_ir) { in handler_ir() 1395 ops->in_ir(wdata, payload, packed, id); in handler_ir() 1402 if (ops->in_ir) { in handler_ir() 1403 ops->in_ir(wdata, payload, packed, id); in handler_ir()
|
H A D | hid-wiimote-modules.c | 799 .in_ir = wiimod_ir_in_ir,
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-wiimote.h | 200 void (*in_ir) (struct wiimote_data *wdata, const __u8 *ir, bool packed, member
|
H A D | hid-wiimote-core.c | 1399 if (ops->in_ir) { in handler_ir() 1400 ops->in_ir(wdata, payload, packed, id); in handler_ir() 1407 if (ops->in_ir) { in handler_ir() 1408 ops->in_ir(wdata, payload, packed, id); in handler_ir()
|
H A D | hid-wiimote-modules.c | 799 .in_ir = wiimod_ir_in_ir,
|
Completed in 13 milliseconds