Home
last modified time | relevance | path

Searched refs:frontend_type (Results 1 - 5 of 5) sorted by relevance

/third_party/backends/backend/genesys/
H A Dgl846.cpp326 std::uint8_t frontend_type = dev->reg.find_reg(0x04).value & REG_0x04_FESET; in set_fe() local
327 switch (frontend_type) { in set_fe()
332 throw SaneException("unsupported frontend type %d", frontend_type); in set_fe()
H A Dlow.h417 FrontendType frontend_type);
H A Dgl841.cpp373 std::uint8_t frontend_type = dev->reg.find_reg(0x04).value & REG_0x04_FESET; in set_fe() local
375 if (frontend_type == 0x02) { in set_fe()
380 if (frontend_type != 0x00) { in set_fe()
381 throw SaneException("unsupported frontend type %d", frontend_type); in set_fe()
H A Dgl646.cpp1123 std::uint8_t frontend_type = dev->reg.find_reg(0x04).value & REG_0x04_FESET; in gl646_set_fe() local
1124 if (frontend_type == 0x02) { in gl646_set_fe()
1130 if (frontend_type != 0x03) { in gl646_set_fe()
1131 throw SaneException("unsupported frontend type %d", frontend_type); in gl646_set_fe()
H A Dlow.cpp1374 FrontendType frontend_type) in compute_frontend_gain()
1376 switch (frontend_type) { in compute_frontend_gain()
1373 compute_frontend_gain(float value, float target_value, FrontendType frontend_type) compute_frontend_gain() argument

Completed in 16 milliseconds