Searched refs:xencons_info (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/hvc/
H A Dhvc_xen.c45 struct xencons_info { struct
61 static struct xencons_info *vtermno_to_xencons(int vtermno)
63 struct xencons_info *entry, *n, *ret = NULL;
83 static inline void notify_daemon(struct xencons_info *cons)
89 static int __write_console(struct xencons_info *xencons,
115 struct xencons_info *cons = vtermno_to_xencons(vtermno);
143 struct xencons_info *xencons = vtermno_to_xencons(vtermno);
202 struct xencons_info *info;
209 info = kzalloc(sizeof(struct xencons_info), GFP_KERNEL | __GFP_ZERO);
249 struct xencons_info *inf
[all...]

Completed in 76 milliseconds