Lines Matching +full:output +full:- +full:disable
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
5 * Copyright 2009-2010 Analog Devices Inc.
52 #define Debounce_DIS1 0x29 /* Debounce Disable */
53 #define Debounce_DIS2 0x2A /* Debounce Disable */
54 #define Debounce_DIS3 0x2B /* Debounce Disable */
55 #define GPIO_PULL1 0x2C /* GPIO Pull Disable */
56 #define GPIO_PULL2 0x2D /* GPIO Pull Disable */
57 #define GPIO_PULL3 0x2E /* GPIO Pull Disable */
60 #define CMP_CONFG_SENS2 0x32 /* L2 Light Sensor Reference Level, Output Falling for Sensor 1 */
61 #define CMP1_LVL2_TRIP 0x33 /* L2 Light Sensor Hysteresis (Active when Output Rising) for Sensor 1 …
62 #define CMP1_LVL2_HYS 0x34 /* L3 Light Sensor Reference Level, Output Falling For Sensor 1 */
63 #define CMP1_LVL3_TRIP 0x35 /* L3 Light Sensor Hysteresis (Active when Output Rising) For Sensor 1 …
65 #define CMP2_LVL2_TRIP 0x37 /* L2 Light Sensor Reference Level, Output Falling for Sensor 2 */
66 #define CMP2_LVL2_HYS 0x38 /* L2 Light Sensor Hysteresis (Active when Output Rising) for Sensor 2 */
67 #define CMP2_LVL3_TRIP 0x39 /* L3 Light Sensor Reference Level, Output Falling For Sensor 2 */
68 #define CMP2_LVL3_HYS 0x3A /* L3 Light Sensor Hysteresis (Active when Output Rising) For Sensor 2 */
134 #define ADP5588_GPIMAPSIZE_MAX (GPI_PIN_END - GPI_PIN_BASE + 1)
161 unsigned pullup_dis_mask; /* Pull-Up Disable Mask */