| H A D | macb_main.c | 4618 struct clk *rx_clk, struct clk *tsu_clk) in macb_clks_disable() 4622 { .clk = rx_clk, }, in macb_clks_disable() 4633 struct clk **rx_clk, struct clk **tsu_clk) in macb_clk_init_dflt() 4661 *rx_clk = devm_clk_get_optional(&pdev->dev, "rx_clk"); in macb_clk_init_dflt() 4662 if (IS_ERR(*rx_clk)) in macb_clk_init_dflt() 4663 return PTR_ERR(*rx_clk); in macb_clk_init_dflt() 4687 err = clk_prepare_enable(*rx_clk); in macb_clk_init_dflt() 4689 dev_err(&pdev->dev, "failed to enable rx_clk (%d)\n", err); in macb_clk_init_dflt() 4702 clk_disable_unprepare(*rx_clk); in macb_clk_init_dflt() 4616 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 4631 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 4716 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 5275 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 5381 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 5773 struct clk *pclk, *hclk = NULL, *tx_clk = NULL, *rx_clk = NULL; macb_probe() local [all...] |