Searched refs:CommandSetGl847 (Results 1 - 3 of 3) sorted by relevance
/third_party/backends/backend/genesys/ |
H A D | gl847.cpp | 236 void CommandSetGl847::set_fe(Genesys_Device* dev, const Genesys_Sensor& sensor, in set_fe() 581 void CommandSetGl847::init_regs_for_scan_session(Genesys_Device* dev, const Genesys_Sensor& sensor, in init_regs_for_scan_session() 633 ScanSession CommandSetGl847::calculate_scan_session(const Genesys_Device* dev, in calculate_scan_session() 708 void CommandSetGl847::save_power(Genesys_Device* dev, bool enable) const in save_power() 714 void CommandSetGl847::set_powersaving(Genesys_Device* dev, int delay /* in minutes */) const in set_powersaving() 721 void CommandSetGl847::begin_scan(Genesys_Device* dev, const Genesys_Sensor& sensor, in begin_scan() 790 void CommandSetGl847::end_scan(Genesys_Device* dev, Genesys_Register_Set* reg, in end_scan() 805 void CommandSetGl847::move_back_home(Genesys_Device* dev, bool wait_until_home) const in move_back_home() 811 void CommandSetGl847::init_regs_for_shading(Genesys_Device* dev, const Genesys_Sensor& sensor, in init_regs_for_shading() 882 void CommandSetGl847 [all...] |
H A D | gl847.h | 30 class CommandSetGl847 : public CommandSetCommon class 33 ~CommandSetGl847() override = default;
|
H A D | low.cpp | 66 case AsicType::GL847: return std::unique_ptr<CommandSet>(new gl847::CommandSetGl847{}); in create_cmd_set()
|
Completed in 5 milliseconds