Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/drivers/
H A Dpush-switch.c121 static int __init switch_init(void) in switch_init() function
131 module_init(switch_init);
/openbmc/u-boot/drivers/net/
H A Dmtk_eth.c172 int (*switch_init)(struct mtk_eth_priv *priv); member
1026 return priv->switch_init(priv); in mtk_eth_probe()
1108 priv->switch_init = NULL; in mtk_eth_ofdata_to_platdata()
1114 priv->switch_init = mt7530_setup; in mtk_eth_ofdata_to_platdata()