Searched refs:configure_endpoints (Results 1 – 2 of 2) sorted by relevance
101 int (*configure_endpoints)(int sub_api, struct libusb_device_handle *dev_handle, uint8_t iface); member
527 if (priv->apib->configure_endpoints) in windows_assign_endpoints()528 r = priv->apib->configure_endpoints(SUB_API_NOTSET, dev_handle, iface); in windows_assign_endpoints()