Home
last modified time | relevance | path

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

/external/libiio/src/
Dusb.c72 unsigned int nb_ep_couples; member
200 for (i = 0; i < pdata->nb_ep_couples; i++) { in usb_reserve_ep_unlocked()
220 for (i = 0; i < pdata->nb_ep_couples; i++) { in usb_free_ep_unlocked()
414 for (i = 0; i < ctx->pdata->nb_ep_couples; i++) in usb_shutdown()
883 pdata->nb_ep_couples = iface->bNumEndpoints / 2; in usb_create_context()
885 DEBUG("Found %hhu usable i/o endpoint couples\n", pdata->nb_ep_couples); in usb_create_context()
887 pdata->io_endpoints = calloc(pdata->nb_ep_couples, in usb_create_context()
895 for (i = 0; i < pdata->nb_ep_couples; i++) { in usb_create_context()
983 for (i = 0; i < pdata->nb_ep_couples; i++) in usb_create_context()