Searched refs:st_motormove (Results 1 - 4 of 4) sorted by relevance
/third_party/backends/backend/ |
H A D | hp3900_types.c | 543 struct st_motormove struct 672 struct st_motormove **motormove;
|
H A D | hp3900_config.c | 136 static SANE_Int cfg_motormove_get(SANE_Int sensortype, SANE_Int mm, struct st_motormove *reg); 137 static SANE_Int bq5550_motormove(SANE_Int item, struct st_motormove *reg); 138 static SANE_Int hp3800_motormove(SANE_Int item, struct st_motormove *reg); 139 static SANE_Int hp3970_motormove(SANE_Int usb, SANE_Int ccd, SANE_Int item, struct st_motormove *reg); 2011 static SANE_Int cfg_motormove_get(SANE_Int sensortype, SANE_Int item, struct st_motormove *reg) in cfg_motormove_get() 2033 static SANE_Int bq5550_motormove(SANE_Int item, struct st_motormove *reg) in bq5550_motormove() 2041 struct st_motormove mv[] = in bq5550_motormove() 2051 memcpy(reg, &mv[item], sizeof(struct st_motormove)); in bq5550_motormove() 2058 static SANE_Int hp3800_motormove(SANE_Int item, struct st_motormove *reg) in hp3800_motormove() 2066 struct st_motormove m in hp3800_motormove() [all...] |
H A D | hp3900_rts8822.c | 401 struct st_motormove *mymotor, 2606 struct st_motormove mymotor; in Head_ParkHome() 2618 sizeof (struct st_motormove)); in Head_ParkHome() 2655 struct st_motormove *mymotor, struct st_motorpos *mtrpos) in Motor_Move() 2888 struct st_motormove *ms; in Free_Motormoves() 2952 struct st_motormove reg, *mm; in Load_Motormoves() 2966 (struct st_motormove **) realloc (dev->motormove, in Load_Motormoves() 2967 sizeof (struct st_motormove **) * in Load_Motormoves() 2971 mm = (struct st_motormove *) malloc (sizeof (struct st_motormove)); in Load_Motormoves() [all...] |
H A D | hp3900_debug.c | 395 struct st_motormove *reg; in dbg_motormoves()
|
Completed in 15 milliseconds