Lines Matching full:locked
95 /* If DTS not locked, all trip points are configurable */
97 /* If DTS locked, all trip points are not configurable */
103 bool locked; member
132 if (!aux_entry->locked) { in soc_dts_enable()
139 pr_info("DTS is locked. Cannot enable DTS\n"); in soc_dts_enable()
160 if (!aux_entry->locked) { in soc_dts_disable()
168 pr_info("DTS is locked. Cannot disable DTS\n"); in soc_dts_disable()
220 if (aux_entry->locked) { in update_trip_temp()
328 if (!aux_entry->locked) { in free_soc_dts()
357 /* Check if DTS register is locked */ in alloc_soc_dts()
364 aux_entry->locked = true; in alloc_soc_dts()
367 aux_entry->locked = false; in alloc_soc_dts()
371 /* Store DTS default state if DTS registers are not locked */ in alloc_soc_dts()
372 if (!aux_entry->locked) { in alloc_soc_dts()