Searched refs:offset_end (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | msi-ec.c | 52 .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() [all...] |
H A D | msi-ec.h | 32 int offset_end; member
|
/kernel/linux/linux-6.6/lib/ |
H A D | maple_tree.c | 2097 * @offset_end: the offset to end copying 2102 struct maple_big_node *b_node, unsigned char offset_end) in mas_store_b_node() 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 in mas_wr_node_store() 2101 mas_store_b_node(struct ma_wr_state *wr_mas, struct maple_big_node *b_node, unsigned char offset_end) mas_store_b_node() argument [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | maple_tree.h | 399 unsigned char offset_end; /* The offset where the write ends */ member
|
Completed in 12 milliseconds