Searched refs:st_timing (Results 1 - 4 of 4) sorted by relevance
/third_party/backends/backend/ |
H A D | hp3900_types.c | 495 struct st_timing struct 668 struct st_timing **timings;
|
H A D | hp3900_config.c | 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) 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 D | hp3900_debug.c | 68 static void dbg_timing (struct st_timing *mt); 166 dbg_timing (struct st_timing *mt) in dbg_timing()
|
H A D | hp3900_rts8822.c | 2314 struct st_timing reg, *tmg; in Load_Timings() 2326 tmg = (struct st_timing *) malloc (sizeof (struct st_timing)); in Load_Timings() 2329 memcpy (tmg, ®, 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