Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/rpmsg/
Dqcom_smd.c207 enum smd_channel_state remote_state; member
579 int remote_state; in qcom_smd_channel_intr() local
585 remote_state = GET_RX_CHANNEL_INFO(channel, state); in qcom_smd_channel_intr()
586 if (remote_state != channel->remote_state) { in qcom_smd_channel_intr()
587 channel->remote_state = remote_state; in qcom_smd_channel_intr()
835 channel->remote_state == SMD_CHANNEL_OPENING || in qcom_smd_channel_open()
836 channel->remote_state == SMD_CHANNEL_OPENED, in qcom_smd_channel_open()
847 channel->remote_state == SMD_CHANNEL_OPENED, in qcom_smd_channel_open()
1263 unsigned remote_state; in qcom_channel_state_worker() local
1275 remote_state = GET_RX_CHANNEL_INFO(channel, state); in qcom_channel_state_worker()
[all …]
/kernel/linux/linux-5.10/drivers/soc/qcom/
Dsmsm.c114 u32 *remote_state; member
206 val = readl(entry->remote_state); in smsm_intr()
269 if (readl(entry->remote_state) & BIT(irq)) in smsm_unmask_irq()
574 entry->remote_state = states + id; in qcom_smsm_probe()