Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/regulator/
Dtps80031-regulator.c103 return (reg_val & TPS80031_STATE_MASK) == TPS80031_STATE_ON; in tps80031_reg_is_enabled()
116 TPS80031_STATE_ON, TPS80031_STATE_MASK); in tps80031_reg_enable()
/Linux-v5.4/include/linux/mfd/
Dtps80031.h358 #define TPS80031_STATE_ON 0x01 macro