Home
last modified time | relevance | path

Searched refs:STEAM_QUIRK_DECK (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hid/
H A Dhid-steam.c61 #define STEAM_QUIRK_DECK BIT(1) macro
894 if (steam->quirks & (STEAM_QUIRK_DECK | STEAM_QUIRK_IBEX)) in steam_set_lizard_mode()
920 if (!(steam->quirks & (STEAM_QUIRK_DECK | STEAM_QUIRK_IBEX))) { in steam_input_open()
938 if (!(steam->quirks & (STEAM_QUIRK_DECK | STEAM_QUIRK_IBEX))) { in steam_input_close()
1123 (steam->quirks & STEAM_QUIRK_DECK) ? "Steam Deck" : in steam_input_register()
1153 if (steam->quirks & (STEAM_QUIRK_DECK | STEAM_QUIRK_IBEX)) { in steam_input_register()
1167 if (steam->quirks & (STEAM_QUIRK_DECK | STEAM_QUIRK_IBEX)) { in steam_input_register()
1207 if (steam->quirks & (STEAM_QUIRK_DECK | STEAM_QUIRK_IBEX)) { in steam_input_register()
1256 if (steam->quirks & STEAM_QUIRK_DECK) in steam_sensors_register()
1273 sensors->name = steam->quirks & STEAM_QUIRK_DECK ? in steam_sensors_register()
[all …]