Lines Matching defs:ctlr
221 static int joycon_hid_send_sync(struct joycon_ctlr *ctlr, u8 *data, size_t len) in joycon_hid_send_sync()
241 static int joycon_send_usb(struct joycon_ctlr *ctlr, u8 cmd) in joycon_send_usb()
255 static int joycon_send_subcmd(struct joycon_ctlr *ctlr, in joycon_send_subcmd()
278 static int joycon_set_player_leds(struct joycon_ctlr *ctlr, u8 flash, u8 on) in joycon_set_player_leds()
294 static int joycon_request_calibration(struct joycon_ctlr *ctlr) in joycon_request_calibration()
399 static int joycon_set_report_mode(struct joycon_ctlr *ctlr) in joycon_set_report_mode()
430 static void joycon_parse_report(struct joycon_ctlr *ctlr, in joycon_parse_report()
525 static int joycon_input_create(struct joycon_ctlr *ctlr) in joycon_input_create()
610 static int joycon_ctlr_read_handler(struct joycon_ctlr *ctlr, u8 *data, in joycon_ctlr_read_handler()
625 static int joycon_ctlr_handle_event(struct joycon_ctlr *ctlr, u8 *data, in joycon_ctlr_handle_event()
675 struct joycon_ctlr *ctlr = hid_get_drvdata(hdev); in nintendo_hid_event() local
687 struct joycon_ctlr *ctlr; in nintendo_hid_probe() local