Home
last modified time | relevance | path

Searched defs:edac_mem_repair_ops (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Dedac.h809 struct edac_mem_repair_ops { struct
810 int (*get_repair_type)(struct device *dev, void *drv_data, const char **type);
811 int (*get_persist_mode)(struct device *dev, void *drv_data, bool *persist);
812 int (*set_persist_mode)(struct device *dev, void *drv_data, bool persist);
813 int (*get_repair_safe_when_in_use)(struct device *dev, void *drv_data, bool *safe);
814 int (*get_hpa)(struct device *dev, void *drv_data, u64 *hpa);
815 int (*set_hpa)(struct device *dev, void *drv_data, u64 hpa);
816 int (*get_min_hpa)(struct device *dev, void *drv_data, u64 *hpa);
817 int (*get_max_hpa)(struct device *dev, void *drv_data, u64 *hpa);
818 int (*get_dpa)(struct device *dev, void *drv_data, u64 *dpa);
[all …]