Lines Matching defs:dualshock4
359 struct dualshock4 {
533 static int dualshock4_get_calibration_data(struct dualshock4 *ds4);
535 static inline void dualshock4_schedule_work(struct dualshock4 *ds4);
537 static void dualshock4_set_default_lightbar_colors(struct dualshock4 *ds4);
1736 struct dualshock4 *ds4 = container_of(work, struct dualshock4, dongle_hotplug_worker);
1761 static int dualshock4_get_calibration_data(struct dualshock4 *ds4)
1927 static int dualshock4_get_firmware_info(struct dualshock4 *ds4)
1954 static int dualshock4_get_mac_address(struct dualshock4 *ds4)
1997 struct dualshock4 *ds4 = hid_get_drvdata(hdev);
2019 struct dualshock4 *ds4 = hid_get_drvdata(hdev);
2049 struct dualshock4 *ds4 = hid_get_drvdata(hdev);
2079 static void dualshock4_init_output_report(struct dualshock4 *ds4,
2111 struct dualshock4 *ds4 = container_of(work, struct dualshock4, output_worker);
2178 struct dualshock4 *ds4 = container_of(ps_dev, struct dualshock4, base);
2358 struct dualshock4 *ds4 = container_of(ps_dev, struct dualshock4, base);
2414 struct dualshock4 *ds4 = hid_get_drvdata(hdev);
2432 struct dualshock4 *ds4 = container_of(ps_dev, struct dualshock4, base);
2445 static inline void dualshock4_schedule_work(struct dualshock4 *ds4)
2455 static void dualshock4_set_bt_poll_interval(struct dualshock4 *ds4, uint8_t interval)
2463 static void dualshock4_set_default_lightbar_colors(struct dualshock4 *ds4)
2488 struct dualshock4 *ds4;
2663 hid_err(hdev, "Failed to create dualshock4.\n");