Home
last modified time | relevance | path

Searched refs:get_threshold (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/perf/arm_cspmu/
H A Dampere_cspmu.c149 threshold = get_threshold(event); in ampere_cspmu_set_ev_filter()
161 if (get_threshold(event) != get_threshold(event2) || in ampere_cspmu_validate_configs()
/linux/drivers/edac/
H A Decs.c62 EDAC_ECS_ATTR_SHOW(threshold, get_threshold, u32, "%u\n")
120 if (ops->get_threshold) { in EDAC_ECS_ATTR_STORE()
/linux/drivers/gpu/drm/xe/
H A Dxe_gt_sriov_pf_debugfs.c271 static int get_threshold(void *data, u64 *val, enum xe_guc_klv_threshold_index index) in get_threshold() function
289 return get_threshold(data, val, INDEX); \
/linux/include/linux/
H A Dedac.h719 * @get_threshold: read the threshold count per gigabits of memory cells.
728 int (*get_threshold)(struct device *dev, void *drv_data, int fru_id, u32 *threshold); member
/linux/drivers/cxl/core/
H A Dedac.c773 .get_threshold = cxl_ecs_get_threshold,