Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dsma1303.c1454 unsigned int over_temp, ocp_val, uvlo_val; in sma1303_check_fault_worker() local
1469 ret = sma1303_regmap_read(sma1303, SMA1303_FA_STATUS1, &over_temp); in sma1303_check_fault_worker()
1490 if (~over_temp & SMA1303_OT1_OK_STATUS) { in sma1303_check_fault_worker()
1506 if (~over_temp & SMA1303_OT2_OK_STATUS) { in sma1303_check_fault_worker()
1527 if ((over_temp != sma1303->last_over_temp) || in sma1303_check_fault_worker()
1532 over_temp, ocp_val); in sma1303_check_fault_worker()
1533 sma1303->last_over_temp = over_temp; in sma1303_check_fault_worker()
1548 if (!(~over_temp & SMA1303_OT1_OK_STATUS) in sma1303_check_fault_worker()
1549 && !(~over_temp & SMA1303_OT2_OK_STATUS) in sma1303_check_fault_worker()
/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
/linux/drivers/regulator/
H A Dcore.c975 REGULATOR_ERROR_ATTR(over_temp, REGULATOR_ERROR_OVER_TEMP);