Searched refs:get_max_cycle (Results 1 – 3 of 3) sorted by relevance
59 EDAC_SCRUB_ATTR_SHOW(max_cycle_duration, get_max_cycle, u32, "%u\n")127 if (ops->get_max_cycle) in EDAC_SCRUB_ATTR_STORE()
684 * @get_max_cycle: get maximum supported scrub cycle duration in seconds.696 int (*get_max_cycle)(struct device *dev, void *drv_data, u32 *max); member
360 .get_max_cycle = cxl_patrol_scrub_get_max_scrub_cycle,