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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Dtsi108_dev.c70 struct platform_device *tsi_eth_dev; local
101 tsi_eth_dev =
105 if (IS_ERR(tsi_eth_dev)) {
106 ret = PTR_ERR(tsi_eth_dev);
137 platform_device_add_data(tsi_eth_dev, &tsi_eth_data,
144 platform_device_unregister(tsi_eth_dev);

Completed in 33 milliseconds