Searched refs:msg_done (Results 1 – 5 of 5) sorted by relevance
69 struct completion msg_done; member84 reinit_completion(&priv->msg_done); in em_i2c_wait_for_event()86 time_left = wait_for_completion_timeout(&priv->msg_done, priv->adap.timeout); in em_i2c_wait_for_event()306 complete(&priv->msg_done); in em_i2c_irq_handler()387 init_completion(&priv->msg_done); in em_i2c_probe()
119 struct completion msg_done; member 184 reinit_completion(&riic->msg_done); in riic_xfer() 198 time_left = wait_for_completion_timeout(&riic->msg_done, riic->adapter.timeout); in riic_xfer() 274 complete(&riic->msg_done); in riic_tend_isr() 324 complete(&riic->msg_done); in riic_stop_isr() 571 init_completion(&riic->msg_done); in riic_i2c_probe()
79 int msg_done; member 210 ipmi_msg->msg_done = ACPI_IPMI_UNKNOWN; in ipmi_msg_alloc() 312 * If the flag of msg_done is not set, it means that the IPMI command is in acpi_format_ipmi_response() 315 buffer->status = msg->msg_done; in acpi_format_ipmi_response() 316 if (msg->msg_done != ACPI_IPMI_OK) in acpi_format_ipmi_response() 421 tx_msg->msg_done = ACPI_IPMI_TIMEOUT; in ipmi_msg_handler() 428 tx_msg->msg_done = ACPI_IPMI_OK; in ipmi_msg_handler()
196 goto msg_done; in virtio_spi_transfer_one()229 goto msg_done; in virtio_spi_transfer_one()251 msg_done: in virtio_spi_transfer_one()
316 u32 msg_done: 1; member