Searched refs:joycon_ctlr (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/hid/ |
H A D | hid-nintendo.c | 415 struct joycon_ctlr { struct 519 static void joycon_wait_for_input_report(struct joycon_ctlr *ctlr) in joycon_wait_for_input_report() 556 static void joycon_enforce_subcmd_rate(struct joycon_ctlr *ctlr) in joycon_enforce_subcmd_rate() 598 static int joycon_hid_send_sync(struct joycon_ctlr *ctlr, u8 *data, size_t len, in joycon_hid_send_sync() 638 static int joycon_send_usb(struct joycon_ctlr *ctlr, u8 cmd, u32 timeout) in joycon_send_usb() 652 static int joycon_send_subcmd(struct joycon_ctlr *ctlr, in joycon_send_subcmd() 689 static int joycon_set_player_leds(struct joycon_ctlr *ctlr, u8 flash, u8 on) in joycon_set_player_leds() 702 static int joycon_request_spi_flash_read(struct joycon_ctlr *ctlr, in joycon_request_spi_flash_read() 736 static int joycon_check_for_cal_magic(struct joycon_ctlr *ctlr, u32 flash_addr) in joycon_check_for_cal_magic() 749 static int joycon_read_stick_calibration(struct joycon_ctlr *ctlr, u16 cal_addr, in joycon_read_stick_calibration() [all …]
|