Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dtwl-regulator.c246 message = MSG_SINGULAR(DEV_GRP_P1, info->id, RES_STATE_ACTIVE); in twl4030reg_set_mode()
249 message = MSG_SINGULAR(DEV_GRP_P1, info->id, RES_STATE_SLEEP); in twl4030reg_set_mode()
/openbmc/linux/drivers/mfd/
H A Dtwl4030-power.c158 { MSG_SINGULAR(DEV_GRP_NULL, (res), (state)), TWL_DFLT_DELAY }
167 { MSG_SINGULAR(DEV_GRP_NULL, (res), RES_STATE_ACTIVE), (state) }
/openbmc/u-boot/include/
H A Dtwl4030.h247 #define MSG_SINGULAR(devgrp, id, state) \ macro
/openbmc/linux/include/linux/mfd/
H A Dtwl.h556 #define MSG_SINGULAR(devgrp, id, state) \ macro
/openbmc/u-boot/board/nokia/rx51/
H A Drx51.c317 u16 msg = MSG_SINGULAR(DEV_GRP_P1, id, mode); in twl4030_regulator_set_mode()