Searched refs:ep_tmp (Results 1 – 1 of 1) sorted by relevance
472 struct rt_pci_ep *ep = RT_NULL, *ep_tmp; in rt_pci_ep_get() local476 rt_list_for_each_entry(ep_tmp, &_ep_nodes, list) in rt_pci_ep_get()478 if (!name || !rt_strcmp(ep_tmp->name, name)) in rt_pci_ep_get()480 ep = ep_tmp; in rt_pci_ep_get()
Completed in 2 milliseconds