Searched refs:otherdev (Results 1 – 2 of 2) sorted by relevance
198 struct device *otherdev; in parisc_walk_tree() local202 for(otherdev = dev->parent; otherdev; in parisc_walk_tree()203 otherdev = otherdev->parent) { in parisc_walk_tree()204 if(otherdev->platform_data) { in parisc_walk_tree()205 dev->platform_data = otherdev->platform_data; in parisc_walk_tree()
1577 struct net_device *otherdev = hw->dev[sky2->port^1]; in sky2_hw_up() local1585 if (otherdev && netif_running(otherdev) && in sky2_hw_up()