Home
last modified time | relevance | path

Searched refs:txco_clk (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/bluetooth/
H A Dhci_bcm.c131 struct clk *txco_clk; member
275 err = clk_prepare_enable(dev->txco_clk); in bcm_gpio_set_power()
289 clk_disable_unprepare(dev->txco_clk); in bcm_gpio_set_power()
311 clk_disable_unprepare(dev->txco_clk); in bcm_gpio_set_power()
1095 dev->txco_clk = bcm_get_txco(dev->dev); in bcm_get_resources()
1098 if (dev->txco_clk == ERR_PTR(-EPROBE_DEFER)) in bcm_get_resources()
1099 return PTR_ERR(dev->txco_clk); in bcm_get_resources()
1102 if (IS_ERR(dev->txco_clk)) in bcm_get_resources()
1103 dev->txco_clk = NULL; in bcm_get_resources()
1114 devm_clk_put(dev->dev, dev->txco_clk); in bcm_get_resources()
[all …]