Lines Matching refs:st_timing
128 static SANE_Int cfg_timing_get(SANE_Int sensortype, SANE_Int tm, struct st_timing *reg);
129 static SANE_Int bq5550_timing_get(SANE_Int tm, struct st_timing *reg);
130 static SANE_Int ua4900_timing_get(SANE_Int tm, struct st_timing *reg);
131 static SANE_Int hp3800_timing_get(SANE_Int tm, struct st_timing *reg);
132 static SANE_Int hp3970_timing_get(SANE_Int sensortype, SANE_Int tm, struct st_timing *reg);
133 static SANE_Int hp4370_timing_get(SANE_Int tm, struct st_timing *reg);
3586 static SANE_Int bq5550_timing_get(SANE_Int tm, struct st_timing *reg)
3594 struct st_timing data[] =
3605 memcpy(reg, &data[tm], sizeof(struct st_timing));
3613 static SANE_Int hp3800_timing_get(SANE_Int tm, struct st_timing *reg)
3621 struct st_timing data[] =
3649 memcpy(reg, &data[tm], sizeof(struct st_timing));
3657 static SANE_Int hp3970_timing_get(SANE_Int sensortype, SANE_Int tm, struct st_timing *reg)
3667 struct st_timing data[] =
3684 memcpy(reg, &data[tm], sizeof(struct st_timing));
3689 struct st_timing data[] =
3706 memcpy(reg, &data[tm], sizeof(struct st_timing));
3714 static SANE_Int hp4370_timing_get(SANE_Int tm, struct st_timing *reg)
3722 struct st_timing data[] =
3741 memcpy(reg, &data[tm], sizeof(struct st_timing));
3749 static SANE_Int ua4900_timing_get(SANE_Int tm, struct st_timing *reg)
3756 struct st_timing data[] =
3771 memcpy(reg, &data[tm], sizeof(struct st_timing));
3778 static SANE_Int cfg_timing_get(SANE_Int sensortype, SANE_Int tm, struct st_timing *reg)