Home
last modified time | relevance | path

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

/linux-4.4.14/arch/parisc/include/asm/
Ddma-mapping.h201 struct device *otherdev; in parisc_walk_tree() local
205 for(otherdev = dev->parent; otherdev; in parisc_walk_tree()
206 otherdev = otherdev->parent) { in parisc_walk_tree()
207 if(otherdev->platform_data) { in parisc_walk_tree()
208 dev->platform_data = otherdev->platform_data; in parisc_walk_tree()
/linux-4.4.14/drivers/net/ethernet/marvell/
Dsky2.c1667 struct net_device *otherdev = hw->dev[sky2->port^1]; in sky2_hw_up() local
1675 if (otherdev && netif_running(otherdev) && in sky2_hw_up()