Searched refs:format_get_field (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/tools/tools/bus_autoconf/ |
| HD | bus_usb.c | 175 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 …]
|
| HD | bus_sections.h | 32 uint8_t format_get_field(const char *, const char *, const uint8_t *, uint16_t);
|
| HD | bus_sections.c | 112 format_get_field(const char *section, const char *field, in format_get_field() function
|