Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/eth/
H A Dusb_ether.c24 bool ep_in_found = false, ep_out_found = false; in usb_ether_register() local
47 if (ep_addr & USB_DIR_IN && !ep_in_found) { in usb_ether_register()
50 ep_in_found = true; in usb_ether_register()
H A Dmcs7830.c726 int ep_in_found, ep_out_found, ep_intr_found; in mcs7830_eth_probe() local
760 ep_in_found = ep_out_found = ep_intr_found = 0; in mcs7830_eth_probe()
773 if (is_input && !ep_in_found) { in mcs7830_eth_probe()
775 ep_in_found++; in mcs7830_eth_probe()
H A Dasix.c630 int ep_in_found = 0, ep_out_found = 0; in asix_eth_probe() local
676 if (!ep_in_found) { in asix_eth_probe()
679 ep_in_found = 1; in asix_eth_probe()
H A Dasix88179.c638 int ep_in_found = 0, ep_out_found = 0; in ax88179_eth_probe() local
694 if ((ep_addr & USB_DIR_IN) && !ep_in_found) { in ax88179_eth_probe()
697 ep_in_found = 1; in ax88179_eth_probe()
H A Dr8152.c1354 int ep_in_found = 0, ep_out_found = 0; in r8152_eth_probe() local
1400 if ((ep_addr & USB_DIR_IN) && !ep_in_found) { in r8152_eth_probe()
1403 ep_in_found = 1; in r8152_eth_probe()