Searched refs:otherdev (Results 1 – 2 of 2) sorted by relevance
34 struct device *otherdev; in parisc_walk_tree() local38 for(otherdev = dev->parent; otherdev; in parisc_walk_tree()39 otherdev = otherdev->parent) { in parisc_walk_tree()40 if(otherdev->platform_data) { in parisc_walk_tree()41 dev->platform_data = otherdev->platform_data; in parisc_walk_tree()
1667 struct net_device *otherdev = hw->dev[sky2->port^1]; in sky2_hw_up() local1675 if (otherdev && netif_running(otherdev) && in sky2_hw_up()