Searched refs:ep_in_found (Results 1 – 5 of 5) sorted by relevance
23 bool ep_in_found = false, ep_out_found = false; in usb_ether_register() local46 if (ep_addr & USB_DIR_IN && !ep_in_found) { in usb_ether_register()49 ep_in_found = true; in usb_ether_register()
725 int ep_in_found, ep_out_found, ep_intr_found; in mcs7830_eth_probe() local759 ep_in_found = ep_out_found = ep_intr_found = 0; in mcs7830_eth_probe()772 if (is_input && !ep_in_found) { in mcs7830_eth_probe()774 ep_in_found++; in mcs7830_eth_probe()
629 int ep_in_found = 0, ep_out_found = 0; in asix_eth_probe() local675 if (!ep_in_found) { in asix_eth_probe()678 ep_in_found = 1; in asix_eth_probe()
637 int ep_in_found = 0, ep_out_found = 0; in ax88179_eth_probe() local693 if ((ep_addr & USB_DIR_IN) && !ep_in_found) { in ax88179_eth_probe()696 ep_in_found = 1; in ax88179_eth_probe()
1353 int ep_in_found = 0, ep_out_found = 0; in r8152_eth_probe() local1399 if ((ep_addr & USB_DIR_IN) && !ep_in_found) { in r8152_eth_probe()1402 ep_in_found = 1; in r8152_eth_probe()