Home
last modified time | relevance | path

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

/linux/drivers/iio/humidity/
A Dhts221_core.c29 #define HTS221_ENABLE_MASK BIT(7) macro
248 HTS221_ENABLE_MASK, in hts221_set_enable()
249 FIELD_PREP(HTS221_ENABLE_MASK, enable)); in hts221_set_enable()
679 HTS221_ENABLE_MASK, in hts221_suspend()
680 FIELD_PREP(HTS221_ENABLE_MASK, false)); in hts221_suspend()
691 HTS221_ENABLE_MASK, in hts221_resume()
692 FIELD_PREP(HTS221_ENABLE_MASK, in hts221_resume()

Completed in 3 milliseconds