txco_clk 101 drivers/bluetooth/hci_bcm.c struct clk *txco_clk; txco_clk 237 drivers/bluetooth/hci_bcm.c err = clk_prepare_enable(dev->txco_clk); txco_clk 251 drivers/bluetooth/hci_bcm.c clk_disable_unprepare(dev->txco_clk); txco_clk 273 drivers/bluetooth/hci_bcm.c clk_disable_unprepare(dev->txco_clk); txco_clk 984 drivers/bluetooth/hci_bcm.c dev->txco_clk = bcm_get_txco(dev->dev); txco_clk 987 drivers/bluetooth/hci_bcm.c if (dev->txco_clk == ERR_PTR(-EPROBE_DEFER)) txco_clk 988 drivers/bluetooth/hci_bcm.c return PTR_ERR(dev->txco_clk); txco_clk 991 drivers/bluetooth/hci_bcm.c if (IS_ERR(dev->txco_clk)) txco_clk 992 drivers/bluetooth/hci_bcm.c dev->txco_clk = NULL; txco_clk 1002 drivers/bluetooth/hci_bcm.c if (dev->lpo_clk && clk_is_match(dev->lpo_clk, dev->txco_clk)) { txco_clk 1003 drivers/bluetooth/hci_bcm.c devm_clk_put(dev->dev, dev->txco_clk); txco_clk 1004 drivers/bluetooth/hci_bcm.c dev->txco_clk = NULL;