Searched defs:rk_priv_data (Results 1 – 1 of 1) sorted by relevance
38 struct rk_priv_data { struct39 struct platform_device *pdev;40 int 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 …]