Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dof_regulator.c508 struct device_node *to_find, in of_coupling_find_node() argument
526 if (tmp == to_find) in of_coupling_find_node()
/OK3568_Linux_fs/kernel/net/batman-adv/
H A Ddistributed-arp-table.c332 struct batadv_dat_entry to_find, *dat_entry, *dat_entry_tmp = NULL; in batadv_dat_entry_hash_find() local
339 to_find.ip = ip; in batadv_dat_entry_hash_find()
340 to_find.vid = vid; in batadv_dat_entry_hash_find()
342 index = batadv_hash_dat(&to_find, hash->size); in batadv_dat_entry_hash_find()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_dp_mst_topology.c1960 struct drm_dp_mst_branch *to_find) in drm_dp_mst_topology_get_mstb_validated_locked() argument
1965 if (to_find == mstb) in drm_dp_mst_topology_get_mstb_validated_locked()
1971 port->mstb, to_find); in drm_dp_mst_topology_get_mstb_validated_locked()
1999 struct drm_dp_mst_port *to_find) in drm_dp_mst_topology_get_port_validated_locked() argument
2004 if (port == to_find) in drm_dp_mst_topology_get_port_validated_locked()
2009 port->mstb, to_find); in drm_dp_mst_topology_get_port_validated_locked()