Searched full:fsgen (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/devicetree/bindings/sound/ |
H A D | qcom,lpass-wsa-macro.yaml | 82 - const: fsgen 100 - const: fsgen 118 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen";
|
/linux/sound/soc/codecs/ |
H A D | lpass-va-macro.c | 212 struct clk *fsgen; member 509 return clk_prepare_enable(va->fsgen); in va_macro_mclk_event() 511 clk_disable_unprepare(va->fsgen); in va_macro_mclk_event() 1397 const char *clk_name = "fsgen"; in va_macro_register_fsgen_output() 1640 va->fsgen = clk_hw_get_clk(&va->hw, "fsgen"); in va_macro_probe() 1641 if (IS_ERR(va->fsgen)) { in va_macro_probe() 1642 ret = PTR_ERR(va->fsgen); in va_macro_probe()
|
H A D | lpass-tx-macro.c | 281 struct clk *fsgen; member 2275 tx->fsgen = devm_clk_get(dev, "fsgen"); in tx_macro_probe() 2276 if (IS_ERR(tx->fsgen)) in tx_macro_probe() 2277 return dev_err_probe(dev, PTR_ERR(tx->fsgen), "unable to get fsgen clock\n"); in tx_macro_probe() 2338 ret = clk_prepare_enable(tx->fsgen); in tx_macro_probe() 2375 clk_disable_unprepare(tx->fsgen); in tx_macro_probe() 2398 clk_disable_unprepare(tx->fsgen); in tx_macro_remove() 2410 clk_disable_unprepare(tx->fsgen); in tx_macro_runtime_suspend() 2434 ret = clk_prepare_enable(tx->fsgen); in tx_macro_runtime_resume() 2436 dev_err(dev, "unable to prepare fsgen\n"); in tx_macro_runtime_resume()
|
H A D | lpass-wsa-macro.c | 417 struct clk *fsgen; member 2759 wsa->fsgen = devm_clk_get(dev, "fsgen"); in wsa_macro_probe() 2760 if (IS_ERR(wsa->fsgen)) in wsa_macro_probe() 2761 return dev_err_probe(dev, PTR_ERR(wsa->fsgen), "unable to get fsgen clock\n"); in wsa_macro_probe() 2844 ret = clk_prepare_enable(wsa->fsgen); in wsa_macro_probe() 2878 clk_disable_unprepare(wsa->fsgen); in wsa_macro_probe() 2900 clk_disable_unprepare(wsa->fsgen); in wsa_macro_remove() 2910 clk_disable_unprepare(wsa->fsgen); in wsa_macro_runtime_suspend() 2934 ret = clk_prepare_enable(wsa->fsgen); in wsa_macro_runtime_resume() 2936 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 3795 rx->fsgen = devm_clk_get(dev, "fsgen"); in rx_macro_probe() 3796 if (IS_ERR(rx->fsgen)) in rx_macro_probe() 3797 return dev_err_probe(dev, PTR_ERR(rx->fsgen), "unable to get fsgen clock\n"); in rx_macro_probe() 3886 ret = clk_prepare_enable(rx->fsgen); in rx_macro_probe() 3921 clk_disable_unprepare(rx->fsgen); in rx_macro_probe() 3940 clk_disable_unprepare(rx->fsgen); in rx_macro_remove() 3973 clk_disable_unprepare(rx->fsgen); in rx_macro_runtime_suspend() 3997 ret = clk_prepare_enable(rx->fsgen); in rx_macro_runtime_resume() 3999 dev_err(dev, "unable to prepare fsgen\n"); in rx_macro_runtime_resume()
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | x1e80100.dtsi | 4085 "fsgen"; 4135 "fsgen"; 4184 "fsgen"; 4201 "fsgen"; 4293 clock-output-names = "fsgen";
|