| H A D | macb_main.c | 4622 struct clk *rx_clk, struct clk *tsu_clk) in macb_clks_disable() 4626 { .clk = rx_clk, }, 4637 struct clk **rx_clk, struct clk **tsu_clk) in macb_clk_init_dflt() 4665 *rx_clk = devm_clk_get_optional(&pdev->dev, "rx_clk"); in macb_clk_init_dflt() 4666 if (IS_ERR(*rx_clk)) in macb_clk_init_dflt() 4667 return PTR_ERR(*rx_clk); in macb_clk_init_dflt() 4691 err = clk_prepare_enable(*rx_clk); in macb_clk_init_dflt() 4693 dev_err(&pdev->dev, "failed to enable rx_clk (%d)\n", err); in macb_clk_init_dflt() 4706 clk_disable_unprepare(*rx_clk); in macb_clk_init_dflt() 4614 macb_clks_disable(struct clk * pclk,struct clk * hclk,struct clk * tx_clk,struct clk * rx_clk,struct clk * tsu_clk) macb_clks_disable() argument 4629 macb_clk_init_dflt(struct platform_device * pdev,struct clk ** pclk,struct clk ** hclk,struct clk ** tx_clk,struct clk ** rx_clk,struct clk ** tsu_clk) macb_clk_init_dflt() argument 4714 macb_clk_init(struct platform_device * pdev,struct clk ** pclk,struct clk ** hclk,struct clk ** tx_clk,struct clk ** rx_clk,struct clk ** tsu_clk,const struct macb_config * config) macb_clk_init() argument 5267 at91ether_clk_init(struct platform_device * pdev,struct clk ** pclk,struct clk ** hclk,struct clk ** tx_clk,struct clk ** rx_clk,struct clk ** tsu_clk) at91ether_clk_init() argument 5373 fu540_c000_clk_init(struct platform_device * pdev,struct clk ** pclk,struct clk ** hclk,struct clk ** tx_clk,struct clk ** rx_clk,struct clk ** tsu_clk) fu540_c000_clk_init() argument 5734 struct clk *pclk, *hclk = NULL, *tx_clk = NULL, *rx_clk = NULL; macb_probe() local [all...] |