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

/linux-master/drivers/tty/hvc/
H A Dhvc_xen.c35 struct xencons_info { struct
54 static struct xencons_info *vtermno_to_xencons(int vtermno)
56 struct xencons_info *entry, *ret = NULL;
81 static inline void notify_daemon(struct xencons_info *cons)
87 static ssize_t __write_console(struct xencons_info *xencons,
120 struct xencons_info *cons = vtermno_to_xencons(vtermno);
152 struct xencons_info *xencons = vtermno_to_xencons(vtermno);
244 struct xencons_info *info;
251 info = kzalloc(sizeof(struct xencons_info), GFP_KERNEL);
289 static int xencons_info_pv_init(struct xencons_info *inf
[all...]

Completed in 162 milliseconds