Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dmsi-ec.c53 .offset_end = 0x80,
133 .offset_end = 0x80,
210 .offset_end = 0x80,
288 .offset_end = 0x80,
366 .offset_end = 0x80,
445 .offset_end = 0x80,
523 .offset_end = 0x80,
603 .offset_end = 0x80,
681 .offset_end = 0x80,
758 .offset_end = 0x80,
[all …]
H A Dmsi-ec.h32 int offset_end; member
/linux/drivers/android/binder/
H A Dthread.rs898 let offset_end = sg_entry.offset.checked_add(sg_entry.length).ok_or(EINVAL)?; in apply_sg() localVariable
914 if fixup_offset < end_of_previous_fixup || offset_end < target_offset_end { in apply_sg()
919 offset_end, in apply_sg()
945 let copy_len = offset_end - end_of_previous_fixup; in apply_sg()
/linux/include/linux/
H A Dmaple_tree.h496 unsigned char offset_end; /* The offset where the write ends */ member