![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-or-later */ 0002 /* 0003 * Platform data declarations for DA9052 PMICs. 0004 * 0005 * Copyright(c) 2011 Dialog Semiconductor Ltd. 0006 * 0007 * Author: David Dajun Chen <dchen@diasemi.com> 0008 */ 0009 0010 #ifndef __MFD_DA9052_PDATA_H__ 0011 #define __MFD_DA9052_PDATA_H__ 0012 0013 #define DA9052_MAX_REGULATORS 14 0014 0015 struct da9052; 0016 0017 struct da9052_pdata { 0018 struct led_platform_data *pled; 0019 int (*init) (struct da9052 *da9052); 0020 int irq_base; 0021 int gpio_base; 0022 int use_for_apm; 0023 struct regulator_init_data *regulators[DA9052_MAX_REGULATORS]; 0024 }; 0025 0026 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |