Searched refs:in_ir (Results 1 – 3 of 3) sorted by relevance
/linux/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,
|