Searched refs:stm_console (Results 1 – 3 of 3) sorted by relevance
18 static struct stm_console { struct21 } stm_console = { argument33 struct stm_console *sc = container_of(con, struct stm_console, console); in stm_console_write()40 struct stm_console *sc = container_of(data, struct stm_console, data); in stm_console_link()52 struct stm_console *sc = container_of(data, struct stm_console, data); in stm_console_unlink()59 return stm_source_register_device(NULL, &stm_console.data); in stm_console_init()64 stm_source_unregister_device(&stm_console.data); in stm_console_exit()
14 obj-$(CONFIG_STM_SOURCE_CONSOLE) += stm_console.o18 stm_console-y := console.o
107 to stm_console, stm_heartbeat or stm_ftrace drivers.119 stm_console chapter123 the "stm_console" driver, which basically provides a one-way console
Completed in 6 milliseconds