PCF8591_CONTROL_AOEF 60 drivers/hwmon/pcf8591.c #define PCF8591_INIT_CONTROL ((input_mode << 4) | PCF8591_CONTROL_AOEF) PCF8591_CONTROL_AOEF 128 drivers/hwmon/pcf8591.c return sprintf(buf, "%u\n", !(!(data->control & PCF8591_CONTROL_AOEF))); PCF8591_CONTROL_AOEF 146 drivers/hwmon/pcf8591.c data->control |= PCF8591_CONTROL_AOEF; PCF8591_CONTROL_AOEF 148 drivers/hwmon/pcf8591.c data->control &= ~PCF8591_CONTROL_AOEF;