Searched refs:txco_clk (Results 1 – 1 of 1) sorted by relevance
129 struct clk *txco_clk; member273 err = clk_prepare_enable(dev->txco_clk); in bcm_gpio_set_power()287 clk_disable_unprepare(dev->txco_clk); in bcm_gpio_set_power()309 clk_disable_unprepare(dev->txco_clk); in bcm_gpio_set_power()1073 dev->txco_clk = bcm_get_txco(dev->dev); in bcm_get_resources()1076 if (dev->txco_clk == ERR_PTR(-EPROBE_DEFER)) in bcm_get_resources()1077 return PTR_ERR(dev->txco_clk); in bcm_get_resources()1080 if (IS_ERR(dev->txco_clk)) in bcm_get_resources()1081 dev->txco_clk = NULL; in bcm_get_resources()1092 devm_clk_put(dev->dev, dev->txco_clk); in bcm_get_resources()[all …]
Completed in 5 milliseconds