Searched refs:start_dev (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/net/irda/
H A Dsir-dev.h98 int (*start_dev)(struct sir_dev *dev); member in struct:sir_driver
H A Dirtty-sir.c363 .start_dev = irtty_start_dev,
461 /* serialize with start_dev - in case we were racing with ifup */ irtty_open()
H A Dsir_dev.c807 if (!dev->drv->start_dev || dev->drv->start_dev(dev)) sirdev_open()
/linux-4.4.14/include/net/
H A Dbonding.h564 struct bond_vlan_tag *bond_verify_device_path(struct net_device *start_dev,
/linux-4.4.14/drivers/net/bonding/
H A Dbond_main.c2305 /* Validate the device path between the @start_dev and the @end_dev.
2311 struct bond_vlan_tag *bond_verify_device_path(struct net_device *start_dev, bond_verify_device_path() argument
2319 if (start_dev == end_dev) { bond_verify_device_path()
2327 netdev_for_each_upper_dev_rcu(start_dev, upper, iter) { netdev_for_each_upper_dev_rcu()

Completed in 185 milliseconds