Lines Matching defs:joycon_input_report
386 struct joycon_input_report {
402 #define JC_MAX_RESP_SIZE (sizeof(struct joycon_input_report) + 35)
706 struct joycon_input_report *report;
725 report = (struct joycon_input_report *)ctlr->input_buf;
1051 struct joycon_input_report *rep,
1072 struct joycon_input_report *rep)
1269 struct joycon_input_report *rep)
2101 struct joycon_input_report *report;
2112 report = (struct joycon_input_report *)ctlr->input_buf;
2222 (struct joycon_input_report *)data);
2233 struct joycon_input_report *report;
2246 if (size < sizeof(struct joycon_input_report) ||
2249 report = (struct joycon_input_report *)data;