Lines Matching refs:st_gain_offset
92 static SANE_Int cfg_gainoffset_get(SANE_Int sensortype, struct st_gain_offset *reg);
93 static SANE_Int bq5550_gainoffset(SANE_Int usb, struct st_gain_offset *myreg);
94 static SANE_Int ua4900_gainoffset(SANE_Int usb, struct st_gain_offset *myreg);
95 static SANE_Int hp3800_gainoffset(SANE_Int usb, struct st_gain_offset *myreg);
96 static SANE_Int hp3970_gainoffset(SANE_Int usb, SANE_Int sensor, struct st_gain_offset *myreg);
97 static SANE_Int hp4370_gainoffset(SANE_Int usb, struct st_gain_offset *myreg);
1289 static SANE_Int bq5550_gainoffset(SANE_Int usb, struct st_gain_offset *myreg)
1294 struct st_gain_offset values;
1315 memcpy(myreg, ®[a].values, sizeof(struct st_gain_offset));
1325 static SANE_Int hp3800_gainoffset(SANE_Int usb, struct st_gain_offset *myreg)
1330 struct st_gain_offset values;
1351 memcpy(myreg, ®[a].values, sizeof(struct st_gain_offset));
1361 static SANE_Int hp3970_gainoffset(SANE_Int usb, SANE_Int sensor, struct st_gain_offset *myreg)
1367 struct st_gain_offset values;
1391 memcpy(myreg, ®[a].values, sizeof(struct st_gain_offset));
1401 static SANE_Int hp4370_gainoffset(SANE_Int usb, struct st_gain_offset *myreg)
1406 struct st_gain_offset values;
1427 memcpy(myreg, ®[a].values, sizeof(struct st_gain_offset));
1437 static SANE_Int ua4900_gainoffset(SANE_Int usb, struct st_gain_offset *myreg)
1442 struct st_gain_offset values;
1463 memcpy(myreg, ®[a].values, sizeof(struct st_gain_offset));
1473 static SANE_Int cfg_gainoffset_get(SANE_Int sensortype, struct st_gain_offset *reg)