Searched refs:hiomap_commands (Results 1 – 1 of 1) sorted by relevance
747 static const std::unordered_map<uint8_t, hiomap_command> hiomap_commands = { variable782 if (hiomap_cmd == 0 || hiomap_cmd > hiomap_commands.size() - 1) in hiomap_dispatch()803 auto command = hiomap_commands.find(hiomap_cmd); in hiomap_dispatch()804 if (command == hiomap_commands.end()) in hiomap_dispatch()