Home
last modified time | relevance | path

Searched refs:print_callback_t (Results 1 – 5 of 5) sorted by relevance

/lk-master/lib/io/include/lib/
A Dio.h18 typedef struct __print_callback print_callback_t; typedef
21 void (*print)(print_callback_t *cb, const char *str, size_t len);
26 void register_print_callback(print_callback_t *cb);
27 void unregister_print_callback(print_callback_t *cb);
/lk-master/lib/io/
A Dconsole.c46 print_callback_t *cb; in out_count()
54 list_for_every_entry(&print_callbacks, cb, print_callback_t, entry) { in out_count()
68 void register_print_callback(print_callback_t *cb) { in register_print_callback()
77 void unregister_print_callback(print_callback_t *cb) { in unregister_print_callback()
/lk-master/lib/gfxconsole/
A Dgfxconsole.c95 void gfxconsole_print_callback(print_callback_t *cb, const char *str, size_t len) { in gfxconsole_print_callback()
101 static print_callback_t cb = {
/lk-master/lib/cdcconsole/include/lib/cdcconsole/
A Dcdcconsole.h19 print_callback_t print_cb;
/lk-master/lib/cdcconsole/
A Dcdcconsole.c47 static void cdcconsole_print(print_callback_t *cb, const char *str, size_t len) { in cdcconsole_print()

Completed in 4 milliseconds