Lines Matching full:structure
83 /* edac_dev_sysfs_attribute structure
94 /* edac_dev_sysfs_block_attribute structure
98 * each block in each instance of the containing control structure
116 /* device block control structure */
132 /* device instance control structure */
148 * Abstract edac_device control info structure
193 struct device *dev; /* pointer to device structure */
214 /* Number of instances supported on this control structure
224 * device this structure controls
229 /* To get from the instance's wq to the beginning of the ctl structure */
238 * structure. A MC driver will allocate one of these for each edac_device
261 * edac_device_add_device: Insert the 'edac_dev' structure into the
263 * edac_device structure.
265 * @edac_dev: pointer to edac_device structure to be added to the list
266 * 'edac_device' structure.
275 * Remove sysfs entries for specified edac_device structure and
276 * then remove edac_device structure from global list
280 * structure to remove.
283 * Pointer to removed edac_device structure,