Home
last modified time | relevance | path

Searched refs:over_temp (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dsma1303.c1463 unsigned int over_temp, ocp_val, uvlo_val; in sma1303_check_fault_worker() local
1478 ret = sma1303_regmap_read(sma1303, SMA1303_FA_STATUS1, &over_temp); in sma1303_check_fault_worker()
1499 if (~over_temp & SMA1303_OT1_OK_STATUS) { in sma1303_check_fault_worker()
1515 if (~over_temp & SMA1303_OT2_OK_STATUS) { in sma1303_check_fault_worker()
1536 if ((over_temp != sma1303->last_over_temp) || in sma1303_check_fault_worker()
1541 over_temp, ocp_val); in sma1303_check_fault_worker()
1542 sma1303->last_over_temp = over_temp; in sma1303_check_fault_worker()
1557 if (!(~over_temp & SMA1303_OT1_OK_STATUS) in sma1303_check_fault_worker()
1558 && !(~over_temp & SMA1303_OT2_OK_STATUS) in sma1303_check_fault_worker()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-regulator410 What: /sys/class/regulator/.../over_temp
416 over_temp. This indicates if the device reports an
/openbmc/linux/drivers/regulator/
H A Dcore.c999 REGULATOR_ERROR_ATTR(over_temp, REGULATOR_ERROR_OVER_TEMP);