Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ibmpex_bmc_data Struct Reference

Data Fields

struct list_head list
 
struct devicehwmon_dev
 
struct devicebmc_device
 
struct mutex lock
 
char valid
 
unsigned long last_updated
 
struct ipmi_addr address
 
struct completion read_complete
 
ipmi_user_t user
 
int interface
 
struct kernel_ipmi_msg tx_message
 
unsigned char tx_msg_data [IPMI_MAX_MSG_LENGTH]
 
long tx_msgid
 
unsigned char rx_msg_data [IPMI_MAX_MSG_LENGTH]
 
unsigned long rx_msg_len
 
unsigned char rx_result
 
int rx_recv_type
 
unsigned char sensor_major
 
unsigned char sensor_minor
 
unsigned char num_sensors
 
struct ibmpex_sensor_datasensors
 

Detailed Description

Definition at line 82 of file ibmpex.c.

Field Documentation

Definition at line 90 of file ibmpex.c.

Definition at line 85 of file ibmpex.c.

struct device* hwmon_dev

Definition at line 84 of file ibmpex.c.

Definition at line 93 of file ibmpex.c.

unsigned long last_updated

Definition at line 88 of file ibmpex.c.

Definition at line 83 of file ibmpex.c.

struct mutex lock

Definition at line 86 of file ibmpex.c.

unsigned char num_sensors

Definition at line 107 of file ibmpex.c.

struct completion read_complete

Definition at line 91 of file ibmpex.c.

unsigned char rx_msg_data[IPMI_MAX_MSG_LENGTH]

Definition at line 99 of file ibmpex.c.

unsigned long rx_msg_len

Definition at line 100 of file ibmpex.c.

int rx_recv_type

Definition at line 102 of file ibmpex.c.

unsigned char rx_result

Definition at line 101 of file ibmpex.c.

unsigned char sensor_major

Definition at line 104 of file ibmpex.c.

unsigned char sensor_minor

Definition at line 105 of file ibmpex.c.

Definition at line 108 of file ibmpex.c.

struct kernel_ipmi_msg tx_message

Definition at line 95 of file ibmpex.c.

unsigned char tx_msg_data[IPMI_MAX_MSG_LENGTH]

Definition at line 96 of file ibmpex.c.

long tx_msgid

Definition at line 97 of file ibmpex.c.

Definition at line 92 of file ibmpex.c.

char valid

Definition at line 87 of file ibmpex.c.


The documentation for this struct was generated from the following file: