joycon_ctlr
static int joycon_request_spi_flash_read(struct joycon_ctlr *ctlr,
static int joycon_check_for_cal_magic(struct joycon_ctlr *ctlr, u32 flash_addr)
static int joycon_read_stick_calibration(struct joycon_ctlr *ctlr, u16 cal_addr,
static int joycon_request_calibration(struct joycon_ctlr *ctlr)
static void joycon_calc_imu_cal_divisors(struct joycon_ctlr *ctlr)
static int joycon_request_imu_calibration(struct joycon_ctlr *ctlr)
static int joycon_set_report_mode(struct joycon_ctlr *ctlr)
static int joycon_enable_rumble(struct joycon_ctlr *ctlr)
static int joycon_enable_imu(struct joycon_ctlr *ctlr)
static void joycon_input_report_parse_imu_data(struct joycon_ctlr *ctlr,
static void joycon_parse_imu_report(struct joycon_ctlr *ctlr,
static void joycon_handle_rumble_report(struct joycon_ctlr *ctlr, struct joycon_input_report *rep)
static void joycon_parse_battery_status(struct joycon_ctlr *ctlr, struct joycon_input_report *rep)
static void joycon_report_left_stick(struct joycon_ctlr *ctlr,
static void joycon_report_right_stick(struct joycon_ctlr *ctlr,
static void joycon_report_dpad(struct joycon_ctlr *ctlr,
static void joycon_report_buttons(struct joycon_ctlr *ctlr,
static void joycon_parse_report(struct joycon_ctlr *ctlr,
static int joycon_send_rumble_data(struct joycon_ctlr *ctlr)
struct joycon_ctlr *ctlr = container_of(work, struct joycon_ctlr,
static void joycon_clamp_rumble_freqs(struct joycon_ctlr *ctlr)
static int joycon_set_rumble(struct joycon_ctlr *ctlr, u16 amp_r, u16 amp_l,
struct joycon_ctlr *ctlr = input_get_drvdata(dev);
static void joycon_config_rumble(struct joycon_ctlr *ctlr)
static int joycon_imu_input_create(struct joycon_ctlr *ctlr)
static int joycon_input_create(struct joycon_ctlr *ctlr)
struct joycon_ctlr *ctlr;
struct joycon_ctlr *ctlr;
static int joycon_leds_create(struct joycon_ctlr *ctlr)
struct joycon_ctlr *ctlr = power_supply_get_drvdata(supply);
static int joycon_power_supply_create(struct joycon_ctlr *ctlr)
static int joycon_read_info(struct joycon_ctlr *ctlr)
struct joycon_ctlr *ctlr = hid_get_drvdata(hdev);
static int joycon_ctlr_read_handler(struct joycon_ctlr *ctlr, u8 *data,
static int joycon_ctlr_handle_event(struct joycon_ctlr *ctlr, u8 *data,
struct joycon_ctlr *ctlr = hid_get_drvdata(hdev);
struct joycon_ctlr *ctlr;
struct joycon_ctlr *ctlr = hid_get_drvdata(hdev);
struct joycon_ctlr *ctlr = hid_get_drvdata(hdev);
struct joycon_ctlr *ctlr = hid_get_drvdata(hdev);
static inline bool joycon_device_is_chrggrip(struct joycon_ctlr *ctlr)
static inline bool joycon_type_is_left_joycon(struct joycon_ctlr *ctlr)
static inline bool joycon_type_is_right_joycon(struct joycon_ctlr *ctlr)
static inline bool joycon_type_is_procon(struct joycon_ctlr *ctlr)
static inline bool joycon_type_is_snescon(struct joycon_ctlr *ctlr)
static inline bool joycon_type_is_gencon(struct joycon_ctlr *ctlr)
static inline bool joycon_type_is_n64con(struct joycon_ctlr *ctlr)
static inline bool joycon_type_is_left_nescon(struct joycon_ctlr *ctlr)
static inline bool joycon_type_is_right_nescon(struct joycon_ctlr *ctlr)
static inline bool joycon_type_is_any_joycon(struct joycon_ctlr *ctlr)
static inline bool joycon_type_is_any_nescon(struct joycon_ctlr *ctlr)
static inline bool joycon_has_imu(struct joycon_ctlr *ctlr)
static inline bool joycon_has_joysticks(struct joycon_ctlr *ctlr)
static inline bool joycon_has_rumble(struct joycon_ctlr *ctlr)
static inline bool joycon_using_usb(struct joycon_ctlr *ctlr)
static void joycon_wait_for_input_report(struct joycon_ctlr *ctlr)
static void joycon_enforce_subcmd_rate(struct joycon_ctlr *ctlr)
static int joycon_hid_send_sync(struct joycon_ctlr *ctlr, u8 *data, size_t len,
static int joycon_send_usb(struct joycon_ctlr *ctlr, u8 cmd, u32 timeout)
static int joycon_send_subcmd(struct joycon_ctlr *ctlr,
static int joycon_set_player_leds(struct joycon_ctlr *ctlr, u8 flash, u8 on)
static int joycon_set_home_led(struct joycon_ctlr *ctlr, enum led_brightness brightness)