Home
last modified time | relevance | path

Searched refs:wake_val (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/soc/qcom/
H A Drpmh.c48 * @wake_val: the wake vote
54 u32 wake_val; member
137 req->sleep_val = req->wake_val = UINT_MAX; in cache_rpm_request()
142 old_wake_val = req->wake_val; in cache_rpm_request()
147 req->wake_val = cmd->data; in cache_rpm_request()
155 req->wake_val != old_wake_val) && in cache_rpm_request()
157 req->wake_val != UINT_MAX; in cache_rpm_request()
415 req->wake_val != UINT_MAX && in is_req_valid()
416 req->sleep_val != req->wake_val); in is_req_valid()
473 __func__, p->addr, p->sleep_val, p->wake_val); in rpmh_flush()
[all...]
/kernel/linux/linux-6.6/drivers/soc/qcom/
H A Drpmh.c48 * @wake_val: the wake vote
54 u32 wake_val; member
131 req->sleep_val = req->wake_val = UINT_MAX; in cache_rpm_request()
136 old_wake_val = req->wake_val; in cache_rpm_request()
141 req->wake_val = cmd->data; in cache_rpm_request()
149 req->wake_val != old_wake_val) && in cache_rpm_request()
151 req->wake_val != UINT_MAX; in cache_rpm_request()
403 req->wake_val != UINT_MAX && in is_req_valid()
404 req->sleep_val != req->wake_val); in is_req_valid()
461 __func__, p->addr, p->sleep_val, p->wake_val); in rpmh_flush()
[all...]
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci.c3677 u8 wake_val = 0; in sdhci_enable_irq_wakeups() local
3681 wake_val |= SDHCI_WAKE_ON_INSERT | SDHCI_WAKE_ON_REMOVE; in sdhci_enable_irq_wakeups()
3686 wake_val |= SDHCI_WAKE_ON_INT; in sdhci_enable_irq_wakeups()
3695 val |= wake_val; in sdhci_enable_irq_wakeups()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci.c3715 u8 wake_val = 0; in sdhci_enable_irq_wakeups() local
3719 wake_val |= SDHCI_WAKE_ON_INSERT | SDHCI_WAKE_ON_REMOVE; in sdhci_enable_irq_wakeups()
3724 wake_val |= SDHCI_WAKE_ON_INT; in sdhci_enable_irq_wakeups()
3733 val |= wake_val; in sdhci_enable_irq_wakeups()

Completed in 13 milliseconds