Searched refs:over_temp (Results 1 – 3 of 3) sorted by relevance
1463 unsigned int over_temp, ocp_val, uvlo_val; in sma1303_check_fault_worker() local1478 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()
410 What: /sys/class/regulator/.../over_temp416 over_temp. This indicates if the device reports an
999 REGULATOR_ERROR_ATTR(over_temp, REGULATOR_ERROR_OVER_TEMP);