Lines Matching full:callbacks
24 * struct powercap_control_type_ops - Define control type callbacks
37 * This structure defines control type callbacks to be implemented by client
75 * struct powercap_zone_ops - Define power zone callbacks
92 * This structure defines zone callbacks to be implemented by client drivers.
93 * Client drives can define both energy and power related callbacks. But at
95 * should handle mutual exclusion, if required in callbacks.
155 * struct powercap_zone_constraint_ops - Define constraint callbacks
166 * This structure is used to define the constraint callbacks for the client
167 * drivers. The following callbacks are mandatory and can't be NULL:
173 * Client drivers should handle mutual exclusion, if required in callbacks.
191 * @ops: Pointer to the constraint callbacks.
243 * @ops: Callbacks for control type. This parameter is optional.
284 * a pointer to a structure representing zone callbacks.