Home
last modified time | relevance | path

Searched refs:prochot (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_gt_throttle.c91 u32 prochot = xe_gt_throttle_get_limit_reasons(gt) & PROCHOT_MASK; in read_reason_prochot() local
93 return prochot; in read_reason_prochot()
177 bool prochot = !!read_reason_prochot(gt); in reason_prochot_show() local
179 return sysfs_emit(buff, "%u\n", prochot); in reason_prochot_show()
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-inventec-starscream.dts319 /*B0-B7*/ "alert-psu0-smb-r-n","bmc-ready","","assert-cpu0-prochot-r-n",
335 /*Q0-Q7*/ "cpu0-prochot-n","","cpu1-prochot-n","","cpu0-pe-rst0","","","",
341 /*V0-V7*/ "bios-recovery-buf-n","","assert-cpu1-prochot-r-n","",
H A Daspeed-bmc-asrock-x570d4u.dts116 "input-cpu1-prochot-n", "", "", "", "", "",
/linux/arch/arm/boot/dts/rockchip/
H A Drk3288-veyron-minnie.dts400 prochot {
401 gpio_prochot: gpio-prochot {
/linux/Documentation/hwmon/
H A Dlm93.rst290 prochot<n> current #PROCHOT %
291 prochot<n>_avg moving average #PROCHOT %
292 prochot<n>_max limit #PROCHOT %
294 prochot<n>_override force #PROCHOT assertion as PWM
297 prochot<n>_interval #PROCHOT PWM sampling interval
/linux/drivers/hwmon/
H A Dlm93.c690 static u8 LM93_PROCHOT_TO_REG(long prochot) in LM93_PROCHOT_TO_REG() argument
692 prochot = clamp_val(prochot, 0, 255); in LM93_PROCHOT_TO_REG()
693 return (u8)prochot; in LM93_PROCHOT_TO_REG()
2117 static SENSOR_DEVICE_ATTR_RO(prochot1, prochot, 0);
2118 static SENSOR_DEVICE_ATTR_RO(prochot2, prochot, 1);
/linux/Documentation/ABI/testing/
H A Dsysfs-platform-dptf59 (WO) Confirm embedded controller about a prochot notification.