Lines Matching +full:module +full:- +full:instance

10  *	http://www.anime.net/~goemon/linux-ecc/
15 * Refactored for multi-source files:
18 * Please look at Documentation/driver-api/edac.rst for more info about
60 * /L1-cache/ce_count
62 * /L2-cache/ce_count
65 * /L1-cache/ce_count
67 * /L2-cache/ce_count
98 * each block in each instance of the containing control structure
118 struct edac_device_instance *instance; /* Up Pointer */ member
132 /* device instance control structure */
137 struct edac_device_counter counters; /* instance counters */
155 struct module *owner; /* Module owner of this control struct */
159 /* Per instance controls for this edac_device */
181 /* the internal state of this controller instance */
183 /* work struct for this instance */
195 const char *mod_name; /* module name */
206 * and instance name:
231 /* To get from the instance's wq to the beginning of the ctl structure */
253 * -1 indicating no offset value
254 * 0 for zero-based block numbers
255 * 1 for 1-based block number
256 * other for other-based block number
258 #define BLOCK_OFFSET_VALUE_OFF ((unsigned) -1)
263 * edac_device_add_device - Insert the 'edac_dev' structure into the
276 * edac_device_del_device - Remove sysfs entries for specified edac_device
290 * edac_device_handle_ce_count - Log correctable errors.
293 * @inst_nr: number of the instance where the CE error happened
303 * edac_device_handle_ue_count - Log uncorrectable errors.
306 * @inst_nr: number of the instance where the CE error happened
319 * @inst_nr: number of the instance where the CE error happened
334 * @inst_nr: number of the instance where the UE error happened
358 kfree(ci->pvt_info); in __edac_device_free_ctl_info()
359 kfree(ci->attribs); in __edac_device_free_ctl_info()
360 kfree(ci->blocks); in __edac_device_free_ctl_info()
361 kfree(ci->instances); in __edac_device_free_ctl_info()