Lines Matching defs:steam_device
293 struct steam_device {
319 static int steam_recv_report(struct steam_device *steam,
354 static int steam_send_report(struct steam_device *steam,
400 static inline int steam_send_report_byte(struct steam_device *steam, u8 cmd)
405 static int steam_write_settings(struct steam_device *steam,
440 static int steam_get_serial(struct steam_device *steam)
474 static inline int steam_request_conn_status(struct steam_device *steam)
489 static inline int steam_haptic_pulse(struct steam_device *steam, u8 pad,
514 static inline int steam_haptic_rumble(struct steam_device *steam,
538 struct steam_device *steam = container_of(work, struct steam_device,
548 struct steam_device *steam = input_get_drvdata(dev);
557 static void steam_set_lizard_mode(struct steam_device *steam, bool enable)
592 struct steam_device *steam = input_get_drvdata(dev);
614 struct steam_device *steam = input_get_drvdata(dev);
638 struct steam_device *steam = power_supply_get_drvdata(psy);
669 static int steam_battery_register(struct steam_device *steam)
706 static int steam_input_register(struct steam_device *steam)
834 static int steam_sensors_register(struct steam_device *steam)
902 static void steam_input_unregister(struct steam_device *steam)
915 static void steam_sensors_unregister(struct steam_device *steam)
933 static void steam_battery_unregister(struct steam_device *steam)
948 static int steam_register(struct steam_device *steam)
1003 static void steam_unregister(struct steam_device *steam)
1020 struct steam_device *steam = container_of(work, struct steam_device,
1044 struct steam_device *steam = container_of(to_delayed_work(work),
1045 struct steam_device, mode_switch);
1072 struct steam_device *steam = container_of(work, struct steam_device,
1116 struct steam_device *steam = hdev->driver_data;
1133 struct steam_device *steam = hdev->driver_data;
1147 struct steam_device *steam = hdev->driver_data;
1163 struct steam_device *steam = hdev->driver_data;
1210 struct steam_device *steam;
1315 struct steam_device *steam = hid_get_drvdata(hdev);
1337 static void steam_do_connect_event(struct steam_device *steam, bool connected)
1430 static void steam_do_input_event(struct steam_device *steam,
1597 static void steam_do_deck_input_event(struct steam_device *steam,
1676 static void steam_do_deck_sensors_event(struct steam_device *steam,
1712 static void steam_do_battery_event(struct steam_device *steam,
1737 struct steam_device *steam = hid_get_drvdata(hdev);
1827 struct steam_device *steam;