Searched refs:orion5x_eth_switch_init (Results 1 – 6 of 6) sorted by relevance
33 void orion5x_eth_switch_init(struct dsa_platform_data *d, int irq);
92 orion5x_eth_switch_init(&rd88f6183ap_ge_switch_data, gpio_to_irq(3)); in rd88f6183ap_ge_init()
120 orion5x_eth_switch_init(&rd88f5181l_fxo_switch_data, NO_IRQ); in rd88f5181l_fxo_init()
125 orion5x_eth_switch_init(&rd88f5181l_ge_switch_data, gpio_to_irq(8)); in rd88f5181l_ge_init()
132 orion5x_eth_switch_init(&wrt350n_v2_switch_data, NO_IRQ); in wrt350n_v2_init()
220 void __init orion5x_eth_switch_init(struct dsa_platform_data *d, int irq) in orion5x_eth_switch_init() function