Lines Matching defs:gt
29 int (func)(struct intel_gt *gt, u32 val), u32 val) in sysfs_gt_attribute_w_func()
31 struct intel_gt *gt; in sysfs_gt_attribute_w_func() local
54 u32 (func)(struct intel_gt *gt), in sysfs_gt_attribute_r_func()
57 struct intel_gt *gt; in sysfs_gt_attribute_r_func() local
168 static u32 get_residency(struct intel_gt *gt, enum intel_rc6_res_type id) in get_residency()
179 static u8 get_rc6_mask(struct intel_gt *gt) in get_rc6_mask()
197 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name); in rc6_enable_show() local
206 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(&dev->kobj, attr->attr.name); in rc6_enable_dev_show() local
211 static u32 __rc6_residency_ms_show(struct intel_gt *gt) in __rc6_residency_ms_show()
216 static u32 __rc6p_residency_ms_show(struct intel_gt *gt) in __rc6p_residency_ms_show()
221 static u32 __rc6pp_residency_ms_show(struct intel_gt *gt) in __rc6pp_residency_ms_show()
226 static u32 __media_rc6_residency_ms_show(struct intel_gt *gt) in __media_rc6_residency_ms_show()
299 static void intel_sysfs_rc6_init(struct intel_gt *gt, struct kobject *kobj) in intel_sysfs_rc6_init()
327 static u32 __act_freq_mhz_show(struct intel_gt *gt) in __act_freq_mhz_show()
332 static u32 __cur_freq_mhz_show(struct intel_gt *gt) in __cur_freq_mhz_show()
337 static u32 __boost_freq_mhz_show(struct intel_gt *gt) in __boost_freq_mhz_show()
342 static int __boost_freq_mhz_store(struct intel_gt *gt, u32 val) in __boost_freq_mhz_store()
347 static u32 __RP0_freq_mhz_show(struct intel_gt *gt) in __RP0_freq_mhz_show()
352 static u32 __RPn_freq_mhz_show(struct intel_gt *gt) in __RPn_freq_mhz_show()
357 static u32 __RP1_freq_mhz_show(struct intel_gt *gt) in __RP1_freq_mhz_show()
362 static u32 __max_freq_mhz_show(struct intel_gt *gt) in __max_freq_mhz_show()
367 static int __set_max_freq(struct intel_gt *gt, u32 val) in __set_max_freq()
372 static u32 __min_freq_mhz_show(struct intel_gt *gt) in __min_freq_mhz_show()
377 static int __set_min_freq(struct intel_gt *gt, u32 val) in __set_min_freq()
382 static u32 __vlv_rpe_freq_mhz_show(struct intel_gt *gt) in __vlv_rpe_freq_mhz_show()
448 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name); in punit_req_freq_mhz_show() local
458 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name); in slpc_ignore_eff_freq_show() local
468 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name); in slpc_ignore_eff_freq_store() local
493 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name); in throttle_reason_bool_show() local
589 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name); in media_freq_factor_show() local
620 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name); in media_freq_factor_store() local
649 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name); in media_RP0_freq_mhz_show() local
670 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name); in media_RPn_freq_mhz_show() local
707 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name); in rps_up_threshold_pct_show() local
717 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name); in rps_up_threshold_pct_store() local
741 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name); in rps_down_threshold_pct_show() local
751 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name); in rps_down_threshold_pct_store() local
780 struct intel_gt *gt = kobj_to_gt(kobj->parent); in default_min_freq_mhz_show() local
791 struct intel_gt *gt = kobj_to_gt(kobj->parent); in default_max_freq_mhz_show() local
804 struct intel_gt *gt = kobj_to_gt(kobj->parent); in default_rps_up_threshold_pct_show() local
817 struct intel_gt *gt = kobj_to_gt(kobj->parent); in default_rps_down_threshold_pct_show() local
833 static int intel_sysfs_rps_init(struct intel_gt *gt, struct kobject *kobj) in intel_sysfs_rps_init()
866 void intel_gt_sysfs_pm_init(struct intel_gt *gt, struct kobject *kobj) in intel_gt_sysfs_pm_init()