Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/mfd/
Dtps65010.h67 # define TPS_CHARGE_ENABLE (1 << 0) macro
/linux-5.19.10/drivers/mfd/
Dtps65010.c141 (chgconfig & TPS_CHARGE_ENABLE) ? "" : "No"); in dbg_chgconf()
364 && (tps->chgconf & TPS_CHARGE_ENABLE) in tps65010_interrupt()