Searched refs:find_first_bulk_endpoint (Results 1 – 2 of 2) sorted by relevance
54 int find_first_bulk_endpoint(int direction);
627 MessageEndpoint = find_first_bulk_endpoint(LIBUSB_ENDPOINT_OUT); in main()629 ResponseEndpoint = find_first_bulk_endpoint(LIBUSB_ENDPOINT_IN); in main()1817 int find_first_bulk_endpoint(int direction) in find_first_bulk_endpoint() function