Home
last modified time | relevance | path

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

/btstack/chipset/realtek/
H A Dbtstack_chipset_realtek.c167 static const patch_info fw_patch_table[] = { variable
454 for (uint16_t i = 0; i < sizeof(fw_patch_table) / sizeof(patch_info); i++) { in chipset_init()
455 if (fw_patch_table[i].prod_id == product_id) { in chipset_init()
456 patch = &fw_patch_table[i]; in chipset_init()
1049 return (sizeof(fw_patch_table) / sizeof(patch_info)) - 1; // sentinel in btstack_chipset_realtek_get_num_usb_controllers()
1053 btstack_assert(index < ((sizeof(fw_patch_table) / sizeof(patch_info)) - 1)); in btstack_chipset_realtek_get_vendor_product_id()
1055 *out_product_id = fw_patch_table[index].prod_id; in btstack_chipset_realtek_get_vendor_product_id()