Lines Matching +full:regulator +full:- +full:output
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * Regulator uapi header
18 * Regulator notifier events.
20 * UNDER_VOLTAGE Regulator output is under voltage.
21 * OVER_CURRENT Regulator output current is too high.
22 * REGULATION_OUT Regulator output is out of regulation.
23 * FAIL Regulator output has failed.
24 * OVER_TEMP Regulator over temp.
25 * FORCE_DISABLE Regulator forcibly shut down by software.
26 * VOLTAGE_CHANGE Regulator voltage changed.
28 * DISABLE Regulator was disabled.
29 * PRE_VOLTAGE_CHANGE Regulator is about to have voltage changed.
31 * ABORT_VOLTAGE_CHANGE Regulator voltage change failed for some reason.
33 * PRE_DISABLE Regulator is about to be disabled
34 * ABORT_DISABLE Regulator disable failed for some reason
75 #define REG_GENL_ATTR_MAX (__REG_GENL_ATTR_MAX - 1)
80 REG_GENL_CMD_EVENT, /* kernel->user notifications for reg events */
84 #define REG_GENL_CMD_MAX (__REG_GENL_CMD_MAX - 1)