Searched refs:poll_status (Results 1 – 5 of 5) sorted by relevance
| /drivers/firmware/arm_scmi/transports/ |
| A D | virtio.c | 108 enum poll_states poll_status; member 197 msg->poll_status = VIO_MSG_NOT_POLLED; in scmi_virtio_get_free_msg() 347 if (msg->poll_status == VIO_MSG_NOT_POLLED) in scmi_vio_deferred_tx_worker() 518 msg->poll_status = VIO_MSG_POLLING; in virtio_send_message() 623 else if (msg->poll_status == VIO_MSG_POLLING) in virtio_mark_txdone() 624 msg->poll_status = VIO_MSG_POLL_TIMEOUT; in virtio_mark_txdone() 694 if (msg->poll_status == VIO_MSG_POLL_DONE) in virtio_poll_done() 722 if (next_msg->poll_status == VIO_MSG_POLLING) { in virtio_poll_done() 723 next_msg->poll_status = VIO_MSG_POLL_DONE; in virtio_poll_done() 743 if (next_msg->poll_status == VIO_MSG_NOT_POLLED || in virtio_poll_done() [all …]
|
| /drivers/gpu/drm/i915/selftests/ |
| 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()
|
| /drivers/spi/ |
| A D | spi-mem.c | 957 if (ctlr->mem_ops && ctlr->mem_ops->poll_status && !spi_get_csgpiod(mem->spi, 0)) { in spi_mem_poll_status() 962 ret = ctlr->mem_ops->poll_status(mem, op, mask, match, in spi_mem_poll_status()
|
| A D | spi-stm32-qspi.c | 754 .poll_status = stm32_qspi_poll_status,
|
| A D | spi-stm32-ospi.c | 762 .poll_status = stm32_ospi_poll_status,
|
Completed in 18 milliseconds