Home
last modified time | relevance | path

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

/dragonfly/tools/tools/bus_autoconf/
HDbus_usb.c175 if (format_get_field(type, "mfl_vendor", ptr, size)) in usb_import_entry()
177 if (format_get_field(type, "mfl_product", ptr, size)) in usb_import_entry()
179 if (format_get_field(type, "mfl_dev_lo", ptr, size)) in usb_import_entry()
181 if (format_get_field(type, "mfl_dev_hi", ptr, size)) in usb_import_entry()
183 if (format_get_field(type, "mfl_dev_class", ptr, size)) in usb_import_entry()
185 if (format_get_field(type, "mfl_dev_subclass", ptr, size)) in usb_import_entry()
187 if (format_get_field(type, "mfl_dev_protocol", ptr, size)) in usb_import_entry()
189 if (format_get_field(type, "mfl_int_class", ptr, size)) in usb_import_entry()
191 if (format_get_field(type, "mfl_int_subclass", ptr, size)) in usb_import_entry()
193 if (format_get_field(type, "mfl_int_protocol", ptr, size)) in usb_import_entry()
[all …]
HDbus_sections.h32 uint8_t format_get_field(const char *, const char *, const uint8_t *, uint16_t);
HDbus_sections.c112 format_get_field(const char *section, const char *field, in format_get_field() function