Searched refs:io_endpoints (Results 1 – 1 of 1) sorted by relevance
71 struct iio_usb_ep_couple *io_endpoints; member201 struct iio_usb_ep_couple *ep = &pdata->io_endpoints[i]; in usb_reserve_ep_unlocked()221 struct iio_usb_ep_couple *ep = &pdata->io_endpoints[i]; in usb_free_ep_unlocked()415 if (ctx->pdata->io_endpoints[i].lock) in usb_shutdown()416 iio_mutex_destroy(ctx->pdata->io_endpoints[i].lock); in usb_shutdown()417 if (ctx->pdata->io_endpoints) in usb_shutdown()418 free(ctx->pdata->io_endpoints); in usb_shutdown()887 pdata->io_endpoints = calloc(pdata->nb_ep_couples, in usb_create_context()888 sizeof(*pdata->io_endpoints)); in usb_create_context()889 if (!pdata->io_endpoints) { in usb_create_context()[all …]