Lines Matching refs:joycon_input_report
526 struct joycon_input_report { struct
542 #define JC_MAX_RESP_SIZE (sizeof(struct joycon_input_report) + 35) argument
995 struct joycon_input_report *report; in joycon_request_spi_flash_read()
1014 report = (struct joycon_input_report *)ctlr->input_buf; in joycon_request_spi_flash_read()
1340 struct joycon_input_report *rep, in joycon_input_report_parse_imu_data()
1361 struct joycon_input_report *rep) in joycon_parse_imu_report()
1557 static void joycon_handle_rumble_report(struct joycon_ctlr *ctlr, struct joycon_input_report *rep) in joycon_handle_rumble_report()
1582 static void joycon_parse_battery_status(struct joycon_ctlr *ctlr, struct joycon_input_report *rep) in joycon_parse_battery_status()
1620 struct joycon_input_report *rep) in joycon_report_left_stick()
1638 struct joycon_input_report *rep) in joycon_report_right_stick()
1656 struct joycon_input_report *rep) in joycon_report_dpad()
1677 struct joycon_input_report *rep, in joycon_report_buttons()
1688 struct joycon_input_report *rep) in joycon_parse_report()
2420 struct joycon_input_report *report; in joycon_read_info()
2429 report = (struct joycon_input_report *)ctlr->input_buf; in joycon_read_info()
2564 (struct joycon_input_report *)data); in joycon_ctlr_read_handler()
2575 struct joycon_input_report *report; in joycon_ctlr_handle_event()
2588 if (size < sizeof(struct joycon_input_report) || in joycon_ctlr_handle_event()
2591 report = (struct joycon_input_report *)data; in joycon_ctlr_handle_event()