Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/fsl/
H A Dfsl_xcvr.c42 struct regmap *regmap_pll; member
1594 if (IS_ERR(xcvr->regmap_pll)) { in fsl_xcvr_probe()
1596 PTR_ERR(xcvr->regmap_pll)); in fsl_xcvr_probe()
1597 return PTR_ERR(xcvr->regmap_pll); in fsl_xcvr_probe()
1603 if (IS_ERR(xcvr->regmap_pll)) { in fsl_xcvr_probe()
1605 PTR_ERR(xcvr->regmap_pll)); in fsl_xcvr_probe()
1606 return PTR_ERR(xcvr->regmap_pll); in fsl_xcvr_probe()
1650 regcache_cache_only(xcvr->regmap_pll, true); in fsl_xcvr_probe()
1703 regcache_cache_only(xcvr->regmap_pll, true); in fsl_xcvr_runtime_suspend()
1781 regcache_mark_dirty(xcvr->regmap_pll); in fsl_xcvr_runtime_resume()
[all …]