Home
last modified time | relevance | path

Searched refs:port_platdev (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c2696 static struct platform_device *port_platdev[3]; variable
2727 while (dev_num < 3 && port_platdev[dev_num]) in mv643xx_eth_shared_of_add_port()
2771 port_platdev[dev_num] = ppdev; in mv643xx_eth_shared_of_add_port()
2812 platform_device_del(port_platdev[n]); in mv643xx_eth_shared_of_remove()
2813 port_platdev[n] = NULL; in mv643xx_eth_shared_of_remove()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c2707 static struct platform_device *port_platdev[3]; variable
2714 platform_device_del(port_platdev[n]); in mv643xx_eth_shared_of_remove()
2715 port_platdev[n] = NULL; in mv643xx_eth_shared_of_remove()
2747 while (dev_num < 3 && port_platdev[dev_num]) in mv643xx_eth_shared_of_add_port()
2793 port_platdev[dev_num] = ppdev; in mv643xx_eth_shared_of_add_port()

Completed in 9 milliseconds