Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/bluetooth/
Dbtrtl.c266 const unsigned char *patch_length_base, *patch_offset_base; in rtlbt_parse_firmware() local
371 patch_length_base = chip_id_base + (sizeof(u16) * num_patches); in rtlbt_parse_firmware()
372 patch_offset_base = patch_length_base + (sizeof(u16) * num_patches); in rtlbt_parse_firmware()
377 patch_length = get_unaligned_le16(patch_length_base + in rtlbt_parse_firmware()