Lines Matching refs:xencons_info
35 struct xencons_info {
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 int __write_console(struct xencons_info *xencons,
121 struct xencons_info *cons = vtermno_to_xencons(vtermno);
152 struct xencons_info *xencons = vtermno_to_xencons(vtermno);
243 struct xencons_info *info;
250 info = kzalloc(sizeof(struct xencons_info), GFP_KERNEL);
288 static int xencons_info_pv_init(struct xencons_info *info, int vtermno)
303 struct xencons_info *info;
314 info = kzalloc(sizeof(struct xencons_info), GFP_KERNEL);
330 struct xencons_info *info;
338 info = kzalloc(sizeof(struct xencons_info), GFP_KERNEL);
354 static void xen_console_update_evtchn(struct xencons_info *info)
369 struct xencons_info *info = vtermno_to_xencons(HVC_COOKIE);
378 static void xencons_disconnect_backend(struct xencons_info *info)
397 static void xencons_free(struct xencons_info *info)
405 static int xen_console_remove(struct xencons_info *info)
429 struct xencons_info *info)
492 struct xencons_info *info;
499 info = kzalloc(sizeof(struct xencons_info), GFP_KERNEL);
530 struct xencons_info *info = dev_get_drvdata(&dev->dev);
560 struct xencons_info *info = dev_get_drvdata(&dev->dev);;
597 struct xencons_info *info;
688 static struct xencons_info xenboot;