Home
last modified time | relevance | path

Searched defs:cons (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/samples/boards/nordic/system_off/src/
Dmain.c34 const struct device *const cons = DEVICE_DT_GET(DT_CHOSEN(zephyr_console)); in main() local
/Zephyr-latest/subsys/shell/
Dshell_utils.c56 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()
Dshell_ops.c73 struct shell_multiline_cons *cons = &sh->ctx->vt100_ctx.cons; in z_shell_op_cursor_position_synchronize() local
99 struct shell_multiline_cons *cons = &sh->ctx->vt100_ctx.cons; in z_shell_op_cursor_move() local
/Zephyr-latest/drivers/serial/
Duart_hvc_xen.c36 XENCONS_RING_IDX cons = hvc_data->intf->in_cons; in read_from_ring() local
62 XENCONS_RING_IDX cons = hvc_data->intf->out_cons; in write_to_ring() local
/Zephyr-latest/include/zephyr/shell/
Dshell_types.h45 struct shell_multiline_cons cons; member
/Zephyr-latest/tests/lib/lockfree/src/
Dtest_spsc.c34 uint32_t *cons = spsc_consume(&ezspsc); in ZTEST() local