Searched refs:switch_init (Results 1 – 4 of 4) sorted by relevance
124 static int __init switch_init(void) in switch_init() function134 module_init(switch_init);
143 .switch_init = mtk_gsw_init,
472 int (*switch_init)(struct mtk_eth *eth); member
1771 if (eth->soc->switch_init) in mtk_init_hw()1772 if (eth->soc->switch_init(eth)) { in mtk_init_hw()