Searched refs:e_description (Results 1 - 1 of 1) sorted by relevance
/third_party/backends/sanei/ |
H A D | sanei_usb.c | 2631 xmlNode* e_description = xmlNewChild(e_root, NULL, (const xmlChar*) "description", NULL); in sanei_usb_record_open() local 2632 sanei_xml_set_hex_attr(e_description, "id_vendor", devices[dn].vendor); in sanei_usb_record_open() 2633 sanei_xml_set_hex_attr(e_description, "id_product", devices[dn].product); in sanei_usb_record_open() 2635 sanei_xml_indent_child(e_description, 2); in sanei_usb_record_open() 2636 xmlNode* e_configurations = xmlNewChild(e_description, NULL, in sanei_usb_record_open() 2683 sanei_xml_indent_child(e_description, 1); in sanei_usb_record_open()
|
Completed in 7 milliseconds