Searched defs:cons (Results 1 – 6 of 6) sorted by relevance
34 const struct device *const cons = DEVICE_DT_GET(DT_CHOSEN(zephyr_console)); in main() local
56 static uint32_t line_num_with_buffer_offset_get(struct shell_multiline_cons *cons, in line_num_with_buffer_offset_get()63 static uint32_t col_num_with_buffer_offset_get(struct shell_multiline_cons *cons, in col_num_with_buffer_offset_get()70 int32_t z_column_span_with_buffer_offsets_get(struct shell_multiline_cons *cons, in z_column_span_with_buffer_offsets_get()78 int32_t z_row_span_with_buffer_offsets_get(struct shell_multiline_cons *cons, in z_row_span_with_buffer_offsets_get()86 void z_shell_multiline_data_calc(struct shell_multiline_cons *cons, in z_shell_multiline_data_calc()
73 struct shell_multiline_cons *cons = &sh->ctx->vt100_ctx.cons; in z_shell_op_cursor_position_synchronize() local99 struct shell_multiline_cons *cons = &sh->ctx->vt100_ctx.cons; in z_shell_op_cursor_move() local
36 XENCONS_RING_IDX cons = hvc_data->intf->in_cons; in read_from_ring() local62 XENCONS_RING_IDX cons = hvc_data->intf->out_cons; in write_to_ring() local
45 struct shell_multiline_cons cons; member
34 uint32_t *cons = spsc_consume(&ezspsc); in ZTEST() local