Searched refs:poll_status (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | virtio.c | 105 enum poll_states poll_status; member 192 msg->poll_status = VIO_MSG_NOT_POLLED; in scmi_virtio_get_free_msg() 341 if (msg->poll_status == VIO_MSG_NOT_POLLED) in scmi_vio_deferred_tx_worker() 531 msg->poll_status = VIO_MSG_POLLING; in virtio_send_message() 633 if (ret != -ETIMEDOUT || msg->poll_status == VIO_MSG_POLL_DONE) in virtio_mark_txdone() 635 else if (msg->poll_status == VIO_MSG_POLLING) in virtio_mark_txdone() 636 msg->poll_status = VIO_MSG_POLL_TIMEOUT; in virtio_mark_txdone() 706 if (msg->poll_status == VIO_MSG_POLL_DONE) in virtio_poll_done() 734 if (next_msg->poll_status == VIO_MSG_POLLING) { in virtio_poll_done() 735 next_msg->poll_status = VIO_MSG_POLL_DONE; in virtio_poll_done() [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/selftests/ |
H A D | i915_perf.c | 188 static ktime_t poll_status(struct i915_request *rq, int slot) in poll_status() function 262 t0 = poll_status(rq, 0x100); in live_noa_delay() 263 t1 = poll_status(rq, 0x102); in live_noa_delay()
|
/openbmc/linux/include/linux/spi/ |
H A D | spi-mem.h | 286 int (*poll_status)(struct spi_mem *mem, member
|
/openbmc/linux/drivers/spi/ |
H A D | spi-mem.c | 811 if (ctlr->mem_ops && ctlr->mem_ops->poll_status && !spi_get_csgpiod(mem->spi, 0)) { in spi_mem_poll_status() 816 ret = ctlr->mem_ops->poll_status(mem, op, mask, match, in spi_mem_poll_status()
|
H A D | spi-stm32-qspi.c | 764 .poll_status = stm32_qspi_poll_status,
|