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()
183 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name); in rc6_enable_show() local
192 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(&dev->kobj, attr->attr.name); in rc6_enable_dev_show() local
197 static u32 __rc6_residency_ms_show(struct intel_gt *gt) in __rc6_residency_ms_show()
202 static u32 __rc6p_residency_ms_show(struct intel_gt *gt) in __rc6p_residency_ms_show()
207 static u32 __rc6pp_residency_ms_show(struct intel_gt *gt) in __rc6pp_residency_ms_show()
212 static u32 __media_rc6_residency_ms_show(struct intel_gt *gt) in __media_rc6_residency_ms_show()
285 static void intel_sysfs_rc6_init(struct intel_gt *gt, struct kobject *kobj) in intel_sysfs_rc6_init()
313 static u32 __act_freq_mhz_show(struct intel_gt *gt) in __act_freq_mhz_show()
318 static u32 __cur_freq_mhz_show(struct intel_gt *gt) in __cur_freq_mhz_show()
323 static u32 __boost_freq_mhz_show(struct intel_gt *gt) in __boost_freq_mhz_show()
328 static int __boost_freq_mhz_store(struct intel_gt *gt, u32 val) in __boost_freq_mhz_store()
333 static u32 __RP0_freq_mhz_show(struct intel_gt *gt) in __RP0_freq_mhz_show()
338 static u32 __RPn_freq_mhz_show(struct intel_gt *gt) in __RPn_freq_mhz_show()
343 static u32 __RP1_freq_mhz_show(struct intel_gt *gt) in __RP1_freq_mhz_show()
348 static u32 __max_freq_mhz_show(struct intel_gt *gt) in __max_freq_mhz_show()
353 static int __set_max_freq(struct intel_gt *gt, u32 val) in __set_max_freq()
358 static u32 __min_freq_mhz_show(struct intel_gt *gt) in __min_freq_mhz_show()
363 static int __set_min_freq(struct intel_gt *gt, u32 val) in __set_min_freq()
368 static u32 __vlv_rpe_freq_mhz_show(struct intel_gt *gt) in __vlv_rpe_freq_mhz_show()
434 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name); in punit_req_freq_mhz_show() local
444 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name); in slpc_ignore_eff_freq_show() local
454 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name); in slpc_ignore_eff_freq_store() local
471 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name); in slpc_power_profile_show() local
488 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name); in slpc_power_profile_store() local
518 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name); in throttle_reason_bool_show() local
614 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name); in media_freq_factor_show() local
636 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name); in media_freq_factor_store() local
665 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name); in media_RP0_freq_mhz_show() local
686 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name); in media_RPn_freq_mhz_show() local
724 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name); in rps_up_threshold_pct_show() local
734 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name); in rps_up_threshold_pct_store() local
758 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name); in rps_down_threshold_pct_show() local
768 struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name); in rps_down_threshold_pct_store() local
797 struct intel_gt *gt = kobj_to_gt(kobj->parent); in default_min_freq_mhz_show() local
808 struct intel_gt *gt = kobj_to_gt(kobj->parent); in default_max_freq_mhz_show() local
821 struct intel_gt *gt = kobj_to_gt(kobj->parent); in default_rps_up_threshold_pct_show() local
834 struct intel_gt *gt = kobj_to_gt(kobj->parent); in default_rps_down_threshold_pct_show() local
850 static int intel_sysfs_rps_init(struct intel_gt *gt, struct kobject *kobj) in intel_sysfs_rps_init()
883 void intel_gt_sysfs_pm_init(struct intel_gt *gt, struct kobject *kobj) in intel_gt_sysfs_pm_init()