Home
last modified time | relevance | path

Searched refs:allow_hw_i2c_lock (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/regulator/
Dregulator_cp9314.c215 bool allow_hw_i2c_lock; member
279 if (data->allow_hw_i2c_lock == 0U) { in regulator_cp9314_write_lock()
286 data->allow_hw_i2c_lock = true; in regulator_cp9314_write_lock()
308 data->allow_hw_i2c_lock = FIELD_GET(CP9314_ALLOW_HW_I2C_LOCK, value); in regulator_cp9314_write_lock_init()
580 data->allow_hw_i2c_lock = 0; in regulator_cp9314_init()
588 if (data->allow_hw_i2c_lock != 0U) { in regulator_cp9314_init()
595 data->allow_hw_i2c_lock = false; in regulator_cp9314_init()