Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dconsole.h93 int (*con_debug_leave)(struct vc_data *vc); member
108 int con_debug_leave(void);
114 static inline int con_debug_leave(void) in con_debug_leave() function
/Linux-v5.10/drivers/tty/serial/
Dkgdboc.c388 con_debug_leave(); in kgdboc_post_exp_handler()
/Linux-v5.10/drivers/tty/vt/
Dvt.c4054 int con_debug_leave(void) in con_debug_leave() function
4066 if (vc->vc_sw->con_debug_leave) in con_debug_leave()
4067 ret = vc->vc_sw->con_debug_leave(vc); in con_debug_leave()
4070 EXPORT_SYMBOL_GPL(con_debug_leave);
/Linux-v5.10/Documentation/dev-tools/
Dkgdb.rst893 con_debug_leave().
/Linux-v5.10/drivers/video/fbdev/core/
Dfbcon.c3121 .con_debug_leave = fbcon_debug_leave,