Home
last modified time | relevance | path

Searched refs:asic_type (Results 1 - 18 of 18) sorted by relevance

/third_party/backends/backend/genesys/
H A Dscanner_interface_usb.cpp43 if (dev_->model->asic_type == AsicType::GL847 || in read_register()
44 dev_->model->asic_type == AsicType::GL845 || in read_register()
45 dev_->model->asic_type == AsicType::GL846 || in read_register()
46 dev_->model->asic_type == AsicType::GL124) in read_register()
88 if (dev_->model->asic_type == AsicType::GL847 || in write_register()
89 dev_->model->asic_type == AsicType::GL845 || in write_register()
90 dev_->model->asic_type == AsicType::GL846 || in write_register()
91 dev_->model->asic_type == AsicType::GL124) in write_register()
126 if (dev_->model->asic_type == AsicType::GL646 || in write_registers()
127 dev_->model->asic_type in write_registers()
184 bulk_read_data_send_header(UsbDevice& usb_dev, AsicType asic_type, size_t size) bulk_read_data_send_header() argument
[all...]
H A Dlow.cpp57 std::unique_ptr<CommandSet> create_cmd_set(AsicType asic_type) in create_cmd_set() argument
59 switch (asic_type) { in create_cmd_set()
91 unsigned sanei_genesys_get_bulk_max_size(AsicType asic_type) in sanei_genesys_get_bulk_max_size() argument
99 if (asic_type == AsicType::GL124 || in sanei_genesys_get_bulk_max_size()
100 asic_type == AsicType::GL846 || in sanei_genesys_get_bulk_max_size()
101 asic_type == AsicType::GL847) in sanei_genesys_get_bulk_max_size()
113 if (dev->model->asic_type==AsicType::GL847 || in sanei_genesys_set_buffer_address()
114 dev->model->asic_type==AsicType::GL845 || in sanei_genesys_set_buffer_address()
115 dev->model->asic_type==AsicType::GL846 || in sanei_genesys_set_buffer_address()
116 dev->model->asic_type in sanei_genesys_set_buffer_address()
1530 regs_set_exposure(AsicType asic_type, Genesys_Register_Set& regs, const SensorExposure& exposure) regs_set_exposure() argument
1582 regs_set_optical_off(AsicType asic_type, Genesys_Register_Set& regs) regs_set_optical_off() argument
1620 get_registers_gain4_bit(AsicType asic_type, const Genesys_Register_Set& regs) get_registers_gain4_bit() argument
1739 create_slope_table(AsicType asic_type, const Genesys_Motor& motor, unsigned ydpi, unsigned exposure, unsigned step_multiplier, const MotorProfile& motor_profile) create_slope_table() argument
1752 create_slope_table_fastest(AsicType asic_type, unsigned step_multiplier, const MotorProfile& motor_profile) create_slope_table_fastest() argument
[all...]
H A Dtest_scanner_interface.cpp35 if (dev_->model->asic_type == AsicType::GL124) {
40 if (dev_->model->asic_type == AsicType::GL841 ||
41 dev_->model->asic_type == AsicType::GL842 ||
42 dev_->model->asic_type == AsicType::GL843 ||
43 dev_->model->asic_type == AsicType::GL845 ||
44 dev_->model->asic_type == AsicType::GL846 ||
45 dev_->model->asic_type == AsicType::GL847)
51 if (dev_->model->asic_type == AsicType::GL124) {
58 if (dev_->model->asic_type == AsicType::GL845 ||
59 dev_->model->asic_type
[all...]
H A Dtables_model.cpp83 model.asic_type = AsicType::GL646; in genesys_init_usb_device_tables()
132 model.asic_type = AsicType::GL841; in genesys_init_usb_device_tables()
189 model.asic_type = AsicType::GL843; in genesys_init_usb_device_tables()
239 model.asic_type = AsicType::GL843; in genesys_init_usb_device_tables()
290 model.asic_type = AsicType::GL843; in genesys_init_usb_device_tables()
341 model.asic_type = AsicType::GL843; in genesys_init_usb_device_tables()
393 model.asic_type = AsicType::GL843; in genesys_init_usb_device_tables()
463 model.asic_type = AsicType::GL843; in genesys_init_usb_device_tables()
533 model.asic_type = AsicType::GL843; in genesys_init_usb_device_tables()
599 model.asic_type in genesys_init_usb_device_tables()
[all...]
H A Dgenesys.cpp277 if (dev->model->asic_type == AsicType::GL845 || in sanei_genesys_init_structs()
278 dev->model->asic_type == AsicType::GL846 || in sanei_genesys_init_structs()
279 dev->model->asic_type == AsicType::GL847 || in sanei_genesys_init_structs()
280 dev->model->asic_type == AsicType::GL124) in sanei_genesys_init_structs()
340 if (dev->model->asic_type == AsicType::GL646) { in sanei_genesys_create_default_gamma_table()
347 } else if (dev->model->asic_type == AsicType::GL124 || in sanei_genesys_create_default_gamma_table()
348 dev->model->asic_type == AsicType::GL845 || in sanei_genesys_create_default_gamma_table()
349 dev->model->asic_type == AsicType::GL846 || in sanei_genesys_create_default_gamma_table()
350 dev->model->asic_type == AsicType::GL847) { in sanei_genesys_create_default_gamma_table()
452 switch (dev.model->asic_type) { in scanner_clear_scan_and_feed_counts()
[all...]
H A Dlow.h191 std::unique_ptr<CommandSet> create_cmd_set(AsicType asic_type);
267 unsigned sanei_genesys_get_bulk_max_size(AsicType asic_type);
326 void regs_set_exposure(AsicType asic_type, Genesys_Register_Set& regs,
329 void regs_set_optical_off(AsicType asic_type, Genesys_Register_Set& regs);
341 bool get_registers_gain4_bit(AsicType asic_type, const Genesys_Register_Set& regs);
364 MotorSlopeTable create_slope_table(AsicType asic_type, const Genesys_Motor& motor, unsigned ydpi,
368 MotorSlopeTable create_slope_table_fastest(AsicType asic_type, unsigned step_multiplier,
H A Dmotor.cpp88 unsigned get_slope_table_max_size(AsicType asic_type) in get_slope_table_max_size() argument
90 switch (asic_type) { in get_slope_table_max_size()
H A Dmotor.h119 unsigned get_slope_table_max_size(AsicType asic_type);
H A Ddevice.h110 AsicType asic_type = AsicType::UNKNOWN; member
H A Dgl846.cpp380 auto scan_table = create_slope_table(dev->model->asic_type, dev->motor, scan_yres, in gl846_init_motor_regs_scan()
397 auto fast_table = create_slope_table_fastest(dev->model->asic_type, step_multiplier, in gl846_init_motor_regs_scan()
525 regs_set_optical_off(dev->model->asic_type, *reg); in gl846_init_optical_regs_scan()
H A Dgl842.cpp327 auto scan_table = create_slope_table(dev->model->asic_type, dev->motor, scan_yres, exposure, in gl842_init_motor_regs_scan()
344 auto fast_table = create_slope_table_fastest(dev->model->asic_type, step_multiplier, in gl842_init_motor_regs_scan()
421 regs_set_optical_off(dev->model->asic_type, *reg); in gl842_init_optical_regs_scan()
H A Dgl847.cpp344 auto scan_table = create_slope_table(dev->model->asic_type, dev->motor, scan_yres, in gl847_init_motor_regs_scan()
361 auto fast_table = create_slope_table(dev->model->asic_type, dev->motor, fast_dpi, in gl847_init_motor_regs_scan()
473 regs_set_optical_off(dev->model->asic_type, *reg); in gl847_init_optical_regs_scan()
496 regs_set_exposure(dev->model->asic_type, *reg, sanei_genesys_fixup_exposure({0, 0, 0})); in gl847_init_optical_regs_scan()
H A Dgl841.cpp576 auto fast_table = create_slope_table_fastest(dev->model->asic_type, step_multiplier, in gl841_init_motor_regs_feed()
656 auto slow_table = create_slope_table(dev->model->asic_type, dev->motor, scan_yres, in gl841_init_motor_regs_scan()
664 auto fast_table = create_slope_table_fastest(dev->model->asic_type, step_multiplier, in gl841_init_motor_regs_scan()
1235 regs_set_optical_off(dev->model->asic_type, local_reg); in eject_document()
H A Dgl124.cpp512 auto scan_table = create_slope_table(dev->model->asic_type, dev->motor, yres, in gl124_init_motor_regs_scan()
528 auto fast_table = create_slope_table(dev->model->asic_type, dev->motor, fast_dpi, in gl124_init_motor_regs_scan()
587 regs_set_optical_off(dev->model->asic_type, *reg); in gl124_init_optical_regs_scan()
H A Dgl843.cpp728 auto scan_table = create_slope_table(dev->model->asic_type, dev->motor, scan_yres, exposure, in gl843_init_motor_regs_scan()
745 auto fast_table = create_slope_table_fastest(dev->model->asic_type, step_multiplier, in gl843_init_motor_regs_scan()
875 regs_set_optical_off(dev->model->asic_type, *reg); in gl843_init_optical_regs_scan()
H A Dtables_sensor.cpp3788 sensor_to_asic[device.model().sensor_id] = device.model().asic_type; in verify_sensor_tables()
3794 auto asic_type = sensor_to_asic[sensor.sensor_id]; in verify_sensor_tables() local
3804 if (asic_type != AsicType::GL646) { in verify_sensor_tables()
3813 if (asic_type == AsicType::GL841) { in verify_sensor_tables()
3826 if (asic_type == AsicType::GL842) { in verify_sensor_tables()
H A Dgl646.cpp1708 regs_set_optical_off(dev->model->asic_type, dev->reg); in move_back_home()
/third_party/backends/backend/
H A Davision.h260 } asic_type; typedef
395 asic_type inquiry_asic_type;

Completed in 32 milliseconds