Home
last modified time | relevance | path

Searched defs:rk_priv_data (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-rk.c38 struct rk_priv_data { struct
39 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 …]
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-rk.c60 struct rk_priv_data { struct
61 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 …]