Searched defs:rk_priv_data (Results 1 – 1 of 1) sorted by relevance
47 struct rk_priv_data { struct48 struct platform_device *pdev;49 phy_interface_t phy_iface;50 int bus_id;51 struct regulator *regulator;52 bool suspended;53 const struct rk_gmac_ops *ops;55 bool clk_enabled;56 bool clock_input;57 bool integrated_phy;[all …]