Lines Matching refs:xencons_info
35 struct xencons_info {
53 static struct xencons_info *vtermno_to_xencons(int vtermno)
55 struct xencons_info *entry, *ret = NULL;
80 static inline void notify_daemon(struct xencons_info *cons)
86 static int __write_console(struct xencons_info *xencons,
116 struct xencons_info *cons = vtermno_to_xencons(vtermno);
147 struct xencons_info *xencons = vtermno_to_xencons(vtermno);
232 struct xencons_info *info;
239 info = kzalloc(sizeof(struct xencons_info), GFP_KERNEL);
276 static int xencons_info_pv_init(struct xencons_info *info, int vtermno)
290 struct xencons_info *info;
301 info = kzalloc(sizeof(struct xencons_info), GFP_KERNEL);
317 struct xencons_info *info;
325 info = kzalloc(sizeof(struct xencons_info), GFP_KERNEL);
340 static void xen_console_update_evtchn(struct xencons_info *info)
355 struct xencons_info *info = vtermno_to_xencons(HVC_COOKIE);
364 static void xencons_disconnect_backend(struct xencons_info *info)
383 static void xencons_free(struct xencons_info *info)
391 static int xen_console_remove(struct xencons_info *info)
415 struct xencons_info *info)
478 struct xencons_info *info;
485 info = kzalloc(sizeof(struct xencons_info), GFP_KERNEL);
515 struct xencons_info *info = dev_get_drvdata(&dev->dev);
545 struct xencons_info *info = dev_get_drvdata(&dev->dev);;
581 struct xencons_info *info;
672 static struct xencons_info xenboot;