Home
last modified time | relevance | path

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

/linux/net/batman-adv/
H A Ddistributed-arp-table.c405 struct batadv_dat_entry to_find; in batadv_dat_entry_hash_find()
412 to_find.ip = ip; in batadv_dat_entry_hash_find()
413 to_find.vid = vid; in batadv_dat_entry_hash_find()
415 index = batadv_hash_dat(&to_find, hash->size); in batadv_dat_entry_hash_find()
401 struct batadv_dat_entry to_find; batadv_dat_entry_hash_find() local
/linux/drivers/regulator/
H A Dof_regulator.c760 struct device_node *to_find, in of_coupling_find_node() argument
778 if (tmp == to_find) in of_coupling_find_node()
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c1942 struct drm_dp_mst_branch *to_find) in drm_dp_mst_topology_get_mstb_validated_locked() argument
1947 if (to_find == mstb) in drm_dp_mst_topology_get_mstb_validated_locked()
1953 port->mstb, to_find); in drm_dp_mst_topology_get_mstb_validated_locked()
1981 struct drm_dp_mst_port *to_find) in drm_dp_mst_topology_get_port_validated_locked() argument
1986 if (port == to_find) in drm_dp_mst_topology_get_port_validated_locked()
1991 port->mstb, to_find); in drm_dp_mst_topology_get_port_validated_locked()