Home
last modified time | relevance | path

Searched refs:wr_comp (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/slimbus/
H A Dqcom-ctrl.c112 struct completion **wr_comp; member
160 comp = ctrl->wr_comp[idx]; in slim_ack_txn()
161 ctrl->wr_comp[idx] = NULL; in slim_ack_txn()
316 ctrl->wr_comp[idx] = done; in slim_alloc_txbuf()
532 ctrl->wr_comp = kcalloc(QCOM_TX_MSGS, sizeof(struct completion *), in qcom_slim_probe()
534 if (!ctrl->wr_comp) in qcom_slim_probe()