Home
last modified time | relevance | path

Searched refs:get_max_cycle (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/edac/
H A Dscrub.c59 EDAC_SCRUB_ATTR_SHOW(max_cycle_duration, get_max_cycle, u32, "%u\n")
127 if (ops->get_max_cycle) in EDAC_SCRUB_ATTR_STORE()
/linux/include/linux/
H A Dedac.h684 * @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
/linux/drivers/cxl/core/
H A Dedac.c360 .get_max_cycle = cxl_patrol_scrub_get_max_scrub_cycle,