Home
last modified time | relevance | path

Searched refs:st_timing (Results 1 - 4 of 4) sorted by relevance

/third_party/backends/backend/
H A Dhp3900_types.c495 struct st_timing struct
668 struct st_timing **timings;
H A Dhp3900_config.c128 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) in bq5550_timing_get()
3594 struct st_timing data[] = in bq5550_timing_get()
3605 memcpy(reg, &data[tm], sizeof(struct st_timing)); in bq5550_timing_get()
3613 static SANE_Int hp3800_timing_get(SANE_Int tm, struct st_timing *re
[all...]
H A Dhp3900_debug.c68 static void dbg_timing (struct st_timing *mt);
166 dbg_timing (struct st_timing *mt) in dbg_timing()
H A Dhp3900_rts8822.c2314 struct st_timing reg, *tmg; in Load_Timings()
2326 tmg = (struct st_timing *) malloc (sizeof (struct st_timing)); in Load_Timings()
2329 memcpy (tmg, &reg, sizeof (struct st_timing)); in Load_Timings()
2333 (struct st_timing **) realloc (dev->timings, in Load_Timings()
2334 sizeof (struct st_timing **) * in Load_Timings()
5073 struct st_timing *mt = dev->timings[mytiming]; in RTS_Setup_SensorTiming()

Completed in 25 milliseconds