Home
last modified time | relevance | path

Searched refs:otherdev (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/parisc/include/asm/
Ddma-mapping.h198 struct device *otherdev; in parisc_walk_tree() local
202 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()
/linux-2.6.39/drivers/net/
Dsky2.c1577 struct net_device *otherdev = hw->dev[sky2->port^1]; in sky2_hw_up() local
1585 if (otherdev && netif_running(otherdev) && in sky2_hw_up()