Searched defs:rk_priv_data (Results 1 – 2 of 2) sorted by relevance
47 struct rk_priv_data { struct48 struct platform_device *pdev;49 int phy_iface;50 struct regulator *regulator;51 bool suspended;52 const struct rk_gmac_ops *ops;54 bool clk_enabled;55 bool clock_input;56 bool integrated_phy;58 struct clk *clk_mac;[all …]
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 …]