Lines Matching defs:txco_clk
90 * @txco_clk: external reference frequency clock used by Bluetooth device
131 struct clk *txco_clk;
275 err = clk_prepare_enable(dev->txco_clk);
289 clk_disable_unprepare(dev->txco_clk);
311 clk_disable_unprepare(dev->txco_clk);
1095 dev->txco_clk = bcm_get_txco(dev->dev);
1098 if (dev->txco_clk == ERR_PTR(-EPROBE_DEFER))
1099 return PTR_ERR(dev->txco_clk);
1102 if (IS_ERR(dev->txco_clk))
1103 dev->txco_clk = NULL;
1113 if (dev->lpo_clk && clk_is_match(dev->lpo_clk, dev->txco_clk)) {
1114 devm_clk_put(dev->dev, dev->txco_clk);
1115 dev->txco_clk = NULL;