Home
last modified time | relevance | path

Searched refs:optical_res (Results 1 - 8 of 8) sorted by relevance

/third_party/backends/backend/
H A Depson2-ops.c154 dev->optical_res = 0; /* just to have it initialized */ in e2_dev_init()
238 if (dev->optical_res > last) { in e2_dev_post_init()
239 DBG(1, "adding optical resolution (%d)\n", dev->optical_res); in e2_dev_post_init()
240 e2_add_resolution(dev, dev->optical_res); in e2_dev_post_init()
258 if (dev->dpi_range.max > last && dev->dpi_range.max != dev->optical_res) { in e2_dev_post_init()
705 dev->optical_res = le32atoh(&buf[4]); in e2_discover_capabilities()
712 le32atoh(&buf[24]), dev->optical_res); in e2_discover_capabilities()
717 le32atoh(&buf[32]), dev->optical_res); in e2_discover_capabilities()
734 le32atoh(&buf[40]), dev->optical_res); in e2_discover_capabilities()
746 dev->optical_res); in e2_discover_capabilities()
[all...]
H A Dkodakaio.h67 SANE_Int optical_res; /* optical resolution */ member
H A Dmagicolor.h108 SANE_Int optical_res; /* optical resolution */ member
H A Depson.h207 SANE_Int optical_res; /* optical resolution */ member
H A Depson2.h352 SANE_Int optical_res; /* optical resolution */ member
H A Depson.c200 2000-06-13 Initialize optical_res to 0 (Dave Hill)
2039 s->hw->optical_res = 0; /* just to have it initialized */ in attach()
4830 if ((s->hw->optical_res != 0) && (mparam->depth == 8) in sane_start()
4833 s->line_distance = s->hw->max_line_distance * ndpi / s->hw->optical_res; in sane_start()
6152 s->hw->optical_res = buf[1] << 8 | buf[0]; in get_identity2_information()
H A Dkodakaio.c1597 optres = s->hw->cap->optical_res; in k_set_scanning_parameters()
1788 optres = s->hw->cap->optical_res; in k_init_parametersta()
H A Dmagicolor.c1415 optres = s->hw->cap->optical_res; in mc_init_parameters()

Completed in 20 milliseconds