Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/regulator/
Dtwl-regulator.c176 if (!(twl_class_is_6030() && (info->features & TWL6032_SUBCLASS))) { in twl6030reg_is_enabled()
214 if (!(twl_class_is_6030() && (info->features & TWL6032_SUBCLASS))) in twl6030reg_enable()
248 if (!(twl_class_is_6030() && (info->features & TWL6032_SUBCLASS))) in twl6030reg_disable()
342 if (!(twl_class_is_6030() && (info->features & TWL6032_SUBCLASS))) in twl6030reg_set_mode()
/linux-4.1.27/drivers/mfd/
Dtwl-core.c1135 if ((id->driver_data) & TWL6032_SUBCLASS) in twl_probe()
1261 { "twl6032", TWL6030_CLASS | TWL6032_SUBCLASS }, /* "Phoenix lite" */
/linux-4.1.27/drivers/usb/phy/
Dphy-twl6030-usb.c351 if (pdata->features & TWL6032_SUBCLASS) in twl6030_usb_probe()
/linux-4.1.27/include/linux/i2c/
Dtwl.h772 #define TWL6032_SUBCLASS BIT(4) /* TWL6032 has changed registers */ macro