Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/include/net/
H A Dbonding.h705 struct bond_vlan_tag *bond_verify_device_path(struct net_device *start_dev,
/linux-6.15/drivers/net/bonding/
H A Dbond_main.c3105 struct bond_vlan_tag *bond_verify_device_path(struct net_device *start_dev, in bond_verify_device_path() argument
3113 if (start_dev == end_dev) { in bond_verify_device_path()
3121 netdev_for_each_upper_dev_rcu(start_dev, upper, iter) { in bond_verify_device_path()