Home
last modified time | relevance | path

Searched refs:start_dev (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/misc/
H A Drpmb-core.c98 const struct device *start_dev = NULL; in rpmb_dev_find_device() local
101 start_dev = &start->dev; in rpmb_dev_find_device()
102 dev = class_find_device(&rpmb_class, start_dev, data, match); in rpmb_dev_find_device()
/linux/include/net/
H A Dbonding.h709 struct bond_vlan_tag *bond_verify_device_path(struct net_device *start_dev,
/linux/drivers/net/bonding/
H A Dbond_main.c2975 struct bond_vlan_tag *bond_verify_device_path(struct net_device *start_dev, in bond_verify_device_path() argument
2983 if (start_dev == end_dev) { in bond_verify_device_path()
2991 netdev_for_each_upper_dev_rcu(start_dev, upper, iter) { in bond_verify_device_path()