Searched defs:realtek_variant (Results 1 – 1 of 1) sorted by relevance
118 struct realtek_variant { struct119 const struct dsa_switch_ops *ds_ops_smi;120 const struct dsa_switch_ops *ds_ops_mdio;121 const struct realtek_ops *ops;122 unsigned int clk_delay;123 u8 cmd_read;147 extern const struct realtek_variant rtl8366rb_variant; argument