Lines Matching defs:steam

143 static int steam_recv_report(struct steam_device *steam,  in steam_recv_report()
178 static int steam_send_report(struct steam_device *steam, in steam_send_report()
224 static inline int steam_send_report_byte(struct steam_device *steam, u8 cmd) in steam_send_report_byte()
229 static int steam_write_registers(struct steam_device *steam, in steam_write_registers()
264 static int steam_get_serial(struct steam_device *steam) in steam_get_serial()
292 static inline int steam_request_conn_status(struct steam_device *steam) in steam_request_conn_status()
297 static inline int steam_haptic_rumble(struct steam_device *steam, in steam_haptic_rumble()
317 struct steam_device *steam = container_of(work, struct steam_device, in steam_haptic_rumble_cb() local
327 struct steam_device *steam = input_get_drvdata(dev); in steam_play_effect() local
336 static void steam_set_lizard_mode(struct steam_device *steam, bool enable) in steam_set_lizard_mode()
378 struct steam_device *steam = input_get_drvdata(dev); in steam_input_open() local
389 struct steam_device *steam = input_get_drvdata(dev); in steam_input_close() local
408 struct steam_device *steam = power_supply_get_drvdata(psy); in steam_battery_get_property() local
439 static int steam_battery_register(struct steam_device *steam) in steam_battery_register()
476 static int steam_input_register(struct steam_device *steam) in steam_input_register()
607 static void steam_input_unregister(struct steam_device *steam) in steam_input_unregister()
620 static void steam_battery_unregister(struct steam_device *steam) in steam_battery_unregister()
635 static int steam_register(struct steam_device *steam) in steam_register()
684 static void steam_unregister(struct steam_device *steam) in steam_unregister()
700 struct steam_device *steam = container_of(work, struct steam_device, in steam_work_connect_cb() local
743 struct steam_device *steam = container_of(work, struct steam_device, in steam_lizard_mode_heartbeat() local
759 struct steam_device *steam = hdev->driver_data; in steam_client_ll_parse() local
776 struct steam_device *steam = hdev->driver_data; in steam_client_ll_open() local
789 struct steam_device *steam = hdev->driver_data; in steam_client_ll_close() local
813 struct steam_device *steam = hdev->driver_data; in steam_client_ll_raw_request() local
860 struct steam_device *steam; in steam_probe() local
962 struct steam_device *steam = hid_get_drvdata(hdev); in steam_remove() local
984 static void steam_do_connect_event(struct steam_device *steam, bool connected) in steam_do_connect_event()
1077 static void steam_do_input_event(struct steam_device *steam, in steam_do_input_event()
1244 static void steam_do_deck_input_event(struct steam_device *steam, in steam_do_deck_input_event()
1322 static void steam_do_battery_event(struct steam_device *steam, in steam_do_battery_event()
1347 struct steam_device *steam = hid_get_drvdata(hdev); in steam_raw_event() local
1433 struct steam_device *steam; in steam_param_set_lizard_mode() local