Linux Kernel
3.7.1
|
#include <edac_core.h>
Data Fields | |
struct list_head | link |
struct module * | owner |
int | dev_idx |
int | log_ue |
int | log_ce |
int | panic_on_ue |
unsigned | poll_msec |
unsigned long | delay |
struct edac_dev_sysfs_attribute * | sysfs_attributes |
struct bus_type * | edac_subsys |
int | op_state |
struct delayed_work | work |
void(* | edac_check )(struct edac_device_ctl_info *edac_dev) |
struct device * | dev |
const char * | mod_name |
const char * | ctl_name |
const char * | dev_name |
void * | pvt_info |
unsigned long | start_time |
struct completion | removal_complete |
char | name [EDAC_DEVICE_NAME_LEN+1] |
u32 | nr_instances |
struct edac_device_instance * | instances |
struct edac_device_counter | counters |
struct kobject | kobj |
Definition at line 213 of file edac_core.h.
struct edac_device_counter counters |
Definition at line 283 of file edac_core.h.
Definition at line 258 of file edac_core.h.
unsigned long delay |
Definition at line 226 of file edac_core.h.
Definition at line 255 of file edac_core.h.
int dev_idx |
Definition at line 219 of file edac_core.h.
Definition at line 259 of file edac_core.h.
void(* edac_check)(struct edac_device_ctl_info *edac_dev) |
Definition at line 253 of file edac_core.h.
Definition at line 241 of file edac_core.h.
struct edac_device_instance* instances |
Definition at line 280 of file edac_core.h.
Definition at line 288 of file edac_core.h.
Definition at line 215 of file edac_core.h.
int log_ce |
Definition at line 223 of file edac_core.h.
int log_ue |
Definition at line 222 of file edac_core.h.
Definition at line 257 of file edac_core.h.
char name[EDAC_DEVICE_NAME_LEN+1] |
Definition at line 274 of file edac_core.h.
u32 nr_instances |
Definition at line 279 of file edac_core.h.
int op_state |
Definition at line 244 of file edac_core.h.
Definition at line 217 of file edac_core.h.
int panic_on_ue |
Definition at line 224 of file edac_core.h.
unsigned poll_msec |
Definition at line 225 of file edac_core.h.
void* pvt_info |
Definition at line 261 of file edac_core.h.
struct completion removal_complete |
Definition at line 265 of file edac_core.h.
unsigned long start_time |
Definition at line 263 of file edac_core.h.
struct edac_dev_sysfs_attribute* sysfs_attributes |
Definition at line 238 of file edac_core.h.
struct delayed_work work |
Definition at line 246 of file edac_core.h.