Lines Matching defs:steam
319 static int steam_recv_report(struct steam_device *steam, in steam_recv_report()
354 static int steam_send_report(struct steam_device *steam, in steam_send_report()
400 static inline int steam_send_report_byte(struct steam_device *steam, u8 cmd) in steam_send_report_byte()
405 static int steam_write_settings(struct steam_device *steam, in steam_write_settings()
440 static int steam_get_serial(struct steam_device *steam) in steam_get_serial()
474 static inline int steam_request_conn_status(struct steam_device *steam) in steam_request_conn_status()
489 static inline int steam_haptic_pulse(struct steam_device *steam, u8 pad, in steam_haptic_pulse()
514 static inline int steam_haptic_rumble(struct steam_device *steam, in steam_haptic_rumble()
538 struct steam_device *steam = container_of(work, struct steam_device, in steam_haptic_rumble_cb() local
548 struct steam_device *steam = input_get_drvdata(dev); in steam_play_effect() local
557 static void steam_set_lizard_mode(struct steam_device *steam, bool enable) in steam_set_lizard_mode()
592 struct steam_device *steam = input_get_drvdata(dev); in steam_input_open() local
614 struct steam_device *steam = input_get_drvdata(dev); in steam_input_close() local
638 struct steam_device *steam = power_supply_get_drvdata(psy); in steam_battery_get_property() local
669 static int steam_battery_register(struct steam_device *steam) in steam_battery_register()
706 static int steam_input_register(struct steam_device *steam) in steam_input_register()
837 static int steam_sensors_register(struct steam_device *steam) in steam_sensors_register()
905 static void steam_input_unregister(struct steam_device *steam) in steam_input_unregister()
918 static void steam_sensors_unregister(struct steam_device *steam) in steam_sensors_unregister()
936 static void steam_battery_unregister(struct steam_device *steam) in steam_battery_unregister()
951 static int steam_register(struct steam_device *steam) in steam_register()
1006 static void steam_unregister(struct steam_device *steam) in steam_unregister()
1023 struct steam_device *steam = container_of(work, struct steam_device, in steam_work_connect_cb() local
1047 struct steam_device *steam = container_of(to_delayed_work(work), in steam_mode_switch_cb() local
1075 struct steam_device *steam = container_of(work, struct steam_device, in steam_work_unregister_cb() local
1119 struct steam_device *steam = hdev->driver_data; in steam_client_ll_parse() local
1136 struct steam_device *steam = hdev->driver_data; in steam_client_ll_open() local
1150 struct steam_device *steam = hdev->driver_data; in steam_client_ll_close() local
1166 struct steam_device *steam = hdev->driver_data; in steam_client_ll_raw_request() local
1213 struct steam_device *steam; in steam_probe() local
1318 struct steam_device *steam = hid_get_drvdata(hdev); in steam_remove() local
1340 static void steam_do_connect_event(struct steam_device *steam, bool connected) in steam_do_connect_event()
1433 static void steam_do_input_event(struct steam_device *steam, in steam_do_input_event()
1600 static void steam_do_deck_input_event(struct steam_device *steam, in steam_do_deck_input_event()
1679 static void steam_do_deck_sensors_event(struct steam_device *steam, in steam_do_deck_sensors_event()
1715 static void steam_do_battery_event(struct steam_device *steam, in steam_do_battery_event()
1740 struct steam_device *steam = hid_get_drvdata(hdev); in steam_raw_event() local
1830 struct steam_device *steam; in steam_param_set_lizard_mode() local