Lines Matching full:ready
42 * @ready: Whether transport user is ready to hear about channel
44 * @lock: Protects access to all members except ready.
45 * @ready_lock: Protects access to ready. If required, it must be taken before
53 bool ready; member
55 /* lock to protect access to all members except ready. */
57 /* lock to rotects access to ready flag. */
135 if (!vioch->ready) { in scmi_vio_complete_cb()
166 * flag vioch->ready to false even in between processing of in scmi_vio_complete_cb()
283 vioch->ready = true; in virtio_chan_setup()
296 vioch->ready = false; in virtio_chan_free()
451 * virtio channels will have been already marked NOT ready, causing any in scmi_vio_remove()