Home
last modified time | relevance | path

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

/linux/sound/soc/fsl/
H A Dfsl_xcvr.c229 (xcvr->mode == FSL_XCVR_MODE_EARC)); in fsl_xcvr_mode_put()
388 } else if (xcvr->mode == FSL_XCVR_MODE_EARC) { /* eARC RX */ in fsl_xcvr_en_phy_pll()
419 if (xcvr->mode == FSL_XCVR_MODE_EARC) { /* eARC mode */ in fsl_xcvr_en_phy_pll()
475 if (xcvr->mode == FSL_XCVR_MODE_EARC) { /* eARC mode */ in fsl_xcvr_en_aud_pll()
563 case FSL_XCVR_MODE_EARC: in fsl_xcvr_prepare()
653 case FSL_XCVR_MODE_EARC: in fsl_xcvr_startup()
697 (xcvr->mode == FSL_XCVR_MODE_EARC)); in fsl_xcvr_shutdown()
712 if (xcvr->mode == FSL_XCVR_MODE_EARC) { in fsl_xcvr_shutdown()
750 case FSL_XCVR_MODE_EARC: in fsl_xcvr_trigger()
830 case FSL_XCVR_MODE_EARC: in fsl_xcvr_trigger()
[all …]
H A Dfsl_xcvr.h13 #define FSL_XCVR_MODE_EARC 2 macro