Searched defs:rk_priv_data (Results 1 – 2 of 2) sorted by relevance
38 struct rk_priv_data { struct39 struct platform_device *pdev;40 phy_interface_t phy_iface;41 struct regulator *regulator;42 bool suspended;43 const struct rk_gmac_ops *ops;45 bool clk_enabled;46 bool clock_input;47 bool integrated_phy;49 struct clk *clk_mac;[all …]
60 struct rk_priv_data { struct61 struct platform_device *pdev;62 phy_interface_t phy_iface;63 int id;64 struct regulator *regulator;65 bool suspended;66 const struct rk_gmac_ops *ops;68 bool clk_enabled;69 bool clock_input;70 bool integrated_phy;[all …]