Searched refs:ST_NORMAL (Results 1 - 5 of 5) sorted by relevance
/third_party/backends/backend/ |
H A D | hp3900_config.c | 1685 /* usb , { ST_NORMAL, ST_TA, ST_NEG} */ in hp3800_fixedpwm() 1697 if ((scantype < ST_NORMAL)||(scantype > ST_NEG)) in hp3800_fixedpwm() 1698 scantype = ST_NORMAL; in hp3800_fixedpwm() 1719 /* usb , sensor , { ST_NORMAL, ST_TA, ST_NEG} */ in hp3970_fixedpwm() 1734 if ((scantype < ST_NORMAL)||(scantype > ST_NEG)) in hp3970_fixedpwm() 1735 scantype = ST_NORMAL; in hp3970_fixedpwm() 1755 /* usb , { ST_NORMAL, ST_TA, ST_NEG} */ in hp4370_fixedpwm() 1767 if ((scantype < ST_NORMAL)||(scantype > ST_NEG)) in hp4370_fixedpwm() 1768 scantype = ST_NORMAL; in hp4370_fixedpwm() 1788 /* usb , { ST_NORMAL, ST_T in ua4900_fixedpwm() [all...] |
H A D | hp3900_rts8822.c | 1314 scantype = ST_NORMAL; in Load_Config() 1593 scan.scantype = ST_NORMAL; in RTS_Scanner_SetParams() 1600 if (scan.scantype == ST_NORMAL) in RTS_Scanner_SetParams() 2368 scan.scantype = ST_NORMAL; in IsScannerLinked() 2421 Lamp_PWM_Save (dev, cfg_fixedpwm_get (dev->sensorcfg->type, ST_NORMAL)); in IsScannerLinked() 2494 (lamp == FLB_LAMP) ? ST_NORMAL : ST_TA); in Lamp_PWM_Setup() 5144 if (scan.scantype != ST_NORMAL) in Motor_GetFromResolution() 7671 && (scan2.scantype == ST_NORMAL)) in Read_Block() 8104 (dev, Regs, (scancfg.scantype == ST_NORMAL) ? FLB_LAMP : TMA_LAMP, in Scan_Start() 8127 if ((RTS_Debug->wshading == TRUE) && (scan.scantype == ST_NORMAL)) in Scan_Start() [all...] |
H A D | hp3900_types.c | 113 #define ST_NORMAL 0x01 macro
|
H A D | hp3900_sane.c | 1017 rst = ST_NORMAL; in Get_Source() 1023 rst = ST_NORMAL; /* default */ in Get_Source() 1199 scanner->ScanParams.scantype = ST_NORMAL; in options_init() 2324 if (!((source != ST_NORMAL) && (RTS_isTmaAttached (device) == FALSE))) in sane_start()
|
H A D | hp3900_debug.c | 135 case ST_NORMAL: in dbg_scantype() 136 return "ST_NORMAL"; in dbg_scantype()
|
Completed in 19 milliseconds