Lines Matching full:structure
82 /* edac_dev_sysfs_attribute structure
93 /* edac_dev_sysfs_block_attribute structure
97 * each block in each instance of the containing control structure can
106 /* device block control structure */
122 /* device instance control structure */
138 * Abstract edac_device control info structure
183 struct device *dev; /* pointer to device structure */
202 /* Number of instances supported on this control structure
213 * device this structure controls
218 /* To get from the instance's wq to the beginning of the ctl structure */
227 * structure. A MC driver will allocate one of these for each edac_device
248 * edac_device_add_device - Insert the 'edac_dev' structure into the
250 * edac_device structure.
252 * @edac_dev: pointer to edac_device structure to be added to the list
253 * 'edac_device' structure.
262 * structure and then remove edac_device structure from global list
266 * structure to remove.
269 * Pointer to removed edac_device structure,