Lines Matching refs:txco_clk
131 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()
1113 if (dev->lpo_clk && clk_is_match(dev->lpo_clk, dev->txco_clk)) { in bcm_get_resources()
1114 devm_clk_put(dev->dev, dev->txco_clk); in bcm_get_resources()
1115 dev->txco_clk = NULL; in bcm_get_resources()