Home
last modified time | relevance | path

Searched refs:switch_init (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/sh/drivers/
Dpush-switch.c124 static int __init switch_init(void) in switch_init() function
134 module_init(switch_init);
/Linux-v4.19/drivers/staging/mt7621-eth/
Dsoc_mt7621.c143 .switch_init = mtk_gsw_init,
Dmtk_eth_soc.h472 int (*switch_init)(struct mtk_eth *eth); member
Dmtk_eth_soc.c1771 if (eth->soc->switch_init) in mtk_init_hw()
1772 if (eth->soc->switch_init(eth)) { in mtk_init_hw()