Home
last modified time | relevance | path

Searched refs:find_first_bulk_endpoint (Results 1 – 2 of 2) sorted by relevance

/device/generic/car/emulator/usbpt/bluetooth/usb_modeswitch/
Dusb_modeswitch.h54 int find_first_bulk_endpoint(int direction);
Dusb_modeswitch.c627 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