Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/bluetooth/
Dbtrtl.c218 u32 patch_offset = 0; in rtlbt_parse_firmware() local
325 patch_offset = get_unaligned_le32(patch_offset_base + in rtlbt_parse_firmware()
331 if (!patch_offset) { in rtlbt_parse_firmware()
337 BT_DBG("length=%x offset=%x index %d", patch_length, patch_offset, i); in rtlbt_parse_firmware()
338 min_size = patch_offset + patch_length; in rtlbt_parse_firmware()
350 memcpy(buf, btrtl_dev->fw_data + patch_offset, patch_length - 4); in rtlbt_parse_firmware()