Home
last modified time | relevance | path

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

/qemu/chardev/
H A Dchardev-internal.h59 typedef struct HubChardev HubChardev; typedef
67 HubChardev *hub;
72 struct HubChardev { struct
99 typedef struct HubChardev HubChardev; argument
103 DECLARE_INSTANCE_CHECKER(HubChardev, HUB_CHARDEV,
H A Dchar-hub.c49 HubChardev *d = HUB_CHARDEV(chr); in hub_chr_write()
109 HubChardev *d = backend->hub; in hub_chr_event()
141 HubChardev *d = HUB_CHARDEV(s); in hub_chr_add_watch()
159 static bool hub_chr_attach_chardev(HubChardev *d, Chardev *chr, in hub_chr_attach_chardev()
182 HubChardev *d = HUB_CHARDEV(obj); in char_hub_finalize()
192 HubChardev *d = HUB_CHARDEV(chr); in hub_chr_update_read_handlers()
212 HubChardev *d = HUB_CHARDEV(chr); in qemu_chr_open_hub()
292 .instance_size = sizeof(HubChardev),