Searched full:fsgen (Results 1 – 4 of 4) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | lpass-va-macro.c | 211 struct clk *fsgen; member 508 return clk_prepare_enable(va->fsgen); in va_macro_mclk_event() 510 clk_disable_unprepare(va->fsgen); in va_macro_mclk_event() 1396 const char *clk_name = "fsgen"; in va_macro_register_fsgen_output() 1641 va->fsgen = clk_hw_get_clk(&va->hw, "fsgen"); in va_macro_probe() 1642 if (IS_ERR(va->fsgen)) { in va_macro_probe() 1643 ret = PTR_ERR(va->fsgen); in va_macro_probe()
|
H A D | lpass-tx-macro.c | 280 struct clk *fsgen; member 2274 tx->fsgen = devm_clk_get(dev, "fsgen"); in tx_macro_probe() 2275 if (IS_ERR(tx->fsgen)) in tx_macro_probe() 2276 return dev_err_probe(dev, PTR_ERR(tx->fsgen), "unable to get fsgen clock\n"); in tx_macro_probe() 2337 ret = clk_prepare_enable(tx->fsgen); in tx_macro_probe() 2374 clk_disable_unprepare(tx->fsgen); in tx_macro_probe() 2397 clk_disable_unprepare(tx->fsgen); in tx_macro_remove() 2409 clk_disable_unprepare(tx->fsgen); in tx_macro_runtime_suspend() 2433 ret = clk_prepare_enable(tx->fsgen); in tx_macro_runtime_resume() 2435 dev_err(dev, "unable to prepare fsgen\n"); in tx_macro_runtime_resume()
|
H A D | lpass-wsa-macro.c | 422 struct clk *fsgen; member 2818 wsa->fsgen = devm_clk_get(dev, "fsgen"); in wsa_macro_probe() 2819 if (IS_ERR(wsa->fsgen)) in wsa_macro_probe() 2820 return dev_err_probe(dev, PTR_ERR(wsa->fsgen), "unable to get fsgen clock\n"); in wsa_macro_probe() 2904 ret = clk_prepare_enable(wsa->fsgen); in wsa_macro_probe() 2938 clk_disable_unprepare(wsa->fsgen); in wsa_macro_probe() 2960 clk_disable_unprepare(wsa->fsgen); in wsa_macro_remove() 2970 clk_disable_unprepare(wsa->fsgen); in wsa_macro_runtime_suspend() 2994 ret = clk_prepare_enable(wsa->fsgen); in wsa_macro_runtime_resume() 2996 dev_err(dev, "unable to prepare fsgen\n"); in wsa_macro_runtime_resume()
|
H A D | lpass-rx-macro.c | 667 struct clk *fsgen; member 3802 rx->fsgen = devm_clk_get(dev, "fsgen"); in rx_macro_probe() 3803 if (IS_ERR(rx->fsgen)) in rx_macro_probe() 3804 return dev_err_probe(dev, PTR_ERR(rx->fsgen), "unable to get fsgen clock\n"); in rx_macro_probe() 3893 ret = clk_prepare_enable(rx->fsgen); in rx_macro_probe() 3928 clk_disable_unprepare(rx->fsgen); in rx_macro_probe() 3947 clk_disable_unprepare(rx->fsgen); in rx_macro_remove() 3980 clk_disable_unprepare(rx->fsgen); in rx_macro_runtime_suspend() 4004 ret = clk_prepare_enable(rx->fsgen); in rx_macro_runtime_resume() 4006 dev_err(dev, "unable to prepare fsgen\n"); in rx_macro_runtime_resume()
|