Lines Matching refs:endpoints
2517 // Similar sanei_usb_set_endpoint, but ignores duplicate endpoints
2654 struct endpoint_data_desc endpoints[8] =
2668 if (endpoints[i].ep_address)
2673 (const xmlChar*) endpoints[i].transfer_type);
2674 sanei_xml_set_uint_attr(e_endpoint, "number", endpoints[i].ep_address & 0x0f);
2676 (const xmlChar*) endpoints[i].direction);
2677 sanei_xml_set_hex_attr(e_endpoint, "address", endpoints[i].ep_address);
2856 /* Now we look for usable endpoints */
3053 /* Now we look for usable endpoints */
3272 /* Now we look for usable endpoints */
3423 /* Now we look for usable endpoints */
3432 DBG (5, "Found %d endpoints\n",interface->bNumEndpoints);
3446 /* ignore currently unsupported endpoints */