Home
last modified time | relevance | path

Searched refs:to_find (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/regulator/
H A Dof_regulator.c502 /* Looks for "to_find" device_node in src's "regulator-coupled-with" property */
504 struct device_node *to_find, in of_coupling_find_node()
522 if (tmp == to_find) in of_coupling_find_node()
503 of_coupling_find_node(struct device_node *src, struct device_node *to_find, int *index) of_coupling_find_node() argument
/kernel/linux/linux-6.6/drivers/regulator/
H A Dof_regulator.c568 /* Looks for "to_find" device_node in src's "regulator-coupled-with" property */
570 struct device_node *to_find, in of_coupling_find_node()
588 if (tmp == to_find) in of_coupling_find_node()
569 of_coupling_find_node(struct device_node *src, struct device_node *to_find, int *index) of_coupling_find_node() argument
/kernel/linux/linux-5.10/net/batman-adv/
H A 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()
/kernel/linux/linux-6.6/net/batman-adv/
H A Ddistributed-arp-table.c330 struct batadv_dat_entry to_find, *dat_entry, *dat_entry_tmp = NULL; in batadv_dat_entry_hash_find() local
337 to_find.ip = ip; in batadv_dat_entry_hash_find()
338 to_find.vid = vid; in batadv_dat_entry_hash_find()
340 index = batadv_hash_dat(&to_find, hash->size); in batadv_dat_entry_hash_find()
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dinode_local.c28 const struct qstr *to_find; member
182 if (qstr_case_eq(buf->to_find, &candidate)) { in hmdfs_name_match()
201 .to_find = name, in __lookup_nosensitive()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dinode_local.c28 const struct qstr *to_find; member
182 if (qstr_case_eq(buf->to_find, &candidate)) { in hmdfs_name_match()
201 .to_find = name, in __lookup_nosensitive()
/kernel/linux/linux-5.10/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()
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()
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()
1959 drm_dp_mst_topology_get_mstb_validated_locked(struct drm_dp_mst_branch *mstb, struct drm_dp_mst_branch *to_find) drm_dp_mst_topology_get_mstb_validated_locked() argument
1998 drm_dp_mst_topology_get_port_validated_locked(struct drm_dp_mst_branch *mstb, struct drm_dp_mst_port *to_find) drm_dp_mst_topology_get_port_validated_locked() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c1925 struct drm_dp_mst_branch *to_find) in drm_dp_mst_topology_get_mstb_validated_locked()
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()
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()
1924 drm_dp_mst_topology_get_mstb_validated_locked(struct drm_dp_mst_branch *mstb, struct drm_dp_mst_branch *to_find) drm_dp_mst_topology_get_mstb_validated_locked() argument
1963 drm_dp_mst_topology_get_port_validated_locked(struct drm_dp_mst_branch *mstb, struct drm_dp_mst_port *to_find) drm_dp_mst_topology_get_port_validated_locked() argument
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmachine.c77 int to_find = (int) *((pid_t *)key); in thread_rb_node__cmp_tid() local
79 return to_find - (int)thread__tid(rb_entry(nd, struct thread_rb_node, rb_node)->thread); in thread_rb_node__cmp_tid()
85 pid_t to_find = thread__tid(th); in thread_rb_node__find() local
86 struct rb_node *nd = rb_find(&to_find, tree, thread_rb_node__cmp_tid); in thread_rb_node__find()

Completed in 31 milliseconds