Searched refs:npl (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/Documentation/devicetree/bindings/sound/ |
D | qcom,lpass-rx-macro.yaml | 36 - const: npl 42 - const: npl 77 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen";
|
D | qcom,lpass-tx-macro.yaml | 36 - const: npl 42 - const: npl 81 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen";
|
D | qcom,lpass-wsa-macro.yaml | 35 - const: npl 71 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen";
|
/linux-6.1.9/sound/soc/codecs/ |
D | lpass-tx-macro.c | 265 struct clk *npl; member 1775 parent_clk_name = __clk_get_name(tx->npl); in tx_macro_register_mclk_output() 1826 tx->npl = devm_clk_get(dev, "npl"); in tx_macro_probe() 1827 if (IS_ERR(tx->npl)) in tx_macro_probe() 1828 return PTR_ERR(tx->npl); in tx_macro_probe() 1870 clk_set_rate(tx->npl, 2 * MCLK_FREQ); in tx_macro_probe() 1884 ret = clk_prepare_enable(tx->npl); in tx_macro_probe() 1913 clk_disable_unprepare(tx->npl); in tx_macro_probe() 1933 clk_disable_unprepare(tx->npl); in tx_macro_remove() 1949 clk_disable_unprepare(tx->npl); in tx_macro_runtime_suspend() [all …]
|
D | lpass-wsa-macro.c | 351 struct clk *npl; member 2358 parent_clk_name = __clk_get_name(wsa->npl); in wsa_macro_register_mclk_output() 2408 wsa->npl = devm_clk_get(dev, "npl"); in wsa_macro_probe() 2409 if (IS_ERR(wsa->npl)) in wsa_macro_probe() 2410 return PTR_ERR(wsa->npl); in wsa_macro_probe() 2430 clk_set_rate(wsa->npl, WSA_MACRO_MCLK_FREQ); in wsa_macro_probe() 2444 ret = clk_prepare_enable(wsa->npl); in wsa_macro_probe() 2474 clk_disable_unprepare(wsa->npl); in wsa_macro_probe() 2493 clk_disable_unprepare(wsa->npl); in wsa_macro_remove() 2507 clk_disable_unprepare(wsa->npl); in wsa_macro_runtime_suspend() [all …]
|
D | lpass-rx-macro.c | 614 struct clk *npl; member 3502 parent_clk_name = __clk_get_name(rx->npl); in rx_macro_register_mclk_output() 3552 rx->npl = devm_clk_get(dev, "npl"); in rx_macro_probe() 3553 if (IS_ERR(rx->npl)) in rx_macro_probe() 3554 return PTR_ERR(rx->npl); in rx_macro_probe() 3582 clk_set_rate(rx->npl, 2 * MCLK_FREQ); in rx_macro_probe() 3596 ret = clk_prepare_enable(rx->npl); in rx_macro_probe() 3626 clk_disable_unprepare(rx->npl); in rx_macro_probe() 3644 clk_disable_unprepare(rx->npl); in rx_macro_remove() 3671 clk_disable_unprepare(rx->npl); in rx_macro_runtime_suspend() [all …]
|
/linux-6.1.9/arch/parisc/include/asm/ |
D | grfioctl.h | 73 unsigned int npl, nplbytes; /* # of planes and bytes per plane */ member
|
/linux-6.1.9/arch/arm64/boot/dts/qcom/ |
D | sm8250.dtsi | 2215 clock-names = "mclk", "npl", "macro", "dcodec", "va", "fsgen"; 2284 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen"; 2331 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen";
|
D | sc7280.dtsi | 2199 clock-names = "mclk", "npl", "fsgen"; 2252 clock-names = "mclk", "npl", "fsgen";
|