Lines Matching refs:txco_clk
112 struct clk *txco_clk; member
252 err = clk_prepare_enable(dev->txco_clk); in bcm_gpio_set_power()
266 clk_disable_unprepare(dev->txco_clk); in bcm_gpio_set_power()
288 clk_disable_unprepare(dev->txco_clk); in bcm_gpio_set_power()
1020 dev->txco_clk = bcm_get_txco(dev->dev); in bcm_get_resources()
1023 if (dev->txco_clk == ERR_PTR(-EPROBE_DEFER)) in bcm_get_resources()
1024 return PTR_ERR(dev->txco_clk); in bcm_get_resources()
1027 if (IS_ERR(dev->txco_clk)) in bcm_get_resources()
1028 dev->txco_clk = NULL; in bcm_get_resources()
1038 if (dev->lpo_clk && clk_is_match(dev->lpo_clk, dev->txco_clk)) { in bcm_get_resources()
1039 devm_clk_put(dev->dev, dev->txco_clk); in bcm_get_resources()
1040 dev->txco_clk = NULL; in bcm_get_resources()