Home
last modified time | relevance | path

Searched refs:vrbs (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/
H A Dhp3900_config.c70 static void cfg_refvoltages_get(SANE_Int sensortype, SANE_Byte *vrts, SANE_Byte *vrms, SANE_Byte *vrbs);
71 static void hp3800_refvoltages(SANE_Int usb, SANE_Int sensor, SANE_Byte *vrts, SANE_Byte *vrms, SANE_Byte *vrbs);
72 static void hp3970_refvoltages(SANE_Int usb, SANE_Int sensor, SANE_Byte *vrts, SANE_Byte *vrms, SANE_Byte *vrbs);
676 static void hp3800_refvoltages(SANE_Int usb, SANE_Int sensor, SANE_Byte *vrts, SANE_Byte *vrms, SANE_Byte *vrbs) in hp3800_refvoltages() argument
688 /* usb, sensor , {vrts, vrms, vrbs} */ in hp3800_refvoltages()
693 if ((vrts != NULL)&&(vrms != NULL)&&(vrbs != NULL)) in hp3800_refvoltages()
698 *vrts = *vrms = *vrbs = 0; in hp3800_refvoltages()
706 *vrbs = myreg[a].values[2]; in hp3800_refvoltages()
712 static void hp3970_refvoltages(SANE_Int usb, SANE_Int sensor, SANE_Byte *vrts, SANE_Byte *vrms, SANE_Byte *vrbs) in hp3970_refvoltages() argument
724 /* usb, sensor , {vrts, vrms, vrbs} */ in hp3970_refvoltages()
750 cfg_refvoltages_get(SANE_Int sensortype, SANE_Byte *vrts, SANE_Byte *vrms, SANE_Byte *vrbs) cfg_refvoltages_get() argument
[all...]
H A Dhp3900_rts8822.c3536 SANE_Byte vrts, vrms, vrbs; in RTS_Setup_RefVoltages() local
3538 cfg_refvoltages_get (dev->sensorcfg->type, &vrts, &vrms, &vrbs); in RTS_Setup_RefVoltages()
3547 data_bitset (&Regs[0x16], 0xe0, vrbs); /*xxx----- */ in RTS_Setup_RefVoltages()

Completed in 19 milliseconds