Searched refs:table_nr (Results 1 - 7 of 7) sorted by relevance
/third_party/backends/backend/genesys/ |
H A D | test_scanner_interface.cpp | 165 void TestScannerInterface::record_slope_table(unsigned table_nr, in record_slope_table() argument 168 slope_tables_[table_nr] = steps; in record_slope_table()
|
H A D | scanner_interface_usb.h | 62 void record_slope_table(unsigned table_nr, const std::vector<std::uint16_t>& steps) override;
|
H A D | scanner_interface.h | 74 virtual void record_slope_table(unsigned table_nr, const std::vector<std::uint16_t>& steps) = 0;
|
H A D | test_scanner_interface.h | 71 void record_slope_table(unsigned table_nr, const std::vector<std::uint16_t>& steps) override;
|
H A D | scanner_interface_usb.cpp | 470 void ScannerInterfaceUsb::record_slope_table(unsigned table_nr, in record_slope_table() argument 473 (void) table_nr; in record_slope_table()
|
H A D | low.h | 313 void scanner_send_slope_table(Genesys_Device* dev, const Genesys_Sensor& sensor, unsigned table_nr,
|
H A D | genesys.cpp | 489 void scanner_send_slope_table(Genesys_Device* dev, const Genesys_Sensor& sensor, unsigned table_nr, in scanner_send_slope_table() argument 492 DBG_HELPER_ARGS(dbg, "table_nr = %d, steps = %zu", table_nr, slope_table.size()); in scanner_send_slope_table() 514 if (table_nr > max_table_nr) { in scanner_send_slope_table() 515 throw SaneException("invalid table number %d", table_nr); in scanner_send_slope_table() 537 dev->interface->record_slope_table(table_nr, slope_table); in scanner_send_slope_table() 553 dev->interface->write_buffer(0x3c, start_address + table_nr * 0x100, table.data(), in scanner_send_slope_table() 566 dev->interface->write_buffer(0x3c, start_address + table_nr * 0x200, table.data(), in scanner_send_slope_table() 573 dev->interface->write_gamma(0x28, 0x40000 + 0x8000 * table_nr, table.data(), in scanner_send_slope_table() 582 dev->interface->write_ahb(0x10000000 + 0x4000 * table_nr, tabl in scanner_send_slope_table() [all...] |
Completed in 6 milliseconds