Home
last modified time | relevance | path

Searched refs:e_endpoint (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/sanei/
H A Dsanei_usb.c2671 xmlNode* e_endpoint = xmlNewChild(e_interface, NULL, (const xmlChar*)"endpoint", NULL); in sanei_usb_record_open() local
2672 xmlNewProp(e_endpoint, (const xmlChar*)"transfer_type", in sanei_usb_record_open()
2674 sanei_xml_set_uint_attr(e_endpoint, "number", endpoints[i].ep_address & 0x0f); in sanei_usb_record_open()
2675 xmlNewProp(e_endpoint, (const xmlChar*)"direction", in sanei_usb_record_open()
2677 sanei_xml_set_hex_attr(e_endpoint, "address", endpoints[i].ep_address); in sanei_usb_record_open()

Completed in 6 milliseconds