Linux Kernel
3.7.1
|
Data Fields | |
struct list_head | list |
struct device * | hwmon_dev |
struct device * | bmc_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_data * | sensors |
struct completion read_complete |
unsigned char rx_msg_data[IPMI_MAX_MSG_LENGTH] |
struct kernel_ipmi_msg tx_message |
unsigned char tx_msg_data[IPMI_MAX_MSG_LENGTH] |