Lines Matching full:locked
100 bool locked; member
129 if (!aux_entry->locked) { in soc_dts_enable()
136 pr_info("DTS is locked. Cannot enable DTS\n"); in soc_dts_enable()
157 if (!aux_entry->locked) { in soc_dts_disable()
165 pr_info("DTS is locked. Cannot disable DTS\n"); in soc_dts_disable()
206 if (aux_entry->locked) { in update_trip_temp()
316 if (!aux_entry->locked) { in free_soc_dts()
345 /* Check if DTS register is locked */ in alloc_soc_dts()
351 aux_entry->locked = !!(out & QRK_DTS_LOCK_BIT); in alloc_soc_dts()
353 /* Store DTS default state if DTS registers are not locked */ in alloc_soc_dts()
354 if (!aux_entry->locked) { in alloc_soc_dts()