Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/tty/vt/
Dvt.c154 static void con_driver_unregister_callback(struct work_struct *ignored);
184 static DECLARE_WORK(con_driver_unregister_work, con_driver_unregister_callback);
4221 static void con_driver_unregister_callback(struct work_struct *ignored) in con_driver_unregister_callback() function