Searched defs:Chardev (Results 1 – 5 of 5) sorted by relevance
59 struct Chardev { struct60 Object parent_obj;62 QemuMutex chr_write_lock;86 Chardev *qemu_chr_new_from_opts(QemuOpts *opts, argument
31 pub struct Chardev(Opaque<bindings::Chardev>); struct255 unsafe impl ObjectType for Chardev { implementation
337 fn prop_set_chr(&self, propname: &str, chr: &Owned<Chardev>) { in prop_set_chr()
38 typedef struct Chardev Chardev; typedef
663 chr: *mut Chardev, in pl011_create()