Searched defs:steam (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/drivers/hid/ |
| D | hid-steam.c | 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() [all …]
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| D | hid-steam.c | 129 static int steam_recv_report(struct steam_device *steam, in steam_recv_report() 164 static int steam_send_report(struct steam_device *steam, in steam_send_report() 210 static inline int steam_send_report_byte(struct steam_device *steam, u8 cmd) in steam_send_report_byte() 215 static int steam_write_registers(struct steam_device *steam, in steam_write_registers() 240 static int steam_get_serial(struct steam_device *steam) in steam_get_serial() 268 static inline int steam_request_conn_status(struct steam_device *steam) in steam_request_conn_status() 273 static void steam_set_lizard_mode(struct steam_device *steam, bool enable) in steam_set_lizard_mode() 295 struct steam_device *steam = input_get_drvdata(dev); in steam_input_open() local 306 struct steam_device *steam = input_get_drvdata(dev); in steam_input_close() local 325 struct steam_device *steam = power_supply_get_drvdata(psy); in steam_battery_get_property() local [all …]
|