Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/regulator/
Dtwl6030-regulator.c126 if (!(twl_class_is_6030() && (info->features & TWL6032_SUBCLASS))) { in twl6030reg_is_enabled()
151 if (!(twl_class_is_6030() && (info->features & TWL6032_SUBCLASS))) in twl6030reg_enable()
168 if (!(twl_class_is_6030() && (info->features & TWL6032_SUBCLASS))) in twl6030reg_disable()
212 if (!(twl_class_is_6030() && (info->features & TWL6032_SUBCLASS))) in twl6030reg_set_mode()
/Linux-v5.4/drivers/mfd/
Dtwl-core.c1118 if ((id->driver_data) & TWL6032_SUBCLASS) in twl_probe()
1267 { "twl6032", TWL6030_CLASS | TWL6032_SUBCLASS }, /* "Phoenix lite" */
/Linux-v5.4/include/linux/mfd/
Dtwl.h759 #define TWL6032_SUBCLASS BIT(4) /* TWL6032 has changed registers */ macro