Lines Matching defs:ds4

1736 	struct dualshock4 *ds4 = container_of(work, struct dualshock4, dongle_hotplug_worker);  in dualshock4_dongle_calibration_work()  local
1761 static int dualshock4_get_calibration_data(struct dualshock4 *ds4) in dualshock4_get_calibration_data()
1927 static int dualshock4_get_firmware_info(struct dualshock4 *ds4) in dualshock4_get_firmware_info()
1954 static int dualshock4_get_mac_address(struct dualshock4 *ds4) in dualshock4_get_mac_address()
1997 struct dualshock4 *ds4 = hid_get_drvdata(hdev); in dualshock4_led_get_brightness() local
2019 struct dualshock4 *ds4 = hid_get_drvdata(hdev); in dualshock4_led_set_blink() local
2049 struct dualshock4 *ds4 = hid_get_drvdata(hdev); in dualshock4_led_set_brightness() local
2079 static void dualshock4_init_output_report(struct dualshock4 *ds4, in dualshock4_init_output_report()
2111 struct dualshock4 *ds4 = container_of(work, struct dualshock4, output_worker); in dualshock4_output_worker() local
2178 struct dualshock4 *ds4 = container_of(ps_dev, struct dualshock4, base); in dualshock4_parse_report() local
2358 struct dualshock4 *ds4 = container_of(ps_dev, struct dualshock4, base); in dualshock4_dongle_parse_report() local
2414 struct dualshock4 *ds4 = hid_get_drvdata(hdev); in dualshock4_play_effect() local
2432 struct dualshock4 *ds4 = container_of(ps_dev, struct dualshock4, base); in dualshock4_remove() local
2445 static inline void dualshock4_schedule_work(struct dualshock4 *ds4) in dualshock4_schedule_work()
2455 static void dualshock4_set_bt_poll_interval(struct dualshock4 *ds4, uint8_t interval) in dualshock4_set_bt_poll_interval()
2463 static void dualshock4_set_default_lightbar_colors(struct dualshock4 *ds4) in dualshock4_set_default_lightbar_colors()
2488 struct dualshock4 *ds4; in dualshock4_create() local