Lines Matching full:front
11 * struct CharBackend - back end as seen by front end
12 * @fe_is_open: the front end is ready for IO
30 * Initializes a front end for the given CharBackend and
89 * Set the front end char handlers. The front end takes the focus if
121 * Take the focus (if the front end is muxed).
164 * @is_open: the front end open status
166 * This is an indication that the front end is ready (or not) to begin
210 * Note that you are responsible to update the front-end sources if
226 * Write data to a character backend from the front end. This function
227 * will send data from the front end to the back end. This function
240 * Write data to a character backend from the front end. This function will
241 * send data from the front end to the back end. Unlike @qemu_chr_fe_write,