Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dconsole.h92 int (*con_debug_leave)(struct vc_data *vc); member
107 int con_debug_leave(void);
113 static inline int con_debug_leave(void) in con_debug_leave() function
/Linux-v6.1/drivers/tty/serial/
Dkgdboc.c388 con_debug_leave(); in kgdboc_post_exp_handler()
/Linux-v6.1/drivers/tty/vt/
Dvt.c4085 int con_debug_leave(void) in con_debug_leave() function
4097 if (vc->vc_sw->con_debug_leave) in con_debug_leave()
4098 ret = vc->vc_sw->con_debug_leave(vc); in con_debug_leave()
4101 EXPORT_SYMBOL_GPL(con_debug_leave);
/Linux-v6.1/Documentation/dev-tools/
Dkgdb.rst892 con_debug_leave().
/Linux-v6.1/drivers/video/fbdev/core/
Dfbcon.c3178 .con_debug_leave = fbcon_debug_leave,