Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/regulator/
Dof_regulator.c570 struct device_node *to_find, in of_coupling_find_node() argument
588 if (tmp == to_find) in of_coupling_find_node()
/linux-6.1.9/net/batman-adv/
Ddistributed-arp-table.c331 struct batadv_dat_entry to_find, *dat_entry, *dat_entry_tmp = NULL; in batadv_dat_entry_hash_find() local
338 to_find.ip = ip; in batadv_dat_entry_hash_find()
339 to_find.vid = vid; in batadv_dat_entry_hash_find()
341 index = batadv_hash_dat(&to_find, hash->size); in batadv_dat_entry_hash_find()
/linux-6.1.9/drivers/gpu/drm/display/
Ddrm_dp_mst_topology.c1925 struct drm_dp_mst_branch *to_find) in drm_dp_mst_topology_get_mstb_validated_locked() argument
1930 if (to_find == mstb) in drm_dp_mst_topology_get_mstb_validated_locked()
1936 port->mstb, to_find); in drm_dp_mst_topology_get_mstb_validated_locked()
1964 struct drm_dp_mst_port *to_find) in drm_dp_mst_topology_get_port_validated_locked() argument
1969 if (port == to_find) in drm_dp_mst_topology_get_port_validated_locked()
1974 port->mstb, to_find); in drm_dp_mst_topology_get_port_validated_locked()