Lines Matching defs:txco_clk
78 * @txco_clk: external reference frequency clock used by Bluetooth device
112 struct clk *txco_clk;
252 err = clk_prepare_enable(dev->txco_clk);
266 clk_disable_unprepare(dev->txco_clk);
288 clk_disable_unprepare(dev->txco_clk);
1019 dev->txco_clk = bcm_get_txco(dev->dev);
1022 if (dev->txco_clk == ERR_PTR(-EPROBE_DEFER))
1023 return PTR_ERR(dev->txco_clk);
1026 if (IS_ERR(dev->txco_clk))
1027 dev->txco_clk = NULL;
1037 if (dev->lpo_clk && clk_is_match(dev->lpo_clk, dev->txco_clk)) {
1038 devm_clk_put(dev->dev, dev->txco_clk);
1039 dev->txco_clk = NULL;