Linux Kernel
3.7.1
|
#include <linux/types.h>
Go to the source code of this file.
Data Structures | |
struct | smu_sdbp_header |
struct | smu_sdbp_fvt |
struct | smu_sdbp_cpuvcp |
struct | smu_sdbp_cpudiode |
struct | smu_sdbp_slotspow |
struct | smu_sdbp_sensortree |
struct | smu_sdbp_cpupiddata |
struct | smu_user_cmd_hdr |
struct | smu_user_reply_hdr |
Enumerations | |
enum | { SMU_PWR_GET_POWERUP_EVENTS = 0x00, SMU_PWR_SET_POWERUP_EVENTS = 0x01, SMU_PWR_CLR_POWERUP_EVENTS = 0x02, SMU_PWR_GET_WAKEUP_EVENTS = 0x03, SMU_PWR_SET_WAKEUP_EVENTS = 0x04, SMU_PWR_CLR_WAKEUP_EVENTS = 0x05, SMU_PWR_LAST_SHUTDOWN_CAUSE = 0x07, SMU_PWR_SERVER_ID = 0x08 } |
enum | { SMU_PWR_WAKEUP_KEY = 0x01, SMU_PWR_WAKEUP_AC_INSERT = 0x02, SMU_PWR_WAKEUP_AC_CHANGE = 0x04, SMU_PWR_WAKEUP_LID_OPEN = 0x08, SMU_PWR_WAKEUP_RING = 0x10 } |
#define SMU_CMD_MISC_ee_LEDS_CTRL 0x04 /* i: 00 (00,01) [00] */ |
#define SMU_CMD_RTC_GET_PRAM_BYTE 0x28 /* i: 1 bytes (address?) */ |
#define SMU_CMD_RTC_SET_PRAM_AUTOINC 0x21 /* i: 1 byte (data?) */ |
#define SMU_CMD_RTC_SET_PRAM_BYTE_ACC 0x20 /* i: 1 byte (address?) */ |
#define SMU_CMDTYPE_GET_PARTITION 2 /* retrieve an sdb partition */ |
#define SMU_U16_MIX | ( | x | ) | le16_to_cpu(x) |
anonymous enum |