Lines Matching full:this
11 * This work is licensed under the terms of the GNU GPL, version 2. See
41 /* Is this a device that binds with hvc in the guest? */
71 * This is dependent on both the guest and host end being
77 * Guest wrote some data to the port. This data is handed over to
78 * the app via this callback. The app can return a size less than
79 * 'len'. In this case, throttling will be enabled for this port.
86 * This is the state that's shared between all the ports. Some of the
97 * This field gives us the virtio device as well as the qdev bus
105 * This name is sent to the guest and exported via sysfs.
106 * The guest could create symlinks based on this information.
112 * This id helps identify ports between the guest and the host.
113 * The guest sends a "header" with this id with each data packet
115 * device to send out this data to
120 * This is the elem that we pop from the virtqueue. A slow
123 * is flushed. This isn't desired, so we keep a note of the last
143 /* Is this device open for IO on the host? */
153 /* This is the parent device that provides the bus for ports. */
156 /* The maximum number of ports that can ride on top of this bus */