Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-nintendo.c164 struct joycon_input_report { struct
180 #define JC_MAX_RESP_SIZE (sizeof(struct joycon_input_report) + 35) argument
298 struct joycon_input_report *report; in joycon_request_calibration()
344 report = (struct joycon_input_report *)ctlr->input_buf; in joycon_request_calibration()
431 struct joycon_input_report *rep) in joycon_parse_report()
619 (struct joycon_input_report *)data); in joycon_ctlr_read_handler()
630 struct joycon_input_report *report; in joycon_ctlr_handle_event()
643 if (size < sizeof(struct joycon_input_report) || in joycon_ctlr_handle_event()
646 report = (struct joycon_input_report *)data; in joycon_ctlr_handle_event()