Searched refs:poll_status (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/firmware/arm_scmi/
H A Dvirtio.c94 * @poll_status: Polling state for this message.
95 * @poll_lock: A lock to protect @poll_status
105 enum poll_states poll_status; member in struct:scmi_vio_msg
106 /* Lock to protect access to poll_status */
192 msg->poll_status = VIO_MSG_NOT_POLLED;
341 if (msg->poll_status == VIO_MSG_NOT_POLLED)
531 msg->poll_status = VIO_MSG_POLLING;
633 if (ret != -ETIMEDOUT || msg->poll_status == VIO_MSG_POLL_DONE)
635 else if (msg->poll_status == VIO_MSG_POLLING)
636 msg->poll_status
[all...]
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_perf.c188 static ktime_t poll_status(struct i915_request *rq, int slot) function
262 t0 = poll_status(rq, 0x100);
263 t1 = poll_status(rq, 0x102);
/linux-master/include/linux/spi/
H A Dspi-mem.h261 * @poll_status: poll memory device status until (status & mask) == match or
288 int (*poll_status)(struct spi_mem *mem, member in struct:spi_controller_mem_ops
/linux-master/drivers/spi/
H A Dspi-mem.c858 if (ctlr->mem_ops && ctlr->mem_ops->poll_status && !spi_get_csgpiod(mem->spi, 0)) {
863 ret = ctlr->mem_ops->poll_status(mem, op, mask, match,
H A Dspi-stm32-qspi.c766 .poll_status = stm32_qspi_poll_status,

Completed in 488 milliseconds