Lines Matching refs:st_motormove
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)
2033 static SANE_Int bq5550_motormove(SANE_Int item, struct st_motormove *reg)
2041 struct st_motormove mv[] =
2051 memcpy(reg, &mv[item], sizeof(struct st_motormove));
2058 static SANE_Int hp3800_motormove(SANE_Int item, struct st_motormove *reg)
2066 struct st_motormove mv[] =
2076 memcpy(reg, &mv[item], sizeof(struct st_motormove));
2083 static SANE_Int hp3970_motormove(SANE_Int usb, SANE_Int ccd, SANE_Int item, struct st_motormove *reg)
2091 struct st_motormove move;
2123 memcpy(reg, &mv[a].move, sizeof(struct st_motormove));