Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | wm831x_backlight_pdata |
struct | wm831x_backup_pdata |
struct | wm831x_battery_pdata |
struct | wm831x_buckv_pdata |
struct | wm831x_status_pdata |
struct | wm831x_touch_pdata |
struct | wm831x_watchdog_pdata |
struct | wm831x_pdata |
Macros | |
#define | WM831X_MAX_STATUS 2 |
#define | WM831X_MAX_DCDC 4 |
#define | WM831X_MAX_EPE 2 |
#define | WM831X_MAX_LDO 11 |
#define | WM831X_MAX_ISINK 2 |
#define | WM831X_GPIO_CONFIGURE 0x10000 |
#define | WM831X_GPIO_NUM 16 |
Enumerations | |
enum | wm831x_status_src { WM831X_STATUS_PRESERVE = 0, WM831X_STATUS_OTP = 1, WM831X_STATUS_POWER = 2, WM831X_STATUS_CHARGER = 3, WM831X_STATUS_MANUAL = 4 } |
enum | wm831x_watchdog_action { WM831X_WDOG_NONE = 0, WM831X_WDOG_INTERRUPT = 1, WM831X_WDOG_RESET = 2, WM831X_WDOG_WAKE = 3 } |
enum wm831x_status_src |