Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/platform/x86/
Dmsi-ec.c52 .offset_end = 0x80,
132 .offset_end = 0x80,
209 .offset_end = 0x80,
287 .offset_end = 0x80,
365 .offset_end = 0x80,
444 .offset_end = 0x80,
522 .offset_end = 0x80,
602 .offset_end = 0x80,
778 return charge_control_threshold_show(conf.charge_control.offset_end, in charge_control_end_threshold_show()
786 return charge_control_threshold_store(conf.charge_control.offset_end, in charge_control_end_threshold_store()
Dmsi-ec.h32 int offset_end; member
/Linux-v6.6/lib/
Dmaple_tree.c2102 struct maple_big_node *b_node, unsigned char offset_end) in mas_store_b_node() argument
2139 piv = mas_safe_pivot(mas, wr_mas->pivots, offset_end, wr_mas->type); in mas_store_b_node()
2144 if (offset_end != slot) in mas_store_b_node()
2146 offset_end); in mas_store_b_node()
2154 slot = offset_end + 1; in mas_store_b_node()
2257 wr_mas->offset_end = mas->offset = offset; in mas_wr_node_walk()
3926 unsigned char dst_offset, offset_end = wr_mas->offset_end; in mas_wr_node_store() local
3937 offset_end++; /* don't copy this offset */ in mas_wr_node_store()
3975 if (offset_end > wr_mas->node_end) in mas_wr_node_store()
3980 copy_size = wr_mas->node_end - offset_end + 1; in mas_wr_node_store()
[all …]
/Linux-v6.6/include/linux/
Dmaple_tree.h399 unsigned char offset_end; /* The offset where the write ends */ member