Searched refs:str_desc_product (Results 1 – 4 of 4) sorted by relevance
151 … TEST_ASSERT_EQUAL(product_str_desc_ref->bLength, dev_info.str_desc_product->bLength); in msc_client_async_enum_task()154 …TEST_ASSERT_EQUAL(0, memcmp(product_str_desc_ref, dev_info.str_desc_product , manu_str_desc_ref->b… in msc_client_async_enum_task()
113 if (dev_info.str_desc_product) { in action_get_str_desc()115 usb_print_string_descriptor(dev_info.str_desc_product); in action_get_str_desc()
73 const usb_str_desc_t *str_desc_product; member182 if (dev_obj->constant.str_desc_product) { in device_free()183 heap_caps_free((usb_str_desc_t *)dev_obj->constant.str_desc_product); in device_free()674 dev_info->str_desc_product = dev_obj->constant.str_desc_product; in usbh_dev_get_info()1021 assert(dev_obj->constant.str_desc_product == NULL); in usbh_hub_enum_fill_str_desc()1022 dev_obj->constant.str_desc_product = str_desc_fill; in usbh_hub_enum_fill_str_desc()
57 …const usb_str_desc_t *str_desc_product; /**< Pointer to Product string descriptor (can be … member