Lines Matching refs:joycon_input_report
529 struct joycon_input_report { struct
545 #define JC_MAX_RESP_SIZE (sizeof(struct joycon_input_report) + 35) argument
998 struct joycon_input_report *report; in joycon_request_spi_flash_read()
1017 report = (struct joycon_input_report *)ctlr->input_buf; in joycon_request_spi_flash_read()
1343 struct joycon_input_report *rep, in joycon_input_report_parse_imu_data()
1364 struct joycon_input_report *rep) in joycon_parse_imu_report()
1560 static void joycon_handle_rumble_report(struct joycon_ctlr *ctlr, struct joycon_input_report *rep) in joycon_handle_rumble_report()
1585 static void joycon_parse_battery_status(struct joycon_ctlr *ctlr, struct joycon_input_report *rep) in joycon_parse_battery_status()
1623 struct joycon_input_report *rep) in joycon_report_left_stick()
1641 struct joycon_input_report *rep) in joycon_report_right_stick()
1659 struct joycon_input_report *rep) in joycon_report_dpad()
1680 struct joycon_input_report *rep, in joycon_report_buttons()
1691 struct joycon_input_report *rep) in joycon_parse_report()
2423 struct joycon_input_report *report; in joycon_read_info()
2432 report = (struct joycon_input_report *)ctlr->input_buf; in joycon_read_info()
2567 (struct joycon_input_report *)data); in joycon_ctlr_read_handler()
2578 struct joycon_input_report *report; in joycon_ctlr_handle_event()
2591 if (size < sizeof(struct joycon_input_report) || in joycon_ctlr_handle_event()
2594 report = (struct joycon_input_report *)data; in joycon_ctlr_handle_event()