Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Ddarwin_usb.c182 struct darwin_interface *cInterface; in ep_to_pipeRef() local
189 cInterface = &priv->interfaces[iface]; in ep_to_pipeRef()
192 for (i = 0 ; i < cInterface->num_endpoints ; i++) { in ep_to_pipeRef()
193 if (cInterface->endpoint_addrs[i] == ep) { in ep_to_pipeRef()
200 *interface_out = cInterface; in ep_to_pipeRef()
1364 struct darwin_interface *cInterface = &priv->interfaces[iface]; in get_endpoints() local
1376 kresult = (*(cInterface->interface))->GetNumEndpoints(cInterface->interface, &numep); in get_endpoints()
1384 …kresult = (*(cInterface->interface))->GetPipeProperties(cInterface->interface, i, &direction, &num… in get_endpoints()
1393 … kresult = (*(cInterface->interface))->GetAlternateSetting (cInterface->interface, &alt_setting); in get_endpoints()
1406 cInterface->endpoint_addrs[i - 1] = endpoint_desc->bEndpointAddress; in get_endpoints()
[all …]