Home
last modified time | relevance | path

Searched refs:dev_ctl (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/edac/
A Dedac_device.c71 if (!dev_ctl) in edac_device_alloc_ctl_info()
78 dev_ctl->instances = dev_inst; in edac_device_alloc_ctl_info()
84 dev_ctl->blocks = dev_blk; in edac_device_alloc_ctl_info()
91 dev_ctl->pvt_info = pvt; in edac_device_alloc_ctl_info()
94 dev_ctl->dev_idx = device_index; in edac_device_alloc_ctl_info()
98 dev_ctl->log_ce = 1; in edac_device_alloc_ctl_info()
99 dev_ctl->log_ue = 1; in edac_device_alloc_ctl_info()
102 snprintf(dev_ctl->name, sizeof(dev_ctl->name),"%s", dev_name); in edac_device_alloc_ctl_info()
107 inst->ctl = dev_ctl; in edac_device_alloc_ctl_info()
128 dev_ctl->op_state = OP_ALLOC; in edac_device_alloc_ctl_info()
[all …]

Completed in 4 milliseconds