Lines Matching defs:gt
38 u32 xe_gt_throttle_get_limit_reasons(struct xe_gt *gt) in xe_gt_throttle_get_limit_reasons()
52 static u32 read_status(struct xe_gt *gt) in read_status()
59 static u32 read_reason_pl1(struct xe_gt *gt) in read_reason_pl1()
66 static u32 read_reason_pl2(struct xe_gt *gt) in read_reason_pl2()
73 static u32 read_reason_pl4(struct xe_gt *gt) in read_reason_pl4()
80 static u32 read_reason_thermal(struct xe_gt *gt) in read_reason_thermal()
87 static u32 read_reason_prochot(struct xe_gt *gt) in read_reason_prochot()
94 static u32 read_reason_ratl(struct xe_gt *gt) in read_reason_ratl()
101 static u32 read_reason_vr_thermalert(struct xe_gt *gt) in read_reason_vr_thermalert()
108 static u32 read_reason_vr_tdc(struct xe_gt *gt) in read_reason_vr_tdc()
119 struct xe_gt *gt = dev_to_gt(dev); in status_show() local
130 struct xe_gt *gt = dev_to_gt(dev); in reason_pl1_show() local
141 struct xe_gt *gt = dev_to_gt(dev); in reason_pl2_show() local
152 struct xe_gt *gt = dev_to_gt(dev); in reason_pl4_show() local
163 struct xe_gt *gt = dev_to_gt(dev); in reason_thermal_show() local
174 struct xe_gt *gt = dev_to_gt(dev); in reason_prochot_show() local
185 struct xe_gt *gt = dev_to_gt(dev); in reason_ratl_show() local
196 struct xe_gt *gt = dev_to_gt(dev); in reason_vr_thermalert_show() local
207 struct xe_gt *gt = dev_to_gt(dev); in reason_vr_tdc_show() local
234 struct xe_gt *gt = arg; in gt_throttle_sysfs_fini() local
239 int xe_gt_throttle_init(struct xe_gt *gt) in xe_gt_throttle_init()