Lines Matching full:locked
96 /* If DTS not locked, all trip points are configurable */
98 /* If DTS locked, all trip points are not configurable */
104 bool locked; member
134 if (!aux_entry->locked) { in soc_dts_enable()
141 pr_info("DTS is locked. Cannot enable DTS\n"); in soc_dts_enable()
162 if (!aux_entry->locked) { in soc_dts_disable()
170 pr_info("DTS is locked. Cannot disable DTS\n"); in soc_dts_disable()
211 if (aux_entry->locked) { in update_trip_temp()
305 if (!aux_entry->locked) { in free_soc_dts()
334 /* Check if DTS register is locked */ in alloc_soc_dts()
341 aux_entry->locked = true; in alloc_soc_dts()
344 aux_entry->locked = false; in alloc_soc_dts()
348 /* Store DTS default state if DTS registers are not locked */ in alloc_soc_dts()
349 if (!aux_entry->locked) { in alloc_soc_dts()