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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-parisc/
H A Ddma-mapping.h210 struct device *otherdev; local
214 for(otherdev = dev->parent; otherdev;
215 otherdev = otherdev->parent) {
216 if(otherdev->platform_data) {
217 dev->platform_data = otherdev->platform_data;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/sk98lin/
H A Dskge.c4948 struct net_device *otherdev = pAC->dev[1]; local
4983 if (otherdev != dev)
4984 free_netdev(otherdev);
4994 struct net_device *otherdev = pAC->dev[1]; local
5002 if (otherdev != dev) {
5003 if (netif_running(otherdev)) {
5004 netif_carrier_off(otherdev);
5007 netif_device_detach(otherdev);
5027 struct net_device *otherdev = pAC->dev[1]; local
5054 if (otherdev !
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dsky2.c1207 struct net_device *otherdev = hw->dev[sky2->port^1]; local
1213 if (otherdev && netif_running(otherdev) &&
1215 struct sky2_port *osky2 = netdev_priv(otherdev);

Completed in 111 milliseconds