Home
last modified time | relevance | path

Searched refs:tcs_wait (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/interconnect/qcom/
H A Dbcm-voter.c30 * @tcs_wait: mask for which buckets require TCS completion
39 u32 tcs_wait; member
158 wait = commit && (voter->tcs_wait & BIT(bucket)); in tcs_list_gen()
360 if (of_property_read_u32(np, "qcom,tcs-wait", &voter->tcs_wait)) in qcom_icc_bcm_voter_probe()
361 voter->tcs_wait = QCOM_ICC_TAG_ACTIVE_ONLY; in qcom_icc_bcm_voter_probe()
/kernel/linux/linux-6.6/drivers/interconnect/qcom/
H A Dbcm-voter.c30 * @tcs_wait: mask for which buckets require TCS completion
39 u32 tcs_wait; member
176 wait = commit && (voter->tcs_wait & BIT(bucket)); in tcs_list_gen()
382 if (of_property_read_u32(np, "qcom,tcs-wait", &voter->tcs_wait)) in qcom_icc_bcm_voter_probe()
383 voter->tcs_wait = QCOM_ICC_TAG_ACTIVE_ONLY; in qcom_icc_bcm_voter_probe()
/kernel/linux/linux-5.10/drivers/soc/qcom/
H A Drpmh-internal.h110 * @tcs_wait: Wait queue used to wait for @tcs_in_use to free up a
124 wait_queue_head_t tcs_wait; member
H A Drpmh-rsc.c457 wake_up(&drv->tcs_wait); in tcs_tx_done()
641 wait_event_lock_irq(drv->tcs_wait, in rpmh_rsc_send_data()
978 init_waitqueue_head(&drv->tcs_wait); in rpmh_rsc_probe()
/kernel/linux/linux-6.6/drivers/soc/qcom/
H A Drpmh-internal.h115 * @tcs_wait: Wait queue used to wait for @tcs_in_use to free up a
132 wait_queue_head_t tcs_wait; member
H A Drpmh-rsc.c476 wake_up(&drv->tcs_wait); in tcs_tx_done()
657 wait_event_lock_irq(drv->tcs_wait, in rpmh_rsc_send_data()
1086 init_waitqueue_head(&drv->tcs_wait); in rpmh_rsc_probe()

Completed in 6 milliseconds