Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A Dpalmas.c326 enum palmas_external_requestor_id id, int ext_ctrl, bool enable) in palmas_ext_control_req_config() argument
333 if (!(ext_ctrl & PALMAS_EXT_REQ)) in palmas_ext_control_req_config()
339 if (ext_ctrl & PALMAS_EXT_CONTROL_NSLEEP) { in palmas_ext_control_req_config()
342 } else if (ext_ctrl & PALMAS_EXT_CONTROL_ENABLE1) { in palmas_ext_control_req_config()
345 } else if (ext_ctrl & PALMAS_EXT_CONTROL_ENABLE2) { in palmas_ext_control_req_config()
/linux/sound/soc/fsl/
H A Dfsl_xcvr.c1365 u32 ext_ctrl; in reset_rx_work() local
1369 regmap_read(xcvr->regmap, FSL_XCVR_EXT_CTRL, &ext_ctrl); in reset_rx_work()
1371 if (!(ext_ctrl & FSL_XCVR_EXT_CTRL_DMA_RD_DIS)) { in reset_rx_work()
/linux/include/linux/mfd/
H A Dpalmas.h3797 int ext_ctrl, bool enable);