Home
last modified time | relevance | path

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

/openbmc/linux/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,