Lines Matching refs:item
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)
2018 rst = bq5550_motormove(item, reg);
2022 rst = hp3800_motormove(item, reg);
2026 rst = hp3970_motormove(RTS_Debug->usbtype, sensortype, item, reg);
2033 static SANE_Int bq5550_motormove(SANE_Int item, struct st_motormove *reg)
2050 if ((item < 2)&&(item > -1))
2051 memcpy(reg, &mv[item], sizeof(struct st_motormove));
2058 static SANE_Int hp3800_motormove(SANE_Int item, struct st_motormove *reg)
2075 if ((item < 2)&&(item > -1))
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)
2112 if (item < 2)
2121 if (item == count)