Home
last modified time | relevance | path

Searched refs:in_ir (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-wiimote.h199 void (*in_ir) (struct wiimote_data *wdata, const __u8 *ir, bool packed, member
H A Dhid-wiimote-core.c1394 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 Dhid-wiimote-modules.c799 .in_ir = wiimod_ir_in_ir,
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-wiimote.h200 void (*in_ir) (struct wiimote_data *wdata, const __u8 *ir, bool packed, member
H A Dhid-wiimote-core.c1399 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 Dhid-wiimote-modules.c799 .in_ir = wiimod_ir_in_ir,

Completed in 13 milliseconds