Searched refs:poll_status (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/firmware/arm_scmi/transports/ |
H A D | virtio.c | 96 * @poll_status: Polling state for this message. 97 * @poll_lock: A lock to protect @poll_status 108 enum poll_states poll_status; member 109 /* Lock to protect access to poll_status */ 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() 621 if (ret != -ETIMEDOUT || msg->poll_status == VIO_MSG_POLL_DONE) in virtio_mark_txdone() 623 else if (msg->poll_status == VIO_MSG_POLLING) in virtio_mark_txdone() 624 msg->poll_status in virtio_mark_txdone() [all...] |
/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()
|
/linux/include/linux/spi/ |
H A D | spi-mem.h | 314 * @poll_status: poll memory device status until (status & mask) == match or 341 int (*poll_status)(struct spi_mem *mem, member
|
/linux/drivers/spi/ |
H 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()
|
H A D | spi-stm32-qspi.c | 754 .poll_status = stm32_qspi_poll_status,
|
H A D | spi-stm32-ospi.c | 762 .poll_status = stm32_ospi_poll_status,
|