Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dalternative.h38 int patch_offset);
/linux/drivers/bluetooth/
H A Dbtrtl.c649 u32 patch_offset = 0; in rtlbt_parse_firmware() local
782 patch_offset = get_unaligned_le32(patch_offset_base + in rtlbt_parse_firmware()
788 if (!patch_offset) { in rtlbt_parse_firmware()
794 BT_DBG("length=%x offset=%x index %d", patch_length, patch_offset, i); in rtlbt_parse_firmware()
795 min_size = patch_offset + patch_length; in rtlbt_parse_firmware()
807 memcpy(buf, btrtl_dev->fw_data + patch_offset, patch_length - 4); in rtlbt_parse_firmware()