Searched refs:get_threshold (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/perf/arm_cspmu/ |
| H A D | ampere_cspmu.c | 149 threshold = get_threshold(event); in ampere_cspmu_set_ev_filter() 161 if (get_threshold(event) != get_threshold(event2) || in ampere_cspmu_validate_configs()
|
| /linux-6.15/drivers/edac/ |
| H A D | ecs.c | 62 EDAC_ECS_ATTR_SHOW(threshold, get_threshold, u32, "%u\n") 120 if (ops->get_threshold) { in EDAC_ECS_ATTR_STORE()
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_gt_sriov_pf_debugfs.c | 252 static int get_threshold(void *data, u64 *val, enum xe_guc_klv_threshold_index index) in get_threshold() function 270 return get_threshold(data, val, INDEX); \
|
| /linux-6.15/include/linux/ |
| H A D | edac.h | 728 int (*get_threshold)(struct device *dev, void *drv_data, int fru_id, u32 *threshold); member
|