/* SPDX-License-Identifier: GPL-2.0-only */ /* * act8865.h -- Voltage regulation for active-semi act88xx PMUs * * Copyright (C) 2013 Atmel Corporation. */ #ifndef __LINUX_REGULATOR_ACT8865_H #define __LINUX_REGULATOR_ACT8865_H #include <linux/regulator/machine.h> enum { … }; enum { … }; enum { … }; enum { … }; /** * act8865_regulator_data - regulator data * @id: regulator id * @name: regulator name * @init_data: regulator init data * @of_node: device tree node (optional) */ struct act8865_regulator_data { … }; /** * act8865_platform_data - platform data for act8865 * @num_regulators: number of regulators used * @regulators: pointer to regulators used */ struct act8865_platform_data { … }; #endif