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