Home
last modified time | relevance | path

Searched refs:ep_out_found (Results 1 – 5 of 5) sorted by relevance

/u-boot/drivers/usb/eth/
A Dusb_ether.c26 bool ep_in_found = false, ep_out_found = false; in usb_ether_register() local
53 } else if (!(ep_addr & USB_DIR_IN) && !ep_out_found) { in usb_ether_register()
56 ep_out_found = true; in usb_ether_register()
A Dmcs7830.c728 int ep_in_found, ep_out_found, ep_intr_found; in mcs7830_eth_probe() local
762 ep_in_found = ep_out_found = ep_intr_found = 0; in mcs7830_eth_probe()
779 if (!is_input && !ep_out_found) { in mcs7830_eth_probe()
781 ep_out_found++; in mcs7830_eth_probe()
A Dasix.c632 int ep_in_found = 0, ep_out_found = 0; in asix_eth_probe() local
684 if (!ep_out_found) { in asix_eth_probe()
687 ep_out_found = 1; in asix_eth_probe()
A Dasix88179.c639 int ep_in_found = 0, ep_out_found = 0; in ax88179_eth_probe() local
700 if (!(ep_addr & USB_DIR_IN) && !ep_out_found) { in ax88179_eth_probe()
705 ep_out_found = 1; in ax88179_eth_probe()
A Dr8152.c1586 int ep_in_found = 0, ep_out_found = 0; in r8152_eth_probe() local
1639 if (!ep_out_found) { in r8152_eth_probe()
1642 ep_out_found = 1; in r8152_eth_probe()

Completed in 15 milliseconds