Lines Matching +full:5 +full:vout
59 /* VCON :VOUT output method control(0:normal, 1:interrupt) */
61 /* OCON :Select switch for enabling/disabling VOUT (00:enable, 11:disable) */
81 #define GP2AP002_HYS_HYSC_SHIFT 5
82 #define GP2AP002_HYS_HYSC_MASK GENMASK(6, 5)
92 * 5: 256ms, 6: 512ms, 7: 1024ms
95 #define GP2AP002_CYCLE_CYCL_MASK GENMASK(5, 3)
115 * Select switch for enabling/disabling Vout pin
206 dev_err(gp2ap002->dev, "error setting up VOUT control\n"); in gp2ap002_prox_irq()
222 0, 1, 1, 2, 2, 3, 4, 5, 6, 8, 10, 12, 16, 20, 25, 32, 40, 50, 63, 79,
316 /* Interrupt on VOUT enabled */ in gp2ap002_init()
320 dev_err(gp2ap002->dev, "error setting up VOUT control\n"); in gp2ap002_init()
477 * modes named things like "B1.5". To be able to support any devices, in gp2ap002_probe()