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
226 * device this structure controls
231 /* To get from the instance's wq to the beginning of the ctl structure */
240 * structure. A MC driver will allocate one of these for each edac_device
263 * edac_device_add_device - Insert the 'edac_dev' structure into the
265 * edac_device structure.
267 * @edac_dev: pointer to edac_device structure to be added to the list
268 * 'edac_device' structure.
277 * structure and then remove edac_device structure from global list
281 * structure to remove.
284 * Pointer to removed edac_device structure,