Searched refs:otherdev (Results 1 – 3 of 3) sorted by relevance
11 struct device *otherdev; in parisc_walk_tree() local17 for (otherdev = dev->parent; in parisc_walk_tree()18 otherdev; in parisc_walk_tree()19 otherdev = otherdev->parent) { in parisc_walk_tree()20 if (otherdev->platform_data) { in parisc_walk_tree()21 dev->platform_data = otherdev->platform_data; in parisc_walk_tree()
19 struct net_device *otherdev; /* may actually be us */ member24 struct net_device *otherdev) in efx_tc_find_binding() argument30 if (binding->otherdev == otherdev) in efx_tc_find_binding()43 return efx_tc_flower(binding->efx, binding->otherdev, in efx_tc_block_cb()60 struct net_device *otherdev, struct flow_block *block) in efx_tc_create_binding() argument68 binding->otherdev = otherdev; in efx_tc_create_binding()
1653 struct net_device *otherdev = hw->dev[sky2->port^1]; in sky2_hw_up() local1661 if (otherdev && netif_running(otherdev) && in sky2_hw_up()