Searched refs:dev_ctl (Results 1 – 1 of 1) sorted by relevance
63 struct edac_device_ctl_info *dev_ctl; in edac_device_alloc_ctl_info() local70 dev_ctl = kzalloc(sizeof(struct edac_device_ctl_info), GFP_KERNEL); in edac_device_alloc_ctl_info()71 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()95 dev_ctl->nr_instances = nr_instances; 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()[all …]