Lines Matching full:character
5 //! Bindings for character devices
7 //! Character devices in QEMU can run under the big QEMU lock or in a separate
36 /// A safe wrapper around [`bindings::CharBackend`], denoting the character
90 /// Enable the front-end's character device handlers, if there is an
102 // So require the owner to outlive the character device. in enable_handlers()
170 /// Disable the front-end's character device handlers.
195 /// Temporarily borrow the character device, allowing it to be used
197 /// the big QEMU lock while the character device is borrowed, as
198 /// that might cause C code to write to the character device.
220 /// Write data to a character backend from the front end. This function
234 /// Write data to a character backend from the front end. This function